#B11721

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

Shades of Fire Engine Red #B11721

Tints of Fire Engine Red #B11721

Color information

#B11721 (or 0xB11721) is unknown color: approx Fire Engine Red. HEX triplet: B1, 17 and 21. RGB value is (177,23,33). Sum of RGB (Red+Green+Blue) = 177+23+33=233 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.97% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 177 - color contains mainly: red. Hex color #B11721 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11721 is #4EE8DE. Grayscale: #464646. Windows color (decimal): -5171423 or 2168753. OLE color: 2168753.

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

Color convert

RGB1772333-
CMYK00.870.810.31
HSL356.1º77%39.22%-
HSV(B)356.1º87.01%69.41%-
XYZ18.7110.072.4-
YUV70.19107.02204.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 75.97%
GREEN value IS 23 (9.38% from 255) = 9.87%
BLUE value IS 33 (13.28% from 255) = 14.16%
R=75.97%
G=9.87%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177233300.870.810.31356.17739.22
HexB11721057511F1644d27
Octal261274101271213754411547
Binary1011000110111100001010101111010001111111011001001001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11721; }

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

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

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

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

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

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

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

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