Shades of Fire Engine Red #C91417
Tints of Fire Engine Red #C91417
RGB
CMYK
RGB Variations
Color information
#C91417 (or 0xC91417) is known color: Fire Engine Red. HEX triplet: C9, 14 and 17. RGB value is (201,20,23). Sum of RGB (Red+Green+Blue) = 201+20+23=244 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.38% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 201 - color contains mainly: red. Hex color #C91417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91417 is #36EBE8. Grayscale: #4A4A4A. Windows color (decimal): -3599337 or 1512649. OLE color: 1512649.
HSL color Cylindrical-coordinate representation of color #C91417: hue angle of 359.01º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91417 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 20 | 23 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.21 |
| HSL | 359.01º | 0.82% | 0.43% | - |
| HSV(B) | 359.01º | 0.9% | 0.79% | - |
| XYZ | 24.49 | 12.98 | 2.03 | - |
| YUV | 74.46 | 98.97 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 23 | 0 | 0.90 | 0.89 | 0.21 | 359.01 | 0.82 | 0.43 |
| Hex | C9 | 14 | 17 | 0 | 5A | 59 | 15 | 167 | 52 | 2B |
| Octal | 311 | 24 | 27 | 0 | 132 | 131 | 25 | 547 | 122 | 53 |
| Binary | 11001001 | 10100 | 10111 | 0 | 1011010 | 1011001 | 10101 | 101100111 | 1010010 | 101011 |
Color Harmonies of #C91417
Complementary color
Monochromatic Colors of #C91417
Black with #C91417
Text Example
Text Example
White with #C91417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91417; }
p { color: rgb(201,20,23); }
H1.HeaderClassName
{
color: #C91417;
}
.AnyTagClassName
{
color: #C91417;
}
</style>
background-color css
<style>
a { background-color: #C91417; }
a { background-color: rgb(201,20,23); }
div.DivClassName
{
background-color: #C91417;
}
.BgClassName
{
background-color: #C91417;
}
</style>
border-color css
<style>
span { border-color: #C91417; }
span { border-color: rgb(201,20,23); }
td.TdClassName
{
border-color: #C91417;
}
.TagClassName
{
border-color: #C91417;
}
</style>