Shades of Fire Engine Red #C71622
Tints of Fire Engine Red #C71622
RGB
CMYK
RGB Variations
Color information
#C71622 (or 0xC71622) is known color: Fire Engine Red. HEX triplet: C7, 16 and 22. RGB value is (199,22,34). Sum of RGB (Red+Green+Blue) = 199+22+34=255 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.04% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 34 (13.67% from 255 or 13.33% from 255); Max value from RGB is 199 - color contains mainly: red. Hex color #C71622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71622 is #38E9DD. Grayscale: #4C4C4C. Windows color (decimal): -3729886 or 2234055. OLE color: 2234055.
HSL color Cylindrical-coordinate representation of color #C71622: hue angle of 355.93º 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 #C71622 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 34 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.22 |
| HSL | 355.93º | 0.8% | 0.43% | - |
| HSV(B) | 355.93º | 0.89% | 0.78% | - |
| XYZ | 24.13 | 12.83 | 2.72 | - |
| YUV | 76.29 | 104.14 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 34 | 0 | 0.89 | 0.83 | 0.22 | 355.93 | 0.8 | 0.43 |
| Hex | C7 | 16 | 22 | 0 | 59 | 53 | 16 | 164 | 50 | 2B |
| Octal | 307 | 26 | 42 | 0 | 131 | 123 | 26 | 544 | 120 | 53 |
| Binary | 11000111 | 10110 | 100010 | 0 | 1011001 | 1010011 | 10110 | 101100100 | 1010000 | 101011 |
Color Harmonies of #C71622
Complementary color
Monochromatic Colors of #C71622
Black with #C71622
Text Example
Text Example
White with #C71622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71622; }
p { color: rgb(199,22,34); }
H1.HeaderClassName
{
color: #C71622;
}
.AnyTagClassName
{
color: #C71622;
}
</style>
background-color css
<style>
a { background-color: #C71622; }
a { background-color: rgb(199,22,34); }
div.DivClassName
{
background-color: #C71622;
}
.BgClassName
{
background-color: #C71622;
}
</style>
border-color css
<style>
span { border-color: #C71622; }
span { border-color: rgb(199,22,34); }
td.TdClassName
{
border-color: #C71622;
}
.TagClassName
{
border-color: #C71622;
}
</style>