Shades of Fire Engine Red #D01C2C
Tints of Fire Engine Red #D01C2C
RGB
CMYK
RGB Variations
Color information
#D01C2C (or 0xD01C2C) is known color: Fire Engine Red. HEX triplet: D0, 1C and 2C. RGB value is (208,28,44). Sum of RGB (Red+Green+Blue) = 208+28+44=280 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.29% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01C2C is #2FE3D3. Grayscale: #535353. Windows color (decimal): -3138516 or 2890960. OLE color: 2890960.
HSL color Cylindrical-coordinate representation of color #D01C2C: hue angle of 354.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01C2C is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 28 | 44 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.18 |
| HSL | 354.67º | 0.76% | 0.46% | - |
| HSV(B) | 354.67º | 0.87% | 0.82% | - |
| XYZ | 26.88 | 14.42 | 3.75 | - |
| YUV | 83.64 | 105.63 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 44 | 0 | 0.87 | 0.79 | 0.18 | 354.67 | 0.76 | 0.46 |
| Hex | D0 | 1C | 2C | 0 | 57 | 4F | 12 | 163 | 4C | 2E |
| Octal | 320 | 34 | 54 | 0 | 127 | 117 | 22 | 543 | 114 | 56 |
| Binary | 11010000 | 11100 | 101100 | 0 | 1010111 | 1001111 | 10010 | 101100011 | 1001100 | 101110 |
Color Harmonies of #D01C2C
Complementary color
Monochromatic Colors of #D01C2C
Black with #D01C2C
Text Example
Text Example
White with #D01C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01C2C; }
p { color: rgb(208,28,44); }
H1.HeaderClassName
{
color: #D01C2C;
}
.AnyTagClassName
{
color: #D01C2C;
}
</style>
background-color css
<style>
a { background-color: #D01C2C; }
a { background-color: rgb(208,28,44); }
div.DivClassName
{
background-color: #D01C2C;
}
.BgClassName
{
background-color: #D01C2C;
}
</style>
border-color css
<style>
span { border-color: #D01C2C; }
span { border-color: rgb(208,28,44); }
td.TdClassName
{
border-color: #D01C2C;
}
.TagClassName
{
border-color: #D01C2C;
}
</style>