Shades of Fire Engine Red #C70D21
Tints of Fire Engine Red #C70D21
RGB
CMYK
RGB Variations
Color information
#C70D21 (or 0xC70D21) is known color: Fire Engine Red. HEX triplet: C7, 0D and 21. RGB value is (199,13,33). Sum of RGB (Red+Green+Blue) = 199+13+33=245 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.22% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70D21 is #38F2DE. Grayscale: #464646. Windows color (decimal): -3732191 or 2166215. OLE color: 2166215.
HSL color Cylindrical-coordinate representation of color #C70D21: hue angle of 353.55º 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 #C70D21 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 13 | 33 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.22 |
| HSL | 353.55º | 0.88% | 0.42% | - |
| HSV(B) | 353.55º | 0.93% | 0.78% | - |
| XYZ | 23.97 | 12.54 | 2.6 | - |
| YUV | 70.89 | 106.62 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 33 | 0 | 0.93 | 0.83 | 0.22 | 353.55 | 0.88 | 0.42 |
| Hex | C7 | D | 21 | 0 | 5D | 53 | 16 | 162 | 58 | 2A |
| Octal | 307 | 15 | 41 | 0 | 135 | 123 | 26 | 542 | 130 | 52 |
| Binary | 11000111 | 1101 | 100001 | 0 | 1011101 | 1010011 | 10110 | 101100010 | 1011000 | 101010 |
Color Harmonies of #C70D21
Complementary color
Monochromatic Colors of #C70D21
Black with #C70D21
Text Example
Text Example
White with #C70D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70D21; }
p { color: rgb(199,13,33); }
H1.HeaderClassName
{
color: #C70D21;
}
.AnyTagClassName
{
color: #C70D21;
}
</style>
background-color css
<style>
a { background-color: #C70D21; }
a { background-color: rgb(199,13,33); }
div.DivClassName
{
background-color: #C70D21;
}
.BgClassName
{
background-color: #C70D21;
}
</style>
border-color css
<style>
span { border-color: #C70D21; }
span { border-color: rgb(199,13,33); }
td.TdClassName
{
border-color: #C70D21;
}
.TagClassName
{
border-color: #C70D21;
}
</style>