Color Hex Logo

#bf181d Color Hex

#BF181D
(191,24,29)
0 Favorites   0 Comments

Color spaces of #bf181d

RGB 1912429
HSL1.000.780.42
HSV358°87°75°
CMYK 0.000.870.85   0.25
XYZ22.034311.81832.2822
Yxy11.81830.60980.3271
Hunter Lab34.377854.247920.1284
CIE-Lab40.925961.784443.0045

#bf181d color RGB value is (191,24,29).

#bf181d hex color red value is 191, green value is 24 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bf181d hue: 1.00 , saturation: 0.78 and the lightness value of bf181d is 0.42.

The process color (four color CMYK) of #bf181d color hex is 0.00, 0.87, 0.85, 0.25. Web safe color of #bf181d is #cc0033. Color #bf181d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00011000 00011101
Octal 277 30 35
Decimal 191 24 29
Hex BF 18 1D

RGB Percentages of Color #bf181d

%78.28
%9.84
%11.89

CMYK Percentages of Color #bf181d

%0
%87
%85
%25

Triadic Colors of #bf181d

#bf181d #1dbf18 #181dbf

Analogous Colors of #bf181d

#bf181d #bf6718 #bf1871

Monochromatic Colors of #bf181d

#bf181d

Complementary Color

#bf181d #18bfba

#bf181d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf181d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf181d Color CSS Codes

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

#bf181d Text Font Color

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

This sample text font color is #bf181d
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.


#bf181d Background Color

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

This div background color is #bf181d


#bf181d Border Color

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

This div border color is #bf181d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,24,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 #bf181d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf181d


Comments

No comments written yet.

Please login to write comment.