Color Hex Logo

#b7241c Color Hex

#B7241C
(183,36,28)
0 Favorites   0 Comments

Color spaces of #b7241c

RGB 1833628
HSL0.010.730.41
HSV85°72°
CMYK 0.000.800.85   0.28
XYZ20.368911.41292.2280
Yxy11.41290.59890.3356
Hunter Lab33.783048.503419.7379
CIE-Lab40.267456.680742.3092

#b7241c color RGB value is (183,36,28).

#b7241c hex color red value is 183, green value is 36 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #b7241c hue: 0.01 , saturation: 0.73 and the lightness value of b7241c is 0.41.

The process color (four color CMYK) of #b7241c color hex is 0.00, 0.80, 0.85, 0.28. Web safe color of #b7241c is #cc3333. Color #b7241c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100100 00011100
Octal 267 44 34
Decimal 183 36 28
Hex B7 24 1C

RGB Percentages of Color #b7241c

%74.09
%14.57
%11.34

CMYK Percentages of Color #b7241c

%0
%80
%85
%28

Triadic Colors of #b7241c

#b7241c #1cb724 #241cb7

Analogous Colors of #b7241c

#b7241c #b7721c #b71c61

Monochromatic Colors of #b7241c

#b7241c

Complementary Color

#b7241c #1cafb7

#b7241c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7241c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7241c Color CSS Codes

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

#b7241c Text Font Color

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

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


#b7241c Background Color

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

This div background color is #b7241c


#b7241c Border Color

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

This div border color is #b7241c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,36,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b7241c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b7241c;
  -webkit-box-shadow: 1px 1px 3px 2px #b7241c;
  box-shadow:         1px 1px 3px 2px #b7241c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,36,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7241c


Comments

No comments written yet.

Please login to write comment.