Html Css Color HEX #D20629 Fire Engine Red

📋 copy color: '#D20629'

red 210 ◦ green 6 ◦ blue 41

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

Shades of Fire Engine Red #D20629

Tints of Fire Engine Red #D20629

RGB

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

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

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

R = 81.71%
G = 2.33%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D20629 (or 0xD20629) is known color: Fire Engine Red. HEX triplet: D2, 06 and 29. RGB value is (210,6,41). Sum of RGB (Red+Green+Blue) = 210+6+41=257 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.71% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 210 - color contains mainly: red. Hex color #D20629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20629 is #2DF9D6. Grayscale: #474747. Windows color (decimal): -3013079 or 2688722. OLE color: 2688722.

HSL color Cylindrical-coordinate representation of color #D20629: hue angle of 349.71º 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 #D20629 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 6 41 -
CMYK 0 0.97 0.80 0.18
HSL 349.71º 0.94% 0.42% -
HSV(B) 349.71º 0.97% 0.82% -
XYZ 27.04 13.99 3.37 -
YUV 70.99 111.09 227.15 -
System Red Green Blue C M Y K H S L
Decimal 210 6 41 0 0.97 0.80 0.18 349.71 0.94 0.42
Hex D2 6 29 0 61 50 12 15E 5E 2A
Octal 322 6 51 0 141 120 22 536 136 52
Binary 11010010 110 101001 0 1100001 1010000 10010 101011110 1011110 101010

Color Harmonies of #D20629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20629

Black with #D20629

Text Example


Text Example

White with #D20629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20629; }

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

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

background-color css

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

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

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

border-color css

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

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

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