Shades of Fire Engine Red #C70D20
Tints of Fire Engine Red #C70D20
RGB
CMYK
RGB Variations
Color information
#C70D20 (or 0xC70D20) is known color: Fire Engine Red. HEX triplet: C7, 0D and 20. RGB value is (199,13,32). Sum of RGB (Red+Green+Blue) = 199+13+32=244 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.56% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70D20 is #38F2DF. Grayscale: #464646. Windows color (decimal): -3732192 or 2100679. OLE color: 2100679.
HSL color Cylindrical-coordinate representation of color #C70D20: hue angle of 353.87º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70D20 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 13 | 32 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.22 |
| HSL | 353.87º | 0.88% | 0.42% | - |
| HSV(B) | 353.87º | 0.93% | 0.78% | - |
| XYZ | 23.96 | 12.53 | 2.52 | - |
| YUV | 70.78 | 106.12 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 32 | 0 | 0.93 | 0.84 | 0.22 | 353.87 | 0.88 | 0.42 |
| Hex | C7 | D | 20 | 0 | 5D | 54 | 16 | 162 | 58 | 2A |
| Octal | 307 | 15 | 40 | 0 | 135 | 124 | 26 | 542 | 130 | 52 |
| Binary | 11000111 | 1101 | 100000 | 0 | 1011101 | 1010100 | 10110 | 101100010 | 1011000 | 101010 |
Color Harmonies of #C70D20
Complementary color
Monochromatic Colors of #C70D20
Black with #C70D20
Text Example
Text Example
White with #C70D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70D20; }
p { color: rgb(199,13,32); }
H1.HeaderClassName
{
color: #C70D20;
}
.AnyTagClassName
{
color: #C70D20;
}
</style>
background-color css
<style>
a { background-color: #C70D20; }
a { background-color: rgb(199,13,32); }
div.DivClassName
{
background-color: #C70D20;
}
.BgClassName
{
background-color: #C70D20;
}
</style>
border-color css
<style>
span { border-color: #C70D20; }
span { border-color: rgb(199,13,32); }
td.TdClassName
{
border-color: #C70D20;
}
.TagClassName
{
border-color: #C70D20;
}
</style>