Shades of Fire Engine Red #D20D2B
Tints of Fire Engine Red #D20D2B
RGB
CMYK
RGB Variations
Color information
#D20D2B (or 0xD20D2B) is known color: Fire Engine Red. HEX triplet: D2, 0D and 2B. RGB value is (210,13,43). Sum of RGB (Red+Green+Blue) = 210+13+43=266 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.95% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20D2B is #2DF2D4. Grayscale: #4B4B4B. Windows color (decimal): -3011285 or 2821586. OLE color: 2821586.
HSL color Cylindrical-coordinate representation of color #D20D2B: hue angle of 350.86º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20D2B is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 13 | 43 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.18 |
| HSL | 350.86º | 0.88% | 0.44% | - |
| HSV(B) | 350.86º | 0.94% | 0.82% | - |
| XYZ | 27.16 | 14.16 | 3.59 | - |
| YUV | 75.32 | 109.77 | 224.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 43 | 0 | 0.94 | 0.80 | 0.18 | 350.86 | 0.88 | 0.44 |
| Hex | D2 | D | 2B | 0 | 5E | 50 | 12 | 15F | 58 | 2C |
| Octal | 322 | 15 | 53 | 0 | 136 | 120 | 22 | 537 | 130 | 54 |
| Binary | 11010010 | 1101 | 101011 | 0 | 1011110 | 1010000 | 10010 | 101011111 | 1011000 | 101100 |
Color Harmonies of #D20D2B
Complementary color
Monochromatic Colors of #D20D2B
Black with #D20D2B
Text Example
Text Example
White with #D20D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20D2B; }
p { color: rgb(210,13,43); }
H1.HeaderClassName
{
color: #D20D2B;
}
.AnyTagClassName
{
color: #D20D2B;
}
</style>
background-color css
<style>
a { background-color: #D20D2B; }
a { background-color: rgb(210,13,43); }
div.DivClassName
{
background-color: #D20D2B;
}
.BgClassName
{
background-color: #D20D2B;
}
</style>
border-color css
<style>
span { border-color: #D20D2B; }
span { border-color: rgb(210,13,43); }
td.TdClassName
{
border-color: #D20D2B;
}
.TagClassName
{
border-color: #D20D2B;
}
</style>