Shades of Fire Engine Red #C70A28
Tints of Fire Engine Red #C70A28
RGB
CMYK
RGB Variations
Color information
#C70A28 (or 0xC70A28) is known color: Fire Engine Red. HEX triplet: C7, 0A and 28. RGB value is (199,10,40). Sum of RGB (Red+Green+Blue) = 199+10+40=249 (32% of max value = 765). Red value is 199 (78.12% from 255 or 79.92% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 199 - color contains mainly: red. Hex color #C70A28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70A28 is #38F5D7. Grayscale: #464646. Windows color (decimal): -3732952 or 2624199. OLE color: 2624199.
HSL color Cylindrical-coordinate representation of color #C70A28: hue angle of 350.48º 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 #C70A28 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 10 | 40 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.22 |
| HSL | 350.48º | 0.9% | 0.41% | - |
| HSV(B) | 350.48º | 0.95% | 0.78% | - |
| XYZ | 24.04 | 12.51 | 3.16 | - |
| YUV | 69.93 | 111.12 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 40 | 0 | 0.95 | 0.80 | 0.22 | 350.48 | 0.9 | 0.41 |
| Hex | C7 | A | 28 | 0 | 5F | 50 | 16 | 15E | 5A | 29 |
| Octal | 307 | 12 | 50 | 0 | 137 | 120 | 26 | 536 | 132 | 51 |
| Binary | 11000111 | 1010 | 101000 | 0 | 1011111 | 1010000 | 10110 | 101011110 | 1011010 | 101001 |
Color Harmonies of #C70A28
Complementary color
Monochromatic Colors of #C70A28
Black with #C70A28
Text Example
Text Example
White with #C70A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70A28; }
p { color: rgb(199,10,40); }
H1.HeaderClassName
{
color: #C70A28;
}
.AnyTagClassName
{
color: #C70A28;
}
</style>
background-color css
<style>
a { background-color: #C70A28; }
a { background-color: rgb(199,10,40); }
div.DivClassName
{
background-color: #C70A28;
}
.BgClassName
{
background-color: #C70A28;
}
</style>
border-color css
<style>
span { border-color: #C70A28; }
span { border-color: rgb(199,10,40); }
td.TdClassName
{
border-color: #C70A28;
}
.TagClassName
{
border-color: #C70A28;
}
</style>