Shades of Fire Engine Red #C91720
Tints of Fire Engine Red #C91720
RGB
CMYK
RGB Variations
Color information
#C91720 (or 0xC91720) is known color: Fire Engine Red. HEX triplet: C9, 17 and 20. RGB value is (201,23,32). Sum of RGB (Red+Green+Blue) = 201+23+32=256 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.52% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 201 - color contains mainly: red. Hex color #C91720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91720 is #36E8DF. Grayscale: #4D4D4D. Windows color (decimal): -3598560 or 2103241. OLE color: 2103241.
HSL color Cylindrical-coordinate representation of color #C91720: hue angle of 356.97º 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 #C91720 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 32 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.21 |
| HSL | 356.97º | 0.79% | 0.44% | - |
| HSV(B) | 356.97º | 0.89% | 0.79% | - |
| XYZ | 24.65 | 13.13 | 2.6 | - |
| YUV | 77.25 | 102.47 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 32 | 0 | 0.89 | 0.84 | 0.21 | 356.97 | 0.79 | 0.44 |
| Hex | C9 | 17 | 20 | 0 | 59 | 54 | 15 | 165 | 4F | 2C |
| Octal | 311 | 27 | 40 | 0 | 131 | 124 | 25 | 545 | 117 | 54 |
| Binary | 11001001 | 10111 | 100000 | 0 | 1011001 | 1010100 | 10101 | 101100101 | 1001111 | 101100 |
Color Harmonies of #C91720
Complementary color
Monochromatic Colors of #C91720
Black with #C91720
Text Example
Text Example
White with #C91720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91720; }
p { color: rgb(201,23,32); }
H1.HeaderClassName
{
color: #C91720;
}
.AnyTagClassName
{
color: #C91720;
}
</style>
background-color css
<style>
a { background-color: #C91720; }
a { background-color: rgb(201,23,32); }
div.DivClassName
{
background-color: #C91720;
}
.BgClassName
{
background-color: #C91720;
}
</style>
border-color css
<style>
span { border-color: #C91720; }
span { border-color: rgb(201,23,32); }
td.TdClassName
{
border-color: #C91720;
}
.TagClassName
{
border-color: #C91720;
}
</style>