#b81721

Color #B81721 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #B81721

Tints of Fire Engine Red #B81721

Color information

#B81721 (or 0xB81721) is unknown color: approx Fire Engine Red. HEX triplet: B8, 17 and 21. RGB value is (184,23,33). Sum of RGB (Red+Green+Blue) = 184+23+33=240 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.67% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 33 (13.28% from 255 or 13.75% from 240); Max value from RGB is 184 - color contains mainly: red. Hex color #B81721 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81721 is #47E8DE. Grayscale: #484848. Windows color (decimal): -4712671 or 2168760. OLE color: 2168760.

HSL color Cylindrical-coordinate representation of color #B81721: hue angle of 356.27º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81721 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB1842333-
CMYK00.880.820.28
HSL356.27º77.78%40.59%-
HSV(B)356.27º87.5%72.16%-
XYZ20.3510.912.47-
YUV72.28105.84207.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 76.67%
GREEN value IS 23 (9.38% from 255) = 9.58%
BLUE value IS 33 (13.28% from 255) = 13.75%
R=76.67%
G=9.58%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184233300.880.820.28356.2777.7840.59
HexB81721058521C1644e29
Octal270274101301223454411651
Binary1011100010111100001010110001010010111001011001001001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b81721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b81721; }

 p { color: rgb(184,23,33); }

 H1.HeaderClassName
 {
   color: #b81721;
 }
 .AnyTagClassName
 {
   color: #b81721;
 }
</style>
background-color css

<style>
 a { background-color: #b81721; }

 a { background-color: rgb(184,23,33); }

 div.DivClassName
 {
   background-color: #b81721;
 }
 .BgClassName
 {
   background-color: #b81721;
 }
</style>
border-color css

<style>
 span { border-color: #b81721; }

 span { border-color: rgb(184,23,33); }

 td.TdClassName
 {
   border-color: #b81721;
 }
 .TagClassName
 {
   border-color: #b81721;
 }
</style>