Html Css Color HEX #D00E28 Fire Engine Red

📋 copy color: '#D00E28'

red 208 ◦ green 14 ◦ blue 40

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

Shades of Fire Engine Red #D00E28

Tints of Fire Engine Red #D00E28

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.34%

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

R = 79.39%
G = 5.34%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D00E28 (or 0xD00E28) is known color: Fire Engine Red. HEX triplet: D0, 0E and 28. RGB value is (208,14,40). Sum of RGB (Red+Green+Blue) = 208+14+40=262 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.39% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 208 - color contains mainly: red. Hex color #D00E28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00E28 is #2FF1D7. Grayscale: #4B4B4B. Windows color (decimal): -3142104 or 2625232. OLE color: 2625232.

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

Color convert

RGB 208 14 40 -
CMYK 0 0.93 0.81 0.18
HSL 351.96º 0.87% 0.44% -
HSV(B) 351.96º 0.93% 0.82% -
XYZ 26.55 13.88 3.29 -
YUV 74.97 108.27 222.89 -
System Red Green Blue C M Y K H S L
Decimal 208 14 40 0 0.93 0.81 0.18 351.96 0.87 0.44
Hex D0 E 28 0 5D 51 12 160 57 2C
Octal 320 16 50 0 135 121 22 540 127 54
Binary 11010000 1110 101000 0 1011101 1010001 10010 101100000 1010111 101100

Color Harmonies of #D00E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00E28

Black with #D00E28

Text Example


Text Example

White with #D00E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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