Shades of Fire Engine Red #C71822
Tints of Fire Engine Red #C71822
RGB
CMYK
RGB Variations
Color information
#C71822 (or 0xC71822) is known color: Fire Engine Red. HEX triplet: C7, 18 and 22. RGB value is (199,24,34). Sum of RGB (Red+Green+Blue) = 199+24+34=257 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.43% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 199 - color contains mainly: red. Hex color #C71822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71822 is #38E7DD. Grayscale: #4D4D4D. Windows color (decimal): -3729374 or 2234567. OLE color: 2234567.
HSL color Cylindrical-coordinate representation of color #C71822: hue angle of 356.57º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71822 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 34 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.22 |
| HSL | 356.57º | 0.78% | 0.44% | - |
| HSV(B) | 356.57º | 0.88% | 0.78% | - |
| XYZ | 24.17 | 12.91 | 2.73 | - |
| YUV | 77.47 | 103.48 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 34 | 0 | 0.88 | 0.83 | 0.22 | 356.57 | 0.78 | 0.44 |
| Hex | C7 | 18 | 22 | 0 | 58 | 53 | 16 | 165 | 4E | 2C |
| Octal | 307 | 30 | 42 | 0 | 130 | 123 | 26 | 545 | 116 | 54 |
| Binary | 11000111 | 11000 | 100010 | 0 | 1011000 | 1010011 | 10110 | 101100101 | 1001110 | 101100 |
Color Harmonies of #C71822
Complementary color
Monochromatic Colors of #C71822
Black with #C71822
Text Example
Text Example
White with #C71822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71822; }
p { color: rgb(199,24,34); }
H1.HeaderClassName
{
color: #C71822;
}
.AnyTagClassName
{
color: #C71822;
}
</style>
background-color css
<style>
a { background-color: #C71822; }
a { background-color: rgb(199,24,34); }
div.DivClassName
{
background-color: #C71822;
}
.BgClassName
{
background-color: #C71822;
}
</style>
border-color css
<style>
span { border-color: #C71822; }
span { border-color: rgb(199,24,34); }
td.TdClassName
{
border-color: #C71822;
}
.TagClassName
{
border-color: #C71822;
}
</style>