Shades of Fire Engine Red #C71024
Tints of Fire Engine Red #C71024
RGB
CMYK
RGB Variations
Color information
#C71024 (or 0xC71024) is known color: Fire Engine Red. HEX triplet: C7, 10 and 24. RGB value is (199,16,36). Sum of RGB (Red+Green+Blue) = 199+16+36=251 (33% of max value = 765). Red value is 199 (78.12% from 255 or 79.28% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 36 (14.45% from 255 or 14.34% from 251); Max value from RGB is 199 - color contains mainly: red. Hex color #C71024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71024 is #38EFDB. Grayscale: #494949. Windows color (decimal): -3731420 or 2363591. OLE color: 2363591.
HSL color Cylindrical-coordinate representation of color #C71024: hue angle of 353.44º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C71024 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 36 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.22 |
| HSL | 353.44º | 0.85% | 0.42% | - |
| HSV(B) | 353.44º | 0.92% | 0.78% | - |
| XYZ | 24.06 | 12.64 | 2.84 | - |
| YUV | 73 | 107.13 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 36 | 0 | 0.92 | 0.82 | 0.22 | 353.44 | 0.85 | 0.42 |
| Hex | C7 | 10 | 24 | 0 | 5C | 52 | 16 | 161 | 55 | 2A |
| Octal | 307 | 20 | 44 | 0 | 134 | 122 | 26 | 541 | 125 | 52 |
| Binary | 11000111 | 10000 | 100100 | 0 | 1011100 | 1010010 | 10110 | 101100001 | 1010101 | 101010 |
Color Harmonies of #C71024
Complementary color
Monochromatic Colors of #C71024
Black with #C71024
Text Example
Text Example
White with #C71024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71024; }
p { color: rgb(199,16,36); }
H1.HeaderClassName
{
color: #C71024;
}
.AnyTagClassName
{
color: #C71024;
}
</style>
background-color css
<style>
a { background-color: #C71024; }
a { background-color: rgb(199,16,36); }
div.DivClassName
{
background-color: #C71024;
}
.BgClassName
{
background-color: #C71024;
}
</style>
border-color css
<style>
span { border-color: #C71024; }
span { border-color: rgb(199,16,36); }
td.TdClassName
{
border-color: #C71024;
}
.TagClassName
{
border-color: #C71024;
}
</style>