Shades of Fire Engine Red #C71220
Tints of Fire Engine Red #C71220
RGB
CMYK
RGB Variations
Color information
#C71220 (or 0xC71220) is known color: Fire Engine Red. HEX triplet: C7, 12 and 20. RGB value is (199,18,32). Sum of RGB (Red+Green+Blue) = 199+18+32=249 (32% of max value = 765). Red value is 199 (78.12% from 255 or 79.92% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 199 - color contains mainly: red. Hex color #C71220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71220 is #38EDDF. Grayscale: #494949. Windows color (decimal): -3730912 or 2101959. OLE color: 2101959.
HSL color Cylindrical-coordinate representation of color #C71220: hue angle of 355.36º 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 #C71220 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 32 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.22 |
| HSL | 355.36º | 0.83% | 0.43% | - |
| HSV(B) | 355.36º | 0.91% | 0.78% | - |
| XYZ | 24.03 | 12.68 | 2.55 | - |
| YUV | 73.72 | 104.47 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 32 | 0 | 0.91 | 0.84 | 0.22 | 355.36 | 0.83 | 0.43 |
| Hex | C7 | 12 | 20 | 0 | 5B | 54 | 16 | 163 | 53 | 2B |
| Octal | 307 | 22 | 40 | 0 | 133 | 124 | 26 | 543 | 123 | 53 |
| Binary | 11000111 | 10010 | 100000 | 0 | 1011011 | 1010100 | 10110 | 101100011 | 1010011 | 101011 |
Color Harmonies of #C71220
Complementary color
Monochromatic Colors of #C71220
Black with #C71220
Text Example
Text Example
White with #C71220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71220; }
p { color: rgb(199,18,32); }
H1.HeaderClassName
{
color: #C71220;
}
.AnyTagClassName
{
color: #C71220;
}
</style>
background-color css
<style>
a { background-color: #C71220; }
a { background-color: rgb(199,18,32); }
div.DivClassName
{
background-color: #C71220;
}
.BgClassName
{
background-color: #C71220;
}
</style>
border-color css
<style>
span { border-color: #C71220; }
span { border-color: rgb(199,18,32); }
td.TdClassName
{
border-color: #C71220;
}
.TagClassName
{
border-color: #C71220;
}
</style>