Html Css Color HEX #D20828 Fire Engine Red

📋 copy color: '#D20828'

red 210 ◦ green 8 ◦ blue 40

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

Shades of Fire Engine Red #D20828

Tints of Fire Engine Red #D20828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.5%

R = 81.4%
G = 3.1%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D20828 (or 0xD20828) is known color: Fire Engine Red. HEX triplet: D2, 08 and 28. RGB value is (210,8,40). Sum of RGB (Red+Green+Blue) = 210+8+40=258 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.40% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 210 - color contains mainly: red. Hex color #D20828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20828 is #2DF7D7. Grayscale: #484848. Windows color (decimal): -3012568 or 2623698. OLE color: 2623698.

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

Color convert

RGB 210 8 40 -
CMYK 0 0.96 0.81 0.18
HSL 350.5º 0.93% 0.43% -
HSV(B) 350.5º 0.96% 0.82% -
XYZ 27.05 14.03 3.29 -
YUV 72.05 109.92 226.4 -
System Red Green Blue C M Y K H S L
Decimal 210 8 40 0 0.96 0.81 0.18 350.5 0.93 0.43
Hex D2 8 28 0 60 51 12 15E 5D 2B
Octal 322 10 50 0 140 121 22 536 135 53
Binary 11010010 1000 101000 0 1100000 1010001 10010 101011110 1011101 101011

Color Harmonies of #D20828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20828

Black with #D20828

Text Example


Text Example

White with #D20828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20828; }

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

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

background-color css

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

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

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

border-color css

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

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

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