Color Hex Logo

#bf231d Color Hex

#BF231D
(191,35,29)
0 Favorites   0 Comments

Color spaces of #bf231d

RGB 1913529
HSL0.010.740.43
HSV85°75°
CMYK 0.000.820.85   0.25
XYZ22.308712.36712.3737
Yxy12.36710.60210.3338
Hunter Lab35.166951.692420.6149
CIE-Lab41.793759.313543.7735

#bf231d color RGB value is (191,35,29).

#bf231d hex color red value is 191, green value is 35 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bf231d hue: 0.01 , saturation: 0.74 and the lightness value of bf231d is 0.43.

The process color (four color CMYK) of #bf231d color hex is 0.00, 0.82, 0.85, 0.25. Web safe color of #bf231d is #cc3333. Color #bf231d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00100011 00011101
Octal 277 43 35
Decimal 191 35 29
Hex BF 23 1D

RGB Percentages of Color #bf231d

%74.90
%13.73
%11.37

CMYK Percentages of Color #bf231d

%0
%82
%85
%25

Triadic Colors of #bf231d

#bf231d #1dbf23 #231dbf

Analogous Colors of #bf231d

#bf231d #bf741d #bf1d68

Monochromatic Colors of #bf231d

#bf231d

Complementary Color

#bf231d #1db9bf

#bf231d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf231d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf231d Color CSS Codes

.mybgcolor {background-color:#bf231d; } 
.myforecolor {color:#bf231d; }
.mybordercolor {border:3px solid #bf231d; }

#bf231d Text Font Color

<p style="color:#bf231d">Text here</p>

This sample text font color is #bf231d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bf231d Background Color

<div style="background-color:#bf231d">
Div content here</div>

This div background color is #bf231d


#bf231d Border Color

<div style="border:3px solid #bf231d">
Div here</div>

This div border color is #bf231d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,35,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bf231d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bf231d;
  -webkit-box-shadow: 1px 1px 3px 2px #bf231d;
  box-shadow:         1px 1px 3px 2px #bf231d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,35,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bf231d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bf231d;
  -webkit-box-shadow: 1px 1px 3px 2px #bf231d;
  box-shadow:         1px 1px 3px 2px #bf231d;">
Div content here</div>

This div box has shadow with color #bf231d


Comments

No comments written yet.

Please login to write comment.