Shades of Fire Engine Red #D0102A
Tints of Fire Engine Red #D0102A
RGB
CMYK
RGB Variations
Color information
#D0102A (or 0xD0102A) is known color: Fire Engine Red. HEX triplet: D0, 10 and 2A. RGB value is (208,16,42). Sum of RGB (Red+Green+Blue) = 208+16+42=266 (35% of max value = 765). Red value is 208 (81.64% from 255 or 78.20% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 208 - color contains mainly: red. Hex color #D0102A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0102A is #2FEFD5. Grayscale: #4C4C4C. Windows color (decimal): -3141590 or 2756816. OLE color: 2756816.
HSL color Cylindrical-coordinate representation of color #D0102A: hue angle of 351.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0102A is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 16 | 42 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.18 |
| HSL | 351.88º | 0.86% | 0.44% | - |
| HSV(B) | 351.88º | 0.92% | 0.82% | - |
| XYZ | 26.62 | 13.95 | 3.48 | - |
| YUV | 76.37 | 108.61 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 42 | 0 | 0.92 | 0.80 | 0.18 | 351.88 | 0.86 | 0.44 |
| Hex | D0 | 10 | 2A | 0 | 5C | 50 | 12 | 160 | 56 | 2C |
| Octal | 320 | 20 | 52 | 0 | 134 | 120 | 22 | 540 | 126 | 54 |
| Binary | 11010000 | 10000 | 101010 | 0 | 1011100 | 1010000 | 10010 | 101100000 | 1010110 | 101100 |
Color Harmonies of #D0102A
Complementary color
Monochromatic Colors of #D0102A
Black with #D0102A
Text Example
Text Example
White with #D0102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0102A; }
p { color: rgb(208,16,42); }
H1.HeaderClassName
{
color: #D0102A;
}
.AnyTagClassName
{
color: #D0102A;
}
</style>
background-color css
<style>
a { background-color: #D0102A; }
a { background-color: rgb(208,16,42); }
div.DivClassName
{
background-color: #D0102A;
}
.BgClassName
{
background-color: #D0102A;
}
</style>
border-color css
<style>
span { border-color: #D0102A; }
span { border-color: rgb(208,16,42); }
td.TdClassName
{
border-color: #D0102A;
}
.TagClassName
{
border-color: #D0102A;
}
</style>