Shades of Fire Engine Red #D0202A
Tints of Fire Engine Red #D0202A
RGB
CMYK
RGB Variations
Color information
#D0202A (or 0xD0202A) is known color: Fire Engine Red. HEX triplet: D0, 20 and 2A. RGB value is (208,32,42). Sum of RGB (Red+Green+Blue) = 208+32+42=282 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.76% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 208 - color contains mainly: red. Hex color #D0202A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0202A is #2FDFD5. Grayscale: #555555. Windows color (decimal): -3137494 or 2760912. OLE color: 2760912.
HSL color Cylindrical-coordinate representation of color #D0202A: hue angle of 356.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 #D0202A is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 42 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.18 |
| HSL | 356.59º | 0.73% | 0.47% | - |
| HSV(B) | 356.59º | 0.85% | 0.82% | - |
| XYZ | 26.95 | 14.61 | 3.59 | - |
| YUV | 85.76 | 103.31 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 42 | 0 | 0.85 | 0.80 | 0.18 | 356.59 | 0.73 | 0.47 |
| Hex | D0 | 20 | 2A | 0 | 55 | 50 | 12 | 165 | 49 | 2F |
| Octal | 320 | 40 | 52 | 0 | 125 | 120 | 22 | 545 | 111 | 57 |
| Binary | 11010000 | 100000 | 101010 | 0 | 1010101 | 1010000 | 10010 | 101100101 | 1001001 | 101111 |
Color Harmonies of #D0202A
Complementary color
Monochromatic Colors of #D0202A
Black with #D0202A
Text Example
Text Example
White with #D0202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0202A; }
p { color: rgb(208,32,42); }
H1.HeaderClassName
{
color: #D0202A;
}
.AnyTagClassName
{
color: #D0202A;
}
</style>
background-color css
<style>
a { background-color: #D0202A; }
a { background-color: rgb(208,32,42); }
div.DivClassName
{
background-color: #D0202A;
}
.BgClassName
{
background-color: #D0202A;
}
</style>
border-color css
<style>
span { border-color: #D0202A; }
span { border-color: rgb(208,32,42); }
td.TdClassName
{
border-color: #D0202A;
}
.TagClassName
{
border-color: #D0202A;
}
</style>