Html Css Color HEX #D42224 Fire Engine Red

📋 copy color: '#D42224'

red 212 ◦ green 34 ◦ blue 36

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

Shades of Fire Engine Red #D42224

Tints of Fire Engine Red #D42224

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.06%

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

R = 75.18%
G = 12.06%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D42224 (or 0xD42224) is known color: Fire Engine Red. HEX triplet: D4, 22 and 24. RGB value is (212,34,36). Sum of RGB (Red+Green+Blue) = 212+34+36=282 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.18% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 212 - color contains mainly: red. Hex color #D42224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42224 is #2BDDDB. Grayscale: #575757. Windows color (decimal): -2874844 or 2368212. OLE color: 2368212.

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

Color convert

RGB 212 34 36 -
CMYK 0 0.84 0.83 0.17
HSL 359.33º 0.72% 0.48% -
HSV(B) 359.33º 0.84% 0.83% -
XYZ 28.04 15.27 3.14 -
YUV 87.45 98.97 216.84 -
System Red Green Blue C M Y K H S L
Decimal 212 34 36 0 0.84 0.83 0.17 359.33 0.72 0.48
Hex D4 22 24 0 54 53 11 167 48 30
Octal 324 42 44 0 124 123 21 547 110 60
Binary 11010100 100010 100100 0 1010100 1010011 10001 101100111 1001000 110000

Color Harmonies of #D42224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42224

Black with #D42224

Text Example


Text Example

White with #D42224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42224; }

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

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

background-color css

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

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

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

border-color css

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

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

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