Shades of Fire Engine Red #C71629
Tints of Fire Engine Red #C71629
RGB
CMYK
RGB Variations
Color information
#C71629 (or 0xC71629) is known color: Fire Engine Red. HEX triplet: C7, 16 and 29. RGB value is (199,22,41). Sum of RGB (Red+Green+Blue) = 199+22+41=262 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.95% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 199 - color contains mainly: red. Hex color #C71629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71629 is #38E9D6. Grayscale: #4D4D4D. Windows color (decimal): -3729879 or 2692807. OLE color: 2692807.
HSL color Cylindrical-coordinate representation of color #C71629: hue angle of 353.56º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71629 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 41 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.22 |
| HSL | 353.56º | 0.8% | 0.43% | - |
| HSV(B) | 353.56º | 0.89% | 0.78% | - |
| XYZ | 24.24 | 12.88 | 3.31 | - |
| YUV | 77.09 | 107.64 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 41 | 0 | 0.89 | 0.79 | 0.22 | 353.56 | 0.8 | 0.43 |
| Hex | C7 | 16 | 29 | 0 | 59 | 4F | 16 | 162 | 50 | 2B |
| Octal | 307 | 26 | 51 | 0 | 131 | 117 | 26 | 542 | 120 | 53 |
| Binary | 11000111 | 10110 | 101001 | 0 | 1011001 | 1001111 | 10110 | 101100010 | 1010000 | 101011 |
Color Harmonies of #C71629
Complementary color
Monochromatic Colors of #C71629
Black with #C71629
Text Example
Text Example
White with #C71629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71629; }
p { color: rgb(199,22,41); }
H1.HeaderClassName
{
color: #C71629;
}
.AnyTagClassName
{
color: #C71629;
}
</style>
background-color css
<style>
a { background-color: #C71629; }
a { background-color: rgb(199,22,41); }
div.DivClassName
{
background-color: #C71629;
}
.BgClassName
{
background-color: #C71629;
}
</style>
border-color css
<style>
span { border-color: #C71629; }
span { border-color: rgb(199,22,41); }
td.TdClassName
{
border-color: #C71629;
}
.TagClassName
{
border-color: #C71629;
}
</style>