Shades of Fire Engine Red #D70C21
Tints of Fire Engine Red #D70C21
RGB
CMYK
RGB Variations
Color information
#D70C21 (or 0xD70C21) is known color: Fire Engine Red. HEX triplet: D7, 0C and 21. RGB value is (215,12,33). Sum of RGB (Red+Green+Blue) = 215+12+33=260 (34% of max value = 765). Red value is 215 (84.38% from 255 or 82.69% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70C21 is #28F3DE. Grayscale: #4B4B4B. Windows color (decimal): -2683871 or 2165975. OLE color: 2165975.
HSL color Cylindrical-coordinate representation of color #D70C21: hue angle of 353.79º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70C21 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 33 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.16 |
| HSL | 353.79º | 0.89% | 0.45% | - |
| HSV(B) | 353.79º | 0.94% | 0.84% | - |
| XYZ | 28.43 | 14.82 | 2.8 | - |
| YUV | 75.09 | 104.25 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 33 | 0 | 0.94 | 0.85 | 0.16 | 353.79 | 0.89 | 0.45 |
| Hex | D7 | C | 21 | 0 | 5E | 55 | 10 | 162 | 59 | 2D |
| Octal | 327 | 14 | 41 | 0 | 136 | 125 | 20 | 542 | 131 | 55 |
| Binary | 11010111 | 1100 | 100001 | 0 | 1011110 | 1010101 | 10000 | 101100010 | 1011001 | 101101 |
Color Harmonies of #D70C21
Complementary color
Monochromatic Colors of #D70C21
Black with #D70C21
Text Example
Text Example
White with #D70C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70C21; }
p { color: rgb(215,12,33); }
H1.HeaderClassName
{
color: #D70C21;
}
.AnyTagClassName
{
color: #D70C21;
}
</style>
background-color css
<style>
a { background-color: #D70C21; }
a { background-color: rgb(215,12,33); }
div.DivClassName
{
background-color: #D70C21;
}
.BgClassName
{
background-color: #D70C21;
}
</style>
border-color css
<style>
span { border-color: #D70C21; }
span { border-color: rgb(215,12,33); }
td.TdClassName
{
border-color: #D70C21;
}
.TagClassName
{
border-color: #D70C21;
}
</style>