Shades of Fire Engine Red #C71721
Tints of Fire Engine Red #C71721
RGB
CMYK
RGB Variations
Color information
#C71721 (or 0xC71721) is known color: Fire Engine Red. HEX triplet: C7, 17 and 21. RGB value is (199,23,33). Sum of RGB (Red+Green+Blue) = 199+23+33=255 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.04% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 199 - color contains mainly: red. Hex color #C71721 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71721 is #38E8DE. Grayscale: #4C4C4C. Windows color (decimal): -3729631 or 2168775. OLE color: 2168775.
HSL color Cylindrical-coordinate representation of color #C71721: hue angle of 356.59º degrees, saturation: 0.79, 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 #C71721 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 33 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.22 |
| HSL | 356.59º | 0.79% | 0.44% | - |
| HSV(B) | 356.59º | 0.88% | 0.78% | - |
| XYZ | 24.13 | 12.86 | 2.65 | - |
| YUV | 76.76 | 103.31 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 33 | 0 | 0.88 | 0.83 | 0.22 | 356.59 | 0.79 | 0.44 |
| Hex | C7 | 17 | 21 | 0 | 58 | 53 | 16 | 165 | 4F | 2C |
| Octal | 307 | 27 | 41 | 0 | 130 | 123 | 26 | 545 | 117 | 54 |
| Binary | 11000111 | 10111 | 100001 | 0 | 1011000 | 1010011 | 10110 | 101100101 | 1001111 | 101100 |
Color Harmonies of #C71721
Complementary color
Monochromatic Colors of #C71721
Black with #C71721
Text Example
Text Example
White with #C71721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71721; }
p { color: rgb(199,23,33); }
H1.HeaderClassName
{
color: #C71721;
}
.AnyTagClassName
{
color: #C71721;
}
</style>
background-color css
<style>
a { background-color: #C71721; }
a { background-color: rgb(199,23,33); }
div.DivClassName
{
background-color: #C71721;
}
.BgClassName
{
background-color: #C71721;
}
</style>
border-color css
<style>
span { border-color: #C71721; }
span { border-color: rgb(199,23,33); }
td.TdClassName
{
border-color: #C71721;
}
.TagClassName
{
border-color: #C71721;
}
</style>