Shades of Fire Engine Red #C70A24
Tints of Fire Engine Red #C70A24
RGB
CMYK
RGB Variations
Color information
#C70A24 (or 0xC70A24) is known color: Fire Engine Red. HEX triplet: C7, 0A and 24. RGB value is (199,10,36). Sum of RGB (Red+Green+Blue) = 199+10+36=245 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.22% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 199 - color contains mainly: red. Hex color #C70A24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70A24 is #38F5DB. Grayscale: #454545. Windows color (decimal): -3732956 or 2362055. OLE color: 2362055.
HSL color Cylindrical-coordinate representation of color #C70A24: hue angle of 351.75º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70A24 is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 10 | 36 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.22 |
| HSL | 351.75º | 0.9% | 0.41% | - |
| HSV(B) | 351.75º | 0.95% | 0.78% | - |
| XYZ | 23.98 | 12.49 | 2.82 | - |
| YUV | 69.48 | 109.12 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 36 | 0 | 0.95 | 0.82 | 0.22 | 351.75 | 0.9 | 0.41 |
| Hex | C7 | A | 24 | 0 | 5F | 52 | 16 | 160 | 5A | 29 |
| Octal | 307 | 12 | 44 | 0 | 137 | 122 | 26 | 540 | 132 | 51 |
| Binary | 11000111 | 1010 | 100100 | 0 | 1011111 | 1010010 | 10110 | 101100000 | 1011010 | 101001 |
Color Harmonies of #C70A24
Complementary color
Monochromatic Colors of #C70A24
Black with #C70A24
Text Example
Text Example
White with #C70A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70A24; }
p { color: rgb(199,10,36); }
H1.HeaderClassName
{
color: #C70A24;
}
.AnyTagClassName
{
color: #C70A24;
}
</style>
background-color css
<style>
a { background-color: #C70A24; }
a { background-color: rgb(199,10,36); }
div.DivClassName
{
background-color: #C70A24;
}
.BgClassName
{
background-color: #C70A24;
}
</style>
border-color css
<style>
span { border-color: #C70A24; }
span { border-color: rgb(199,10,36); }
td.TdClassName
{
border-color: #C70A24;
}
.TagClassName
{
border-color: #C70A24;
}
</style>