Shades of Fire Engine Red #D20D25
Tints of Fire Engine Red #D20D25
RGB
CMYK
RGB Variations
Color information
#D20D25 (or 0xD20D25) is known color: Fire Engine Red. HEX triplet: D2, 0D and 25. RGB value is (210,13,37). Sum of RGB (Red+Green+Blue) = 210+13+37=260 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.77% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20D25 is #2DF2DA. Grayscale: #4A4A4A. Windows color (decimal): -3011291 or 2428370. OLE color: 2428370.
HSL color Cylindrical-coordinate representation of color #D20D25: hue angle of 352.69º 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 #D20D25 is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 13 | 37 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.18 |
| HSL | 352.69º | 0.88% | 0.44% | - |
| HSV(B) | 352.69º | 0.94% | 0.82% | - |
| XYZ | 27.06 | 14.12 | 3.05 | - |
| YUV | 74.64 | 106.77 | 224.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 37 | 0 | 0.94 | 0.82 | 0.18 | 352.69 | 0.88 | 0.44 |
| Hex | D2 | D | 25 | 0 | 5E | 52 | 12 | 161 | 58 | 2C |
| Octal | 322 | 15 | 45 | 0 | 136 | 122 | 22 | 541 | 130 | 54 |
| Binary | 11010010 | 1101 | 100101 | 0 | 1011110 | 1010010 | 10010 | 101100001 | 1011000 | 101100 |
Color Harmonies of #D20D25
Complementary color
Monochromatic Colors of #D20D25
Black with #D20D25
Text Example
Text Example
White with #D20D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20D25; }
p { color: rgb(210,13,37); }
H1.HeaderClassName
{
color: #D20D25;
}
.AnyTagClassName
{
color: #D20D25;
}
</style>
background-color css
<style>
a { background-color: #D20D25; }
a { background-color: rgb(210,13,37); }
div.DivClassName
{
background-color: #D20D25;
}
.BgClassName
{
background-color: #D20D25;
}
</style>
border-color css
<style>
span { border-color: #D20D25; }
span { border-color: rgb(210,13,37); }
td.TdClassName
{
border-color: #D20D25;
}
.TagClassName
{
border-color: #D20D25;
}
</style>