#B41724

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

Shades of Fire Engine Red #B41724

Tints of Fire Engine Red #B41724

Color information

#B41724 (or 0xB41724) is unknown color: approx Fire Engine Red. HEX triplet: B4, 17 and 24. RGB value is (180,23,36). Sum of RGB (Red+Green+Blue) = 180+23+36=239 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.31% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 36 (14.45% from 255 or 15.06% from 239); Max value from RGB is 180 - color contains mainly: red. Hex color #B41724 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41724 is #4BE8DB. Grayscale: #474747. Windows color (decimal): -4974812 or 2365364. OLE color: 2365364.

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

Color convert

RGB1802336-
CMYK00.870.80.29
HSL355.03º77.34%39.8%-
HSV(B)355.03º87.22%70.59%-
XYZ19.4510.442.66-
YUV71.42108.01205.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 75.31%
GREEN value IS 23 (9.38% from 255) = 9.62%
BLUE value IS 36 (14.45% from 255) = 15.06%
R=75.31%
G=9.62%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.8
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180233600.870.80.29355.0377.3439.8
HexB41724057501D1634d28
Octal264274401271203554311550
Binary1011010010111100100010101111010000111011011000111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41724; }

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

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

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

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

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

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

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

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