Html Css Color HEX #D02028 Fire Engine Red

📋 copy color: '#D02028'

red 208 ◦ green 32 ◦ blue 40

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

Shades of Fire Engine Red #D02028

Tints of Fire Engine Red #D02028

RGB

 RED value IS 208 (81.64% from 255) = 74.29%

 GREEN value IS 32 (12.89% from 255) = 11.43%

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

R = 74.29%
G = 11.43%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D02028 (or 0xD02028) is known color: Fire Engine Red. HEX triplet: D0, 20 and 28. RGB value is (208,32,40). Sum of RGB (Red+Green+Blue) = 208+32+40=280 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.29% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 208 - color contains mainly: red. Hex color #D02028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02028 is #2FDFD7. Grayscale: #555555. Windows color (decimal): -3137496 or 2629840. OLE color: 2629840.

HSL color Cylindrical-coordinate representation of color #D02028: hue angle of 357.27º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D02028 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 32 40 -
CMYK 0 0.85 0.81 0.18
HSL 357.27º 0.73% 0.47% -
HSV(B) 357.27º 0.85% 0.82% -
XYZ 26.91 14.6 3.41 -
YUV 85.54 102.31 215.35 -
System Red Green Blue C M Y K H S L
Decimal 208 32 40 0 0.85 0.81 0.18 357.27 0.73 0.47
Hex D0 20 28 0 55 51 12 165 49 2F
Octal 320 40 50 0 125 121 22 545 111 57
Binary 11010000 100000 101000 0 1010101 1010001 10010 101100101 1001001 101111

Color Harmonies of #D02028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02028

Black with #D02028

Text Example


Text Example

White with #D02028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02028; }

 p { color: rgb(208,32,40); }

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

background-color css

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

 a { background-color: rgb(208,32,40); }

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

border-color css

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

 span { border-color: rgb(208,32,40); }

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