Html Css Color HEX #D20624 Fire Engine Red

📋 copy color: '#D20624'

red 210 ◦ green 6 ◦ blue 36

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

Shades of Fire Engine Red #D20624

Tints of Fire Engine Red #D20624

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.38%

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

R = 83.33%
G = 2.38%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D20624 (or 0xD20624) is known color: Fire Engine Red. HEX triplet: D2, 06 and 24. RGB value is (210,6,36). Sum of RGB (Red+Green+Blue) = 210+6+36=252 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.33% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 210 - color contains mainly: red. Hex color #D20624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20624 is #2DF9DB. Grayscale: #464646. Windows color (decimal): -3013084 or 2361042. OLE color: 2361042.

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

Color convert

RGB 210 6 36 -
CMYK 0 0.97 0.83 0.18
HSL 351.18º 0.94% 0.42% -
HSV(B) 351.18º 0.97% 0.82% -
XYZ 26.96 13.96 2.94 -
YUV 70.42 108.59 227.56 -
System Red Green Blue C M Y K H S L
Decimal 210 6 36 0 0.97 0.83 0.18 351.18 0.94 0.42
Hex D2 6 24 0 61 53 12 15F 5E 2A
Octal 322 6 44 0 141 123 22 537 136 52
Binary 11010010 110 100100 0 1100001 1010011 10010 101011111 1011110 101010

Color Harmonies of #D20624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20624

Black with #D20624

Text Example


Text Example

White with #D20624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20624; }

 p { color: rgb(210,6,36); }

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

background-color css

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

 a { background-color: rgb(210,6,36); }

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

border-color css

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

 span { border-color: rgb(210,6,36); }

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