Shades of Fire Engine Red #D21315
Tints of Fire Engine Red #D21315
RGB
CMYK
RGB Variations
Color information
#D21315 (or 0xD21315) is known color: Fire Engine Red. HEX triplet: D2, 13 and 15. RGB value is (210,19,21). Sum of RGB (Red+Green+Blue) = 210+19+21=250 (33% of max value = 765). Red value is 210 (82.42% from 255 or 84% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 210 - color contains mainly: red. Hex color #D21315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21315 is #2DECEA. Grayscale: #4C4C4C. Windows color (decimal): -3009771 or 1381330. OLE color: 1381330.
HSL color Cylindrical-coordinate representation of color #D21315: hue angle of 359.37º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D21315 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 19 | 21 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.18 |
| HSL | 359.37º | 0.83% | 0.45% | - |
| HSV(B) | 359.37º | 0.91% | 0.82% | - |
| XYZ | 26.95 | 14.22 | 2.03 | - |
| YUV | 76.34 | 96.78 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 21 | 0 | 0.91 | 0.90 | 0.18 | 359.37 | 0.83 | 0.45 |
| Hex | D2 | 13 | 15 | 0 | 5B | 5A | 12 | 167 | 53 | 2D |
| Octal | 322 | 23 | 25 | 0 | 133 | 132 | 22 | 547 | 123 | 55 |
| Binary | 11010010 | 10011 | 10101 | 0 | 1011011 | 1011010 | 10010 | 101100111 | 1010011 | 101101 |
Color Harmonies of #D21315
Complementary color
Monochromatic Colors of #D21315
Black with #D21315
Text Example
Text Example
White with #D21315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21315; }
p { color: rgb(210,19,21); }
H1.HeaderClassName
{
color: #D21315;
}
.AnyTagClassName
{
color: #D21315;
}
</style>
background-color css
<style>
a { background-color: #D21315; }
a { background-color: rgb(210,19,21); }
div.DivClassName
{
background-color: #D21315;
}
.BgClassName
{
background-color: #D21315;
}
</style>
border-color css
<style>
span { border-color: #D21315; }
span { border-color: rgb(210,19,21); }
td.TdClassName
{
border-color: #D21315;
}
.TagClassName
{
border-color: #D21315;
}
</style>