Shades of Fire Engine Red #C91820
Tints of Fire Engine Red #C91820
RGB
CMYK
RGB Variations
Color information
#C91820 (or 0xC91820) is known color: Fire Engine Red. HEX triplet: C9, 18 and 20. RGB value is (201,24,32). Sum of RGB (Red+Green+Blue) = 201+24+32=257 (34% of max value = 765). Red value is 201 (78.91% from 255 or 78.21% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 201 - color contains mainly: red. Hex color #C91820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91820 is #36E7DF. Grayscale: #4D4D4D. Windows color (decimal): -3598304 or 2103497. OLE color: 2103497.
HSL color Cylindrical-coordinate representation of color #C91820: hue angle of 357.29º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91820 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 32 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.21 |
| HSL | 357.29º | 0.79% | 0.44% | - |
| HSV(B) | 357.29º | 0.88% | 0.79% | - |
| XYZ | 24.67 | 13.18 | 2.61 | - |
| YUV | 77.84 | 102.14 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 32 | 0 | 0.88 | 0.84 | 0.21 | 357.29 | 0.79 | 0.44 |
| Hex | C9 | 18 | 20 | 0 | 58 | 54 | 15 | 165 | 4F | 2C |
| Octal | 311 | 30 | 40 | 0 | 130 | 124 | 25 | 545 | 117 | 54 |
| Binary | 11001001 | 11000 | 100000 | 0 | 1011000 | 1010100 | 10101 | 101100101 | 1001111 | 101100 |
Color Harmonies of #C91820
Complementary color
Monochromatic Colors of #C91820
Black with #C91820
Text Example
Text Example
White with #C91820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91820; }
p { color: rgb(201,24,32); }
H1.HeaderClassName
{
color: #C91820;
}
.AnyTagClassName
{
color: #C91820;
}
</style>
background-color css
<style>
a { background-color: #C91820; }
a { background-color: rgb(201,24,32); }
div.DivClassName
{
background-color: #C91820;
}
.BgClassName
{
background-color: #C91820;
}
</style>
border-color css
<style>
span { border-color: #C91820; }
span { border-color: rgb(201,24,32); }
td.TdClassName
{
border-color: #C91820;
}
.TagClassName
{
border-color: #C91820;
}
</style>