Shades of Fire Engine Red #D70C2A
Tints of Fire Engine Red #D70C2A
RGB
CMYK
RGB Variations
Color information
#D70C2A (or 0xD70C2A) is known color: Fire Engine Red. HEX triplet: D7, 0C and 2A. RGB value is (215,12,42). Sum of RGB (Red+Green+Blue) = 215+12+42=269 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.93% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70C2A is #28F3D5. Grayscale: #4C4C4C. Windows color (decimal): -2683862 or 2755799. OLE color: 2755799.
HSL color Cylindrical-coordinate representation of color #D70C2A: hue angle of 351.13º 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 #D70C2A is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 42 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.16 |
| HSL | 351.13º | 0.89% | 0.45% | - |
| HSV(B) | 351.13º | 0.94% | 0.84% | - |
| XYZ | 28.57 | 14.88 | 3.56 | - |
| YUV | 76.12 | 108.75 | 227.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 42 | 0 | 0.94 | 0.80 | 0.16 | 351.13 | 0.89 | 0.45 |
| Hex | D7 | C | 2A | 0 | 5E | 50 | 10 | 15F | 59 | 2D |
| Octal | 327 | 14 | 52 | 0 | 136 | 120 | 20 | 537 | 131 | 55 |
| Binary | 11010111 | 1100 | 101010 | 0 | 1011110 | 1010000 | 10000 | 101011111 | 1011001 | 101101 |
Color Harmonies of #D70C2A
Complementary color
Monochromatic Colors of #D70C2A
Black with #D70C2A
Text Example
Text Example
White with #D70C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70C2A; }
p { color: rgb(215,12,42); }
H1.HeaderClassName
{
color: #D70C2A;
}
.AnyTagClassName
{
color: #D70C2A;
}
</style>
background-color css
<style>
a { background-color: #D70C2A; }
a { background-color: rgb(215,12,42); }
div.DivClassName
{
background-color: #D70C2A;
}
.BgClassName
{
background-color: #D70C2A;
}
</style>
border-color css
<style>
span { border-color: #D70C2A; }
span { border-color: rgb(215,12,42); }
td.TdClassName
{
border-color: #D70C2A;
}
.TagClassName
{
border-color: #D70C2A;
}
</style>