Shades of Fire Engine Red #C71820
Tints of Fire Engine Red #C71820
RGB
CMYK
RGB Variations
Color information
#C71820 (or 0xC71820) is known color: Fire Engine Red. HEX triplet: C7, 18 and 20. RGB value is (199,24,32). Sum of RGB (Red+Green+Blue) = 199+24+32=255 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.04% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 199 - color contains mainly: red. Hex color #C71820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71820 is #38E7DF. Grayscale: #4D4D4D. Windows color (decimal): -3729376 or 2103495. OLE color: 2103495.
HSL color Cylindrical-coordinate representation of color #C71820: hue angle of 357.26º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71820 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 32 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.22 |
| HSL | 357.26º | 0.78% | 0.44% | - |
| HSV(B) | 357.26º | 0.88% | 0.78% | - |
| XYZ | 24.14 | 12.9 | 2.58 | - |
| YUV | 77.24 | 102.48 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 32 | 0 | 0.88 | 0.84 | 0.22 | 357.26 | 0.78 | 0.44 |
| Hex | C7 | 18 | 20 | 0 | 58 | 54 | 16 | 165 | 4E | 2C |
| Octal | 307 | 30 | 40 | 0 | 130 | 124 | 26 | 545 | 116 | 54 |
| Binary | 11000111 | 11000 | 100000 | 0 | 1011000 | 1010100 | 10110 | 101100101 | 1001110 | 101100 |
Color Harmonies of #C71820
Complementary color
Monochromatic Colors of #C71820
Black with #C71820
Text Example
Text Example
White with #C71820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71820; }
p { color: rgb(199,24,32); }
H1.HeaderClassName
{
color: #C71820;
}
.AnyTagClassName
{
color: #C71820;
}
</style>
background-color css
<style>
a { background-color: #C71820; }
a { background-color: rgb(199,24,32); }
div.DivClassName
{
background-color: #C71820;
}
.BgClassName
{
background-color: #C71820;
}
</style>
border-color css
<style>
span { border-color: #C71820; }
span { border-color: rgb(199,24,32); }
td.TdClassName
{
border-color: #C71820;
}
.TagClassName
{
border-color: #C71820;
}
</style>