Html Css Color HEX #B41824 Fire Engine Red

📋 copy color: '#B41824'

red 180 ◦ green 24 ◦ blue 36

#B41824
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #B41824

Tints of Fire Engine Red #B41824

RGB

 RED value IS 180 (70.7% from 255) = 75%

 GREEN value IS 24 (9.77% from 255) = 10%

 BLUE value IS 36 (14.45% from 255) = 15%

R = 75%
G = 10%
B = 15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.8

 K value IS 0.29

RGB Variations

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

Color information

#B41824 (or 0xB41824) is known color: Fire Engine Red. HEX triplet: B4, 18 and 24. RGB value is (180,24,36). Sum of RGB (Red+Green+Blue) = 180+24+36=240 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 36 (14.45% from 255 or 15% from 240); Max value from RGB is 180 - color contains mainly: red. Hex color #B41824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41824 is #4BE7DB. Grayscale: #484848. Windows color (decimal): -4974556 or 2365620. OLE color: 2365620.

HSL color Cylindrical-coordinate representation of color #B41824: hue angle of 355.38º degrees, saturation: 0.76, 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 #B41824 is Cyan = 0, Magento = 0.87, Yellow = 0.8 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 24 36 -
CMYK 0 0.87 0.8 0.29
HSL 355.38º 0.76% 0.4% -
HSV(B) 355.38º 0.87% 0.71% -
XYZ 19.47 10.48 2.67 -
YUV 72.01 107.68 205.02 -
System Red Green Blue C M Y K H S L
Decimal 180 24 36 0 0.87 0.8 0.29 355.38 0.76 0.4
Hex B4 18 24 0 57 50 1D 163 4C 28
Octal 264 30 44 0 127 120 35 543 114 50
Binary 10110100 11000 100100 0 1010111 1010000 11101 101100011 1001100 101000

Color Harmonies of #B41824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41824

Black with #B41824

Text Example


Text Example

White with #B41824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41824; }

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

 H1.HeaderClassName
 {
   color: #B41824;
 }
 .AnyTagClassName
 {
   color: #B41824;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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