Shades of Fire Engine Red #C71121
Tints of Fire Engine Red #C71121
RGB
CMYK
RGB Variations
Color information
#C71121 (or 0xC71121) is known color: Fire Engine Red. HEX triplet: C7, 11 and 21. RGB value is (199,17,33). Sum of RGB (Red+Green+Blue) = 199+17+33=249 (32% of max value = 765). Red value is 199 (78.12% from 255 or 79.92% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 199 - color contains mainly: red. Hex color #C71121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71121 is #38EEDE. Grayscale: #494949. Windows color (decimal): -3731167 or 2167239. OLE color: 2167239.
HSL color Cylindrical-coordinate representation of color #C71121: hue angle of 354.73º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71121 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 33 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.22 |
| HSL | 354.73º | 0.84% | 0.42% | - |
| HSV(B) | 354.73º | 0.91% | 0.78% | - |
| XYZ | 24.03 | 12.65 | 2.61 | - |
| YUV | 73.24 | 105.3 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 33 | 0 | 0.91 | 0.83 | 0.22 | 354.73 | 0.84 | 0.42 |
| Hex | C7 | 11 | 21 | 0 | 5B | 53 | 16 | 163 | 54 | 2A |
| Octal | 307 | 21 | 41 | 0 | 133 | 123 | 26 | 543 | 124 | 52 |
| Binary | 11000111 | 10001 | 100001 | 0 | 1011011 | 1010011 | 10110 | 101100011 | 1010100 | 101010 |
Color Harmonies of #C71121
Complementary color
Monochromatic Colors of #C71121
Black with #C71121
Text Example
Text Example
White with #C71121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71121; }
p { color: rgb(199,17,33); }
H1.HeaderClassName
{
color: #C71121;
}
.AnyTagClassName
{
color: #C71121;
}
</style>
background-color css
<style>
a { background-color: #C71121; }
a { background-color: rgb(199,17,33); }
div.DivClassName
{
background-color: #C71121;
}
.BgClassName
{
background-color: #C71121;
}
</style>
border-color css
<style>
span { border-color: #C71121; }
span { border-color: rgb(199,17,33); }
td.TdClassName
{
border-color: #C71121;
}
.TagClassName
{
border-color: #C71121;
}
</style>