Shades of Fire Engine Red #C91719
Tints of Fire Engine Red #C91719
RGB
CMYK
RGB Variations
Color information
#C91719 (or 0xC91719) is known color: Fire Engine Red. HEX triplet: C9, 17 and 19. RGB value is (201,23,25). Sum of RGB (Red+Green+Blue) = 201+23+25=249 (32% of max value = 765). Red value is 201 (78.91% from 255 or 80.72% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 201 - color contains mainly: red. Hex color #C91719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91719 is #36E8E6. Grayscale: #4C4C4C. Windows color (decimal): -3598567 or 1644489. OLE color: 1644489.
HSL color Cylindrical-coordinate representation of color #C91719: hue angle of 359.33º 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 #C91719 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 25 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.21 |
| HSL | 359.33º | 0.79% | 0.44% | - |
| HSV(B) | 359.33º | 0.89% | 0.79% | - |
| XYZ | 24.57 | 13.1 | 2.15 | - |
| YUV | 76.45 | 98.97 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 25 | 0 | 0.89 | 0.88 | 0.21 | 359.33 | 0.79 | 0.44 |
| Hex | C9 | 17 | 19 | 0 | 59 | 58 | 15 | 167 | 4F | 2C |
| Octal | 311 | 27 | 31 | 0 | 131 | 130 | 25 | 547 | 117 | 54 |
| Binary | 11001001 | 10111 | 11001 | 0 | 1011001 | 1011000 | 10101 | 101100111 | 1001111 | 101100 |
Color Harmonies of #C91719
Complementary color
Monochromatic Colors of #C91719
Black with #C91719
Text Example
Text Example
White with #C91719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91719; }
p { color: rgb(201,23,25); }
H1.HeaderClassName
{
color: #C91719;
}
.AnyTagClassName
{
color: #C91719;
}
</style>
background-color css
<style>
a { background-color: #C91719; }
a { background-color: rgb(201,23,25); }
div.DivClassName
{
background-color: #C91719;
}
.BgClassName
{
background-color: #C91719;
}
</style>
border-color css
<style>
span { border-color: #C91719; }
span { border-color: rgb(201,23,25); }
td.TdClassName
{
border-color: #C91719;
}
.TagClassName
{
border-color: #C91719;
}
</style>