#B81A21

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

Shades of Fire Engine Red #B81A21

Tints of Fire Engine Red #B81A21

Color information

#B81A21 (or 0xB81A21) is unknown color: approx Fire Engine Red. HEX triplet: B8, 1A and 21. RGB value is (184,26,33). Sum of RGB (Red+Green+Blue) = 184+26+33=243 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.72% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 33 (13.28% from 255 or 13.58% from 243); Max value from RGB is 184 - color contains mainly: red. Hex color #B81A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81A21 is #47E5DE. Grayscale: #4A4A4A. Windows color (decimal): -4711903 or 2169528. OLE color: 2169528.

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

Color convert

RGB1842633-
CMYK00.860.820.28
HSL357.34º75.24%41.18%-
HSV(B)357.34º85.87%72.16%-
XYZ20.4111.042.49-
YUV74.04104.85206.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 75.72%
GREEN value IS 26 (10.55% from 255) = 10.70%
BLUE value IS 33 (13.28% from 255) = 13.58%
R=75.72%
G=10.70%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184263300.860.820.28357.3475.2441.18
HexB81A21056521C1654b29
Octal270324101261223454511351
Binary1011100011010100001010101101010010111001011001011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81A21; }

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

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

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

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

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

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

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

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