Html Css Color HEX #D20429 Fire Engine Red

📋 copy color: '#D20429'

red 210 ◦ green 4 ◦ blue 41

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

Shades of Fire Engine Red #D20429

Tints of Fire Engine Red #D20429

RGB

 RED value IS 210 (82.42% from 255) = 82.35%

 GREEN value IS 4 (1.95% from 255) = 1.57%

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

R = 82.35%
G = 1.57%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D20429 (or 0xD20429) is known color: Fire Engine Red. HEX triplet: D2, 04 and 29. RGB value is (210,4,41). Sum of RGB (Red+Green+Blue) = 210+4+41=255 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.35% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 210 - color contains mainly: red. Hex color #D20429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20429 is #2DFBD6. Grayscale: #454545. Windows color (decimal): -3013591 or 2688210. OLE color: 2688210.

HSL color Cylindrical-coordinate representation of color #D20429: hue angle of 349.22º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D20429 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 4 41 -
CMYK 0 0.98 0.80 0.18
HSL 349.22º 0.96% 0.42% -
HSV(B) 349.22º 0.98% 0.82% -
XYZ 27.02 13.95 3.37 -
YUV 69.81 111.75 227.99 -
System Red Green Blue C M Y K H S L
Decimal 210 4 41 0 0.98 0.80 0.18 349.22 0.96 0.42
Hex D2 4 29 0 62 50 12 15D 60 2A
Octal 322 4 51 0 142 120 22 535 140 52
Binary 11010010 100 101001 0 1100010 1010000 10010 101011101 1100000 101010

Color Harmonies of #D20429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20429

Black with #D20429

Text Example


Text Example

White with #D20429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20429; }

 p { color: rgb(210,4,41); }

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

background-color css

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

 a { background-color: rgb(210,4,41); }

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

border-color css

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

 span { border-color: rgb(210,4,41); }

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