Shades of Fire Engine Red #D20D1B
Tints of Fire Engine Red #D20D1B
RGB
CMYK
RGB Variations
Color information
#D20D1B (or 0xD20D1B) is known color: Fire Engine Red. HEX triplet: D2, 0D and 1B. RGB value is (210,13,27). Sum of RGB (Red+Green+Blue) = 210+13+27=250 (33% of max value = 765). Red value is 210 (82.42% from 255 or 84% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20D1B is #2DF2E4. Grayscale: #494949. Windows color (decimal): -3011301 or 1773010. OLE color: 1773010.
HSL color Cylindrical-coordinate representation of color #D20D1B: hue angle of 355.74º 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 #D20D1B is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 13 | 27 | - |
| CMYK | 0 | 0.94 | 0.87 | 0.18 |
| HSL | 355.74º | 0.88% | 0.44% | - |
| HSV(B) | 355.74º | 0.94% | 0.82% | - |
| XYZ | 26.92 | 14.07 | 2.33 | - |
| YUV | 73.5 | 101.77 | 225.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 27 | 0 | 0.94 | 0.87 | 0.18 | 355.74 | 0.88 | 0.44 |
| Hex | D2 | D | 1B | 0 | 5E | 57 | 12 | 164 | 58 | 2C |
| Octal | 322 | 15 | 33 | 0 | 136 | 127 | 22 | 544 | 130 | 54 |
| Binary | 11010010 | 1101 | 11011 | 0 | 1011110 | 1010111 | 10010 | 101100100 | 1011000 | 101100 |
Color Harmonies of #D20D1B
Complementary color
Monochromatic Colors of #D20D1B
Black with #D20D1B
Text Example
Text Example
White with #D20D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20D1B; }
p { color: rgb(210,13,27); }
H1.HeaderClassName
{
color: #D20D1B;
}
.AnyTagClassName
{
color: #D20D1B;
}
</style>
background-color css
<style>
a { background-color: #D20D1B; }
a { background-color: rgb(210,13,27); }
div.DivClassName
{
background-color: #D20D1B;
}
.BgClassName
{
background-color: #D20D1B;
}
</style>
border-color css
<style>
span { border-color: #D20D1B; }
span { border-color: rgb(210,13,27); }
td.TdClassName
{
border-color: #D20D1B;
}
.TagClassName
{
border-color: #D20D1B;
}
</style>