Shades of Fire Engine Red #C71229
Tints of Fire Engine Red #C71229
RGB
CMYK
RGB Variations
Color information
#C71229 (or 0xC71229) is known color: Fire Engine Red. HEX triplet: C7, 12 and 29. RGB value is (199,18,41). Sum of RGB (Red+Green+Blue) = 199+18+41=258 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.13% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 199 - color contains mainly: red. Hex color #C71229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71229 is #38EDD6. Grayscale: #4A4A4A. Windows color (decimal): -3730903 or 2691783. OLE color: 2691783.
HSL color Cylindrical-coordinate representation of color #C71229: hue angle of 352.38º 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 #C71229 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 41 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.22 |
| HSL | 352.38º | 0.83% | 0.43% | - |
| HSV(B) | 352.38º | 0.91% | 0.78% | - |
| XYZ | 24.17 | 12.73 | 3.28 | - |
| YUV | 74.74 | 108.97 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 41 | 0 | 0.91 | 0.79 | 0.22 | 352.38 | 0.83 | 0.43 |
| Hex | C7 | 12 | 29 | 0 | 5B | 4F | 16 | 160 | 53 | 2B |
| Octal | 307 | 22 | 51 | 0 | 133 | 117 | 26 | 540 | 123 | 53 |
| Binary | 11000111 | 10010 | 101001 | 0 | 1011011 | 1001111 | 10110 | 101100000 | 1010011 | 101011 |
Color Harmonies of #C71229
Complementary color
Monochromatic Colors of #C71229
Black with #C71229
Text Example
Text Example
White with #C71229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71229; }
p { color: rgb(199,18,41); }
H1.HeaderClassName
{
color: #C71229;
}
.AnyTagClassName
{
color: #C71229;
}
</style>
background-color css
<style>
a { background-color: #C71229; }
a { background-color: rgb(199,18,41); }
div.DivClassName
{
background-color: #C71229;
}
.BgClassName
{
background-color: #C71229;
}
</style>
border-color css
<style>
span { border-color: #C71229; }
span { border-color: rgb(199,18,41); }
td.TdClassName
{
border-color: #C71229;
}
.TagClassName
{
border-color: #C71229;
}
</style>