#d00e2c

Color #D00E2C Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #D00E2C

Tints of Fire Engine Red #D00E2C

Color information

#D00E2C (or 0xD00E2C) is unknown color: approx Fire Engine Red. HEX triplet: D0, 0E and 2C. RGB value is (208,14,44). Sum of RGB (Red+Green+Blue) = 208+14+44=266 (35% of max value = 765). Red value is 208 (81.64% from 255 or 78.20% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 208 - color contains mainly: red. Hex color #D00E2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00E2C is #2FF1D3. Grayscale: #4B4B4B. Windows color (decimal): -3142100 or 2887376. OLE color: 2887376.

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

Color convert

RGB2081444-
CMYK00.930.790.18
HSL350.72º87.39%43.53%-
HSV(B)350.72º93.27%81.57%-
XYZ26.6213.913.66-
YUV75.43110.27222.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 78.20%
GREEN value IS 14 (5.86% from 255) = 5.26%
BLUE value IS 44 (17.58% from 255) = 16.54%
R=78.20%
G=5.26%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208144400.930.790.18350.7287.3943.53
HexD0E2C05D4F1215f572c
Octal320165401351172253712754
Binary110100001110101100010111011001111100101010111111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d00e2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d00e2c; }

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

 H1.HeaderClassName
 {
   color: #d00e2c;
 }
 .AnyTagClassName
 {
   color: #d00e2c;
 }
</style>
background-color css

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

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

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

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

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

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