Html Css Color HEX #B41224 Fire Engine Red

📋 copy color: '#B41224'

red 180 ◦ green 18 ◦ blue 36

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

Shades of Fire Engine Red #B41224

Tints of Fire Engine Red #B41224

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.69%

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

R = 76.92%
G = 7.69%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.8

 K value IS 0.29

RGB Variations

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

Color information

#B41224 (or 0xB41224) is known color: Fire Engine Red. HEX triplet: B4, 12 and 24. RGB value is (180,18,36). Sum of RGB (Red+Green+Blue) = 180+18+36=234 (30% of max value = 765). Red value is 180 (70.70% from 255 or 76.92% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 36 (14.45% from 255 or 15.38% from 234); Max value from RGB is 180 - color contains mainly: red. Hex color #B41224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41224 is #4BEDDB. Grayscale: #444444. Windows color (decimal): -4976092 or 2364084. OLE color: 2364084.

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

Color convert

RGB 180 18 36 -
CMYK 0 0.9 0.8 0.29
HSL 353.33º 0.82% 0.39% -
HSV(B) 353.33º 0.9% 0.71% -
XYZ 19.36 10.26 2.63 -
YUV 68.49 109.67 207.54 -
System Red Green Blue C M Y K H S L
Decimal 180 18 36 0 0.9 0.8 0.29 353.33 0.82 0.39
Hex B4 12 24 0 5A 50 1D 161 52 27
Octal 264 22 44 0 132 120 35 541 122 47
Binary 10110100 10010 100100 0 1011010 1010000 11101 101100001 1010010 100111

Color Harmonies of #B41224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41224

Black with #B41224

Text Example


Text Example

White with #B41224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41224; }

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

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

background-color css

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

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

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

border-color css

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

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

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