Shades of Fire Engine Red #D1202D
Tints of Fire Engine Red #D1202D
RGB
CMYK
RGB Variations
Color information
#D1202D (or 0xD1202D) is known color: Fire Engine Red. HEX triplet: D1, 20 and 2D. RGB value is (209,32,45). Sum of RGB (Red+Green+Blue) = 209+32+45=286 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.08% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 209 - color contains mainly: red. Hex color #D1202D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1202D is #2EDFD2. Grayscale: #565656. Windows color (decimal): -3071955 or 2957521. OLE color: 2957521.
HSL color Cylindrical-coordinate representation of color #D1202D: hue angle of 355.59º degrees, saturation: 0.73, 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 #D1202D is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 45 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.18 |
| HSL | 355.59º | 0.73% | 0.47% | - |
| HSV(B) | 355.59º | 0.85% | 0.82% | - |
| XYZ | 27.28 | 14.78 | 3.9 | - |
| YUV | 86.41 | 104.64 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 45 | 0 | 0.85 | 0.78 | 0.18 | 355.59 | 0.73 | 0.47 |
| Hex | D1 | 20 | 2D | 0 | 55 | 4E | 12 | 164 | 49 | 2F |
| Octal | 321 | 40 | 55 | 0 | 125 | 116 | 22 | 544 | 111 | 57 |
| Binary | 11010001 | 100000 | 101101 | 0 | 1010101 | 1001110 | 10010 | 101100100 | 1001001 | 101111 |
Color Harmonies of #D1202D
Complementary color
Monochromatic Colors of #D1202D
Black with #D1202D
Text Example
Text Example
White with #D1202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1202D; }
p { color: rgb(209,32,45); }
H1.HeaderClassName
{
color: #D1202D;
}
.AnyTagClassName
{
color: #D1202D;
}
</style>
background-color css
<style>
a { background-color: #D1202D; }
a { background-color: rgb(209,32,45); }
div.DivClassName
{
background-color: #D1202D;
}
.BgClassName
{
background-color: #D1202D;
}
</style>
border-color css
<style>
span { border-color: #D1202D; }
span { border-color: rgb(209,32,45); }
td.TdClassName
{
border-color: #D1202D;
}
.TagClassName
{
border-color: #D1202D;
}
</style>