#B11625

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

Shades of Fire Engine Red #B11625

Tints of Fire Engine Red #B11625

Color information

#B11625 (or 0xB11625) is unknown color: approx Fire Engine Red. HEX triplet: B1, 16 and 25. RGB value is (177,22,37). Sum of RGB (Red+Green+Blue) = 177+22+37=236 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 177 - color contains mainly: red. Hex color #B11625 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11625 is #4EE9DA. Grayscale: #464646. Windows color (decimal): -5171675 or 2430641. OLE color: 2430641.

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

Color convert

RGB1772237-
CMYK00.880.790.31
HSL354.19º77.89%39.02%-
HSV(B)354.19º87.57%69.41%-
XYZ18.7510.052.7-
YUV70.05109.35204.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 75%
GREEN value IS 22 (8.98% from 255) = 9.32%
BLUE value IS 37 (14.84% from 255) = 15.68%
R=75%
G=9.32%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177223700.880.790.31354.1977.8939.02
HexB116250584F1F1624e27
Octal261264501301173754211647
Binary1011000110110100101010110001001111111111011000101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11625; }

 p { color: rgb(177,22,37); }

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

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

 a { background-color: rgb(177,22,37); }

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

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

 span { border-color: rgb(177,22,37); }

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