Html Css Color HEX #D42029 Fire Engine Red

📋 copy color: '#D42029'

red 212 ◦ green 32 ◦ blue 41

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

Shades of Fire Engine Red #D42029

Tints of Fire Engine Red #D42029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.39%

R = 74.39%
G = 11.23%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D42029 (or 0xD42029) is known color: Fire Engine Red. HEX triplet: D4, 20 and 29. RGB value is (212,32,41). Sum of RGB (Red+Green+Blue) = 212+32+41=285 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.39% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 212 - color contains mainly: red. Hex color #D42029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42029 is #2BDFD6. Grayscale: #565656. Windows color (decimal): -2875351 or 2695380. OLE color: 2695380.

HSL color Cylindrical-coordinate representation of color #D42029: hue angle of 357º 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 #D42029 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 32 41 -
CMYK 0 0.85 0.81 0.17
HSL 357º 0.74% 0.48% -
HSV(B) 357º 0.85% 0.83% -
XYZ 28.07 15.19 3.55 -
YUV 86.85 102.13 217.27 -
System Red Green Blue C M Y K H S L
Decimal 212 32 41 0 0.85 0.81 0.17 357 0.74 0.48
Hex D4 20 29 0 55 51 11 165 4A 30
Octal 324 40 51 0 125 121 21 545 112 60
Binary 11010100 100000 101001 0 1010101 1010001 10001 101100101 1001010 110000

Color Harmonies of #D42029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42029

Black with #D42029

Text Example


Text Example

White with #D42029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42029; }

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

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

background-color css

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

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

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

border-color css

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

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

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