#B41924

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

Shades of Fire Engine Red #B41924

Tints of Fire Engine Red #B41924

Color information

#B41924 (or 0xB41924) is unknown color: approx Fire Engine Red. HEX triplet: B4, 19 and 24. RGB value is (180,25,36). Sum of RGB (Red+Green+Blue) = 180+25+36=241 (31% of max value = 765). Red value is 180 (70.70% from 255 or 74.69% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 180 - color contains mainly: red. Hex color #B41924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41924 is #4BE6DB. Grayscale: #484848. Windows color (decimal): -4974300 or 2365876. OLE color: 2365876.

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

Color convert

RGB1802536-
CMYK00.860.80.29
HSL355.74º75.61%40.2%-
HSV(B)355.74º86.11%70.59%-
XYZ19.4910.532.67-
YUV72.6107.35204.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 74.69%
GREEN value IS 25 (10.16% from 255) = 10.37%
BLUE value IS 36 (14.45% from 255) = 14.94%
R=74.69%
G=10.37%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.8
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180253600.860.80.29355.7475.6140.2
HexB41924056501D1644c28
Octal264314401261203554411450
Binary1011010011001100100010101101010000111011011001001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41924; }

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

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

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

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

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

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

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

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