Html Css Color HEX #D20829 Fire Engine Red

📋 copy color: '#D20829'

red 210 ◦ green 8 ◦ blue 41

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

Shades of Fire Engine Red #D20829

Tints of Fire Engine Red #D20829

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.09%

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

R = 81.08%
G = 3.09%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D20829 (or 0xD20829) is known color: Fire Engine Red. HEX triplet: D2, 08 and 29. RGB value is (210,8,41). Sum of RGB (Red+Green+Blue) = 210+8+41=259 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.08% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 41 (16.41% from 255 or 15.83% from 259); Max value from RGB is 210 - color contains mainly: red. Hex color #D20829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20829 is #2DF7D6. Grayscale: #484848. Windows color (decimal): -3012567 or 2689234. OLE color: 2689234.

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

Color convert

RGB 210 8 41 -
CMYK 0 0.96 0.80 0.18
HSL 350.2º 0.93% 0.43% -
HSV(B) 350.2º 0.96% 0.82% -
XYZ 27.07 14.04 3.38 -
YUV 72.16 110.42 226.32 -
System Red Green Blue C M Y K H S L
Decimal 210 8 41 0 0.96 0.80 0.18 350.2 0.93 0.43
Hex D2 8 29 0 60 50 12 15E 5D 2B
Octal 322 10 51 0 140 120 22 536 135 53
Binary 11010010 1000 101001 0 1100000 1010000 10010 101011110 1011101 101011

Color Harmonies of #D20829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20829

Black with #D20829

Text Example


Text Example

White with #D20829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20829; }

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

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

background-color css

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

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

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

border-color css

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

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

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