#B41E24

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

Shades of Fire Engine Red #B41E24

Tints of Fire Engine Red #B41E24

Color information

#B41E24 (or 0xB41E24) is unknown color: approx Fire Engine Red. HEX triplet: B4, 1E and 24. RGB value is (180,30,36). Sum of RGB (Red+Green+Blue) = 180+30+36=246 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.17% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 36 (14.45% from 255 or 14.63% from 246); Max value from RGB is 180 - color contains mainly: red. Hex color #B41E24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41E24 is #4BE1DB. Grayscale: #4B4B4B. Windows color (decimal): -4973020 or 2367156. OLE color: 2367156.

HSL color Cylindrical-coordinate representation of color #B41E24: hue angle of 357.6º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B41E24 is Cyan = 0, Magento = 0.83, Yellow = 0.8 and Black (K on CMYK) = 0.29.

Color convert

RGB1803036-
CMYK00.830.80.29
HSL357.6º71.43%41.18%-
HSV(B)357.6º83.33%70.59%-
XYZ19.6110.762.71-
YUV75.53105.7202.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 73.17%
GREEN value IS 30 (12.11% from 255) = 12.20%
BLUE value IS 36 (14.45% from 255) = 14.63%
R=73.17%
G=12.20%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.8
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180303600.830.80.29357.671.4341.18
HexB41E24053501D1664729
Octal264364401231203554610751
Binary1011010011110100100010100111010000111011011001101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41E24; }

 p { color: rgb(180,30,36); }

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

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

 a { background-color: rgb(180,30,36); }

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

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

 span { border-color: rgb(180,30,36); }

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