Shades of Fire Engine Red #D0212A
Tints of Fire Engine Red #D0212A
RGB
CMYK
RGB Variations
Color information
#D0212A (or 0xD0212A) is known color: Fire Engine Red. HEX triplet: D0, 21 and 2A. RGB value is (208,33,42). Sum of RGB (Red+Green+Blue) = 208+33+42=283 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.50% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 208 - color contains mainly: red. Hex color #D0212A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0212A is #2FDED5. Grayscale: #565656. Windows color (decimal): -3137238 or 2761168. OLE color: 2761168.
HSL color Cylindrical-coordinate representation of color #D0212A: hue angle of 356.91º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0212A is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 33 | 42 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.18 |
| HSL | 356.91º | 0.73% | 0.47% | - |
| HSV(B) | 356.91º | 0.84% | 0.82% | - |
| XYZ | 26.97 | 14.66 | 3.6 | - |
| YUV | 86.35 | 102.98 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 33 | 42 | 0 | 0.84 | 0.80 | 0.18 | 356.91 | 0.73 | 0.47 |
| Hex | D0 | 21 | 2A | 0 | 54 | 50 | 12 | 165 | 49 | 2F |
| Octal | 320 | 41 | 52 | 0 | 124 | 120 | 22 | 545 | 111 | 57 |
| Binary | 11010000 | 100001 | 101010 | 0 | 1010100 | 1010000 | 10010 | 101100101 | 1001001 | 101111 |
Color Harmonies of #D0212A
Complementary color
Monochromatic Colors of #D0212A
Black with #D0212A
Text Example
Text Example
White with #D0212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0212A; }
p { color: rgb(208,33,42); }
H1.HeaderClassName
{
color: #D0212A;
}
.AnyTagClassName
{
color: #D0212A;
}
</style>
background-color css
<style>
a { background-color: #D0212A; }
a { background-color: rgb(208,33,42); }
div.DivClassName
{
background-color: #D0212A;
}
.BgClassName
{
background-color: #D0212A;
}
</style>
border-color css
<style>
span { border-color: #D0212A; }
span { border-color: rgb(208,33,42); }
td.TdClassName
{
border-color: #D0212A;
}
.TagClassName
{
border-color: #D0212A;
}
</style>