Shades of Fire Engine Red #C91222
Tints of Fire Engine Red #C91222
RGB
CMYK
RGB Variations
Color information
#C91222 (or 0xC91222) is known color: Fire Engine Red. HEX triplet: C9, 12 and 22. RGB value is (201,18,34). Sum of RGB (Red+Green+Blue) = 201+18+34=253 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.45% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 34 (13.67% from 255 or 13.44% from 253); Max value from RGB is 201 - color contains mainly: red. Hex color #C91222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91222 is #36EDDD. Grayscale: #4A4A4A. Windows color (decimal): -3599838 or 2233033. OLE color: 2233033.
HSL color Cylindrical-coordinate representation of color #C91222: hue angle of 354.75º 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 #C91222 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 34 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.21 |
| HSL | 354.75º | 0.84% | 0.43% | - |
| HSV(B) | 354.75º | 0.91% | 0.79% | - |
| XYZ | 24.59 | 12.97 | 2.72 | - |
| YUV | 74.54 | 105.13 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 34 | 0 | 0.91 | 0.83 | 0.21 | 354.75 | 0.84 | 0.43 |
| Hex | C9 | 12 | 22 | 0 | 5B | 53 | 15 | 163 | 54 | 2B |
| Octal | 311 | 22 | 42 | 0 | 133 | 123 | 25 | 543 | 124 | 53 |
| Binary | 11001001 | 10010 | 100010 | 0 | 1011011 | 1010011 | 10101 | 101100011 | 1010100 | 101011 |
Color Harmonies of #C91222
Complementary color
Monochromatic Colors of #C91222
Black with #C91222
Text Example
Text Example
White with #C91222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91222; }
p { color: rgb(201,18,34); }
H1.HeaderClassName
{
color: #C91222;
}
.AnyTagClassName
{
color: #C91222;
}
</style>
background-color css
<style>
a { background-color: #C91222; }
a { background-color: rgb(201,18,34); }
div.DivClassName
{
background-color: #C91222;
}
.BgClassName
{
background-color: #C91222;
}
</style>
border-color css
<style>
span { border-color: #C91222; }
span { border-color: rgb(201,18,34); }
td.TdClassName
{
border-color: #C91222;
}
.TagClassName
{
border-color: #C91222;
}
</style>