Shades of Fire Engine Red #C91220
Tints of Fire Engine Red #C91220
RGB
CMYK
RGB Variations
Color information
#C91220 (or 0xC91220) is known color: Fire Engine Red. HEX triplet: C9, 12 and 20. RGB value is (201,18,32). Sum of RGB (Red+Green+Blue) = 201+18+32=251 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.08% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 201 - color contains mainly: red. Hex color #C91220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91220 is #36EDDF. Grayscale: #4A4A4A. Windows color (decimal): -3599840 or 2101961. OLE color: 2101961.
HSL color Cylindrical-coordinate representation of color #C91220: hue angle of 355.41º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C91220 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 32 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.21 |
| HSL | 355.41º | 0.84% | 0.43% | - |
| HSV(B) | 355.41º | 0.91% | 0.79% | - |
| XYZ | 24.56 | 12.95 | 2.57 | - |
| YUV | 74.31 | 104.13 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 32 | 0 | 0.91 | 0.84 | 0.21 | 355.41 | 0.84 | 0.43 |
| Hex | C9 | 12 | 20 | 0 | 5B | 54 | 15 | 163 | 54 | 2B |
| Octal | 311 | 22 | 40 | 0 | 133 | 124 | 25 | 543 | 124 | 53 |
| Binary | 11001001 | 10010 | 100000 | 0 | 1011011 | 1010100 | 10101 | 101100011 | 1010100 | 101011 |
Color Harmonies of #C91220
Complementary color
Monochromatic Colors of #C91220
Black with #C91220
Text Example
Text Example
White with #C91220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91220; }
p { color: rgb(201,18,32); }
H1.HeaderClassName
{
color: #C91220;
}
.AnyTagClassName
{
color: #C91220;
}
</style>
background-color css
<style>
a { background-color: #C91220; }
a { background-color: rgb(201,18,32); }
div.DivClassName
{
background-color: #C91220;
}
.BgClassName
{
background-color: #C91220;
}
</style>
border-color css
<style>
span { border-color: #C91220; }
span { border-color: rgb(201,18,32); }
td.TdClassName
{
border-color: #C91220;
}
.TagClassName
{
border-color: #C91220;
}
</style>