Shades of Fire Engine Red #D01F2D
Tints of Fire Engine Red #D01F2D
RGB
CMYK
RGB Variations
Color information
#D01F2D (or 0xD01F2D) is known color: Fire Engine Red. HEX triplet: D0, 1F and 2D. RGB value is (208,31,45). Sum of RGB (Red+Green+Blue) = 208+31+45=284 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.24% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01F2D is #2FE0D2. Grayscale: #555555. Windows color (decimal): -3137747 or 2957264. OLE color: 2957264.
HSL color Cylindrical-coordinate representation of color #D01F2D: hue angle of 355.25º 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 #D01F2D is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 31 | 45 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.18 |
| HSL | 355.25º | 0.74% | 0.47% | - |
| HSV(B) | 355.25º | 0.85% | 0.82% | - |
| XYZ | 26.98 | 14.58 | 3.87 | - |
| YUV | 85.52 | 105.14 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 31 | 45 | 0 | 0.85 | 0.78 | 0.18 | 355.25 | 0.74 | 0.47 |
| Hex | D0 | 1F | 2D | 0 | 55 | 4E | 12 | 163 | 4A | 2F |
| Octal | 320 | 37 | 55 | 0 | 125 | 116 | 22 | 543 | 112 | 57 |
| Binary | 11010000 | 11111 | 101101 | 0 | 1010101 | 1001110 | 10010 | 101100011 | 1001010 | 101111 |
Color Harmonies of #D01F2D
Complementary color
Monochromatic Colors of #D01F2D
Black with #D01F2D
Text Example
Text Example
White with #D01F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01F2D; }
p { color: rgb(208,31,45); }
H1.HeaderClassName
{
color: #D01F2D;
}
.AnyTagClassName
{
color: #D01F2D;
}
</style>
background-color css
<style>
a { background-color: #D01F2D; }
a { background-color: rgb(208,31,45); }
div.DivClassName
{
background-color: #D01F2D;
}
.BgClassName
{
background-color: #D01F2D;
}
</style>
border-color css
<style>
span { border-color: #D01F2D; }
span { border-color: rgb(208,31,45); }
td.TdClassName
{
border-color: #D01F2D;
}
.TagClassName
{
border-color: #D01F2D;
}
</style>