Html Css Color HEX #D42024 Fire Engine Red

📋 copy color: '#D42024'

red 212 ◦ green 32 ◦ blue 36

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

Shades of Fire Engine Red #D42024

Tints of Fire Engine Red #D42024

RGB

 RED value IS 212 (83.2% from 255) = 75.71%

 GREEN value IS 32 (12.89% from 255) = 11.43%

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

R = 75.71%
G = 11.43%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D42024 (or 0xD42024) is known color: Fire Engine Red. HEX triplet: D4, 20 and 24. RGB value is (212,32,36). Sum of RGB (Red+Green+Blue) = 212+32+36=280 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.71% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 36 (14.45% from 255 or 12.86% from 280); Max value from RGB is 212 - color contains mainly: red. Hex color #D42024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42024 is #2BDFDB. Grayscale: #565656. Windows color (decimal): -2875356 or 2367700. OLE color: 2367700.

HSL color Cylindrical-coordinate representation of color #D42024: hue angle of 358.67º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D42024 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 32 36 -
CMYK 0 0.85 0.83 0.17
HSL 358.67º 0.74% 0.48% -
HSV(B) 358.67º 0.85% 0.83% -
XYZ 27.99 15.16 3.12 -
YUV 86.28 99.63 217.67 -
System Red Green Blue C M Y K H S L
Decimal 212 32 36 0 0.85 0.83 0.17 358.67 0.74 0.48
Hex D4 20 24 0 55 53 11 167 4A 30
Octal 324 40 44 0 125 123 21 547 112 60
Binary 11010100 100000 100100 0 1010101 1010011 10001 101100111 1001010 110000

Color Harmonies of #D42024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42024

Black with #D42024

Text Example


Text Example

White with #D42024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42024; }

 p { color: rgb(212,32,36); }

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

background-color css

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

 a { background-color: rgb(212,32,36); }

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

border-color css

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

 span { border-color: rgb(212,32,36); }

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