Shades of Fire Engine Red #C71227
Tints of Fire Engine Red #C71227
RGB
CMYK
RGB Variations
Color information
#C71227 (or 0xC71227) is known color: Fire Engine Red. HEX triplet: C7, 12 and 27. RGB value is (199,18,39). Sum of RGB (Red+Green+Blue) = 199+18+39=256 (33% of max value = 765). Red value is 199 (78.12% from 255 or 77.73% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 199 - color contains mainly: red. Hex color #C71227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71227 is #38EDD8. Grayscale: #4A4A4A. Windows color (decimal): -3730905 or 2560711. OLE color: 2560711.
HSL color Cylindrical-coordinate representation of color #C71227: hue angle of 353.04º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71227 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 39 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.22 |
| HSL | 353.04º | 0.83% | 0.43% | - |
| HSV(B) | 353.04º | 0.91% | 0.78% | - |
| XYZ | 24.14 | 12.72 | 3.1 | - |
| YUV | 74.51 | 107.97 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 39 | 0 | 0.91 | 0.80 | 0.22 | 353.04 | 0.83 | 0.43 |
| Hex | C7 | 12 | 27 | 0 | 5B | 50 | 16 | 161 | 53 | 2B |
| Octal | 307 | 22 | 47 | 0 | 133 | 120 | 26 | 541 | 123 | 53 |
| Binary | 11000111 | 10010 | 100111 | 0 | 1011011 | 1010000 | 10110 | 101100001 | 1010011 | 101011 |
Color Harmonies of #C71227
Complementary color
Monochromatic Colors of #C71227
Black with #C71227
Text Example
Text Example
White with #C71227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71227; }
p { color: rgb(199,18,39); }
H1.HeaderClassName
{
color: #C71227;
}
.AnyTagClassName
{
color: #C71227;
}
</style>
background-color css
<style>
a { background-color: #C71227; }
a { background-color: rgb(199,18,39); }
div.DivClassName
{
background-color: #C71227;
}
.BgClassName
{
background-color: #C71227;
}
</style>
border-color css
<style>
span { border-color: #C71227; }
span { border-color: rgb(199,18,39); }
td.TdClassName
{
border-color: #C71227;
}
.TagClassName
{
border-color: #C71227;
}
</style>