Shades of Fire Engine Red #C91718
Tints of Fire Engine Red #C91718
RGB
CMYK
RGB Variations
Color information
#C91718 (or 0xC91718) is known color: Fire Engine Red. HEX triplet: C9, 17 and 18. RGB value is (201,23,24). Sum of RGB (Red+Green+Blue) = 201+23+24=248 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.05% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 201 - color contains mainly: red. Hex color #C91718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91718 is #36E8E7. Grayscale: #4C4C4C. Windows color (decimal): -3598568 or 1578953. OLE color: 1578953.
HSL color Cylindrical-coordinate representation of color #C91718: hue angle of 359.66º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91718 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 24 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.21 |
| HSL | 359.66º | 0.79% | 0.44% | - |
| HSV(B) | 359.66º | 0.89% | 0.79% | - |
| XYZ | 24.56 | 13.1 | 2.1 | - |
| YUV | 76.34 | 98.47 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 24 | 0 | 0.89 | 0.88 | 0.21 | 359.66 | 0.79 | 0.44 |
| Hex | C9 | 17 | 18 | 0 | 59 | 58 | 15 | 168 | 4F | 2C |
| Octal | 311 | 27 | 30 | 0 | 131 | 130 | 25 | 550 | 117 | 54 |
| Binary | 11001001 | 10111 | 11000 | 0 | 1011001 | 1011000 | 10101 | 101101000 | 1001111 | 101100 |
Color Harmonies of #C91718
Complementary color
Monochromatic Colors of #C91718
Black with #C91718
Text Example
Text Example
White with #C91718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91718; }
p { color: rgb(201,23,24); }
H1.HeaderClassName
{
color: #C91718;
}
.AnyTagClassName
{
color: #C91718;
}
</style>
background-color css
<style>
a { background-color: #C91718; }
a { background-color: rgb(201,23,24); }
div.DivClassName
{
background-color: #C91718;
}
.BgClassName
{
background-color: #C91718;
}
</style>
border-color css
<style>
span { border-color: #C91718; }
span { border-color: rgb(201,23,24); }
td.TdClassName
{
border-color: #C91718;
}
.TagClassName
{
border-color: #C91718;
}
</style>