Shades of Fire Engine Red #C70828
Tints of Fire Engine Red #C70828
RGB
CMYK
RGB Variations
Color information
#C70828 (or 0xC70828) is known color: Fire Engine Red. HEX triplet: C7, 08 and 28. RGB value is (199,8,40). Sum of RGB (Red+Green+Blue) = 199+8+40=247 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.57% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 199 - color contains mainly: red. Hex color #C70828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70828 is #38F7D7. Grayscale: #444444. Windows color (decimal): -3733464 or 2623687. OLE color: 2623687.
HSL color Cylindrical-coordinate representation of color #C70828: hue angle of 349.95º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70828 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 40 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.22 |
| HSL | 349.95º | 0.92% | 0.41% | - |
| HSV(B) | 349.95º | 0.96% | 0.78% | - |
| XYZ | 24.02 | 12.47 | 3.15 | - |
| YUV | 68.76 | 111.78 | 220.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 40 | 0 | 0.96 | 0.80 | 0.22 | 349.95 | 0.92 | 0.41 |
| Hex | C7 | 8 | 28 | 0 | 60 | 50 | 16 | 15E | 5C | 29 |
| Octal | 307 | 10 | 50 | 0 | 140 | 120 | 26 | 536 | 134 | 51 |
| Binary | 11000111 | 1000 | 101000 | 0 | 1100000 | 1010000 | 10110 | 101011110 | 1011100 | 101001 |
Color Harmonies of #C70828
Complementary color
Monochromatic Colors of #C70828
Black with #C70828
Text Example
Text Example
White with #C70828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70828; }
p { color: rgb(199,8,40); }
H1.HeaderClassName
{
color: #C70828;
}
.AnyTagClassName
{
color: #C70828;
}
</style>
background-color css
<style>
a { background-color: #C70828; }
a { background-color: rgb(199,8,40); }
div.DivClassName
{
background-color: #C70828;
}
.BgClassName
{
background-color: #C70828;
}
</style>
border-color css
<style>
span { border-color: #C70828; }
span { border-color: rgb(199,8,40); }
td.TdClassName
{
border-color: #C70828;
}
.TagClassName
{
border-color: #C70828;
}
</style>