#D01D2C

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

Shades of Fire Engine Red #D01D2C

Tints of Fire Engine Red #D01D2C

Color information

#D01D2C (or 0xD01D2C) is unknown color: approx Fire Engine Red. HEX triplet: D0, 1D and 2C. RGB value is (208,29,44). Sum of RGB (Red+Green+Blue) = 208+29+44=281 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.02% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01D2C is #2FE2D3. Grayscale: #545454. Windows color (decimal): -3138260 or 2891216. OLE color: 2891216.

HSL color Cylindrical-coordinate representation of color #D01D2C: hue angle of 354.97º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01D2C is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB2082944-
CMYK00.860.790.18
HSL354.97º75.53%46.47%-
HSV(B)354.97º86.06%81.57%-
XYZ26.9114.473.76-
YUV84.23105.3216.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 74.02%
GREEN value IS 29 (11.72% from 255) = 10.32%
BLUE value IS 44 (17.58% from 255) = 15.66%
R=74.02%
G=10.32%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208294400.860.790.18354.9775.5346.47
HexD01D2C0564F121634c2e
Octal320355401261172254311456
Binary1101000011101101100010101101001111100101011000111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01D2C; }

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

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

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

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

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

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

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

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