#B11F21

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

Shades of Fire Engine Red #B11F21

Tints of Fire Engine Red #B11F21

Color information

#B11F21 (or 0xB11F21) is unknown color: approx Fire Engine Red. HEX triplet: B1, 1F and 21. RGB value is (177,31,33). Sum of RGB (Red+Green+Blue) = 177+31+33=241 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.44% from 241); Green value is 31 (12.5% from 255 or 12.86% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 177 - color contains mainly: red. Hex color #B11F21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11F21 is #4EE0DE. Grayscale: #4B4B4B. Windows color (decimal): -5169375 or 2170801. OLE color: 2170801.

HSL color Cylindrical-coordinate representation of color #B11F21: hue angle of 359.18º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B11F21 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB1773133-
CMYK00.820.810.31
HSL359.18º70.19%40.78%-
HSV(B)359.18º82.49%69.41%-
XYZ18.910.442.46-
YUV74.88104.37200.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 73.44%
GREEN value IS 31 (12.5% from 255) = 12.86%
BLUE value IS 33 (13.28% from 255) = 13.69%
R=73.44%
G=12.86%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177313300.820.810.31359.1870.1940.78
HexB11F21052511F1674629
Octal261374101221213754710651
Binary1011000111111100001010100101010001111111011001111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11F21; }

 p { color: rgb(177,31,33); }

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

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

 a { background-color: rgb(177,31,33); }

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

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

 span { border-color: rgb(177,31,33); }

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