Shades of Fire Engine Red #D01F2C
Tints of Fire Engine Red #D01F2C
RGB
CMYK
RGB Variations
Color information
#D01F2C (or 0xD01F2C) is known color: Fire Engine Red. HEX triplet: D0, 1F and 2C. RGB value is (208,31,44). Sum of RGB (Red+Green+Blue) = 208+31+44=283 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.50% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01F2C is #2FE0D3. Grayscale: #555555. Windows color (decimal): -3137748 or 2891728. OLE color: 2891728.
HSL color Cylindrical-coordinate representation of color #D01F2C: hue angle of 355.59º degrees, saturation: 0.74, 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 #D01F2C is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 31 | 44 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.18 |
| HSL | 355.59º | 0.74% | 0.47% | - |
| HSV(B) | 355.59º | 0.85% | 0.82% | - |
| XYZ | 26.96 | 14.57 | 3.77 | - |
| YUV | 85.41 | 104.64 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 31 | 44 | 0 | 0.85 | 0.79 | 0.18 | 355.59 | 0.74 | 0.47 |
| Hex | D0 | 1F | 2C | 0 | 55 | 4F | 12 | 164 | 4A | 2F |
| Octal | 320 | 37 | 54 | 0 | 125 | 117 | 22 | 544 | 112 | 57 |
| Binary | 11010000 | 11111 | 101100 | 0 | 1010101 | 1001111 | 10010 | 101100100 | 1001010 | 101111 |
Color Harmonies of #D01F2C
Complementary color
Monochromatic Colors of #D01F2C
Black with #D01F2C
Text Example
Text Example
White with #D01F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01F2C; }
p { color: rgb(208,31,44); }
H1.HeaderClassName
{
color: #D01F2C;
}
.AnyTagClassName
{
color: #D01F2C;
}
</style>
background-color css
<style>
a { background-color: #D01F2C; }
a { background-color: rgb(208,31,44); }
div.DivClassName
{
background-color: #D01F2C;
}
.BgClassName
{
background-color: #D01F2C;
}
</style>
border-color css
<style>
span { border-color: #D01F2C; }
span { border-color: rgb(208,31,44); }
td.TdClassName
{
border-color: #D01F2C;
}
.TagClassName
{
border-color: #D01F2C;
}
</style>