Shades of Fire Engine Red #C91322
Tints of Fire Engine Red #C91322
RGB
CMYK
RGB Variations
Color information
#C91322 (or 0xC91322) is known color: Fire Engine Red. HEX triplet: C9, 13 and 22. RGB value is (201,19,34). Sum of RGB (Red+Green+Blue) = 201+19+34=254 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.13% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 34 (13.67% from 255 or 13.39% from 254); Max value from RGB is 201 - color contains mainly: red. Hex color #C91322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91322 is #36ECDD. Grayscale: #4B4B4B. Windows color (decimal): -3599582 or 2233289. OLE color: 2233289.
HSL color Cylindrical-coordinate representation of color #C91322: hue angle of 355.05º degrees, saturation: 0.83, 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 #C91322 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 34 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.21 |
| HSL | 355.05º | 0.83% | 0.43% | - |
| HSV(B) | 355.05º | 0.91% | 0.79% | - |
| XYZ | 24.61 | 13 | 2.73 | - |
| YUV | 75.13 | 104.8 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 34 | 0 | 0.91 | 0.83 | 0.21 | 355.05 | 0.83 | 0.43 |
| Hex | C9 | 13 | 22 | 0 | 5B | 53 | 15 | 163 | 53 | 2B |
| Octal | 311 | 23 | 42 | 0 | 133 | 123 | 25 | 543 | 123 | 53 |
| Binary | 11001001 | 10011 | 100010 | 0 | 1011011 | 1010011 | 10101 | 101100011 | 1010011 | 101011 |
Color Harmonies of #C91322
Complementary color
Monochromatic Colors of #C91322
Black with #C91322
Text Example
Text Example
White with #C91322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91322; }
p { color: rgb(201,19,34); }
H1.HeaderClassName
{
color: #C91322;
}
.AnyTagClassName
{
color: #C91322;
}
</style>
background-color css
<style>
a { background-color: #C91322; }
a { background-color: rgb(201,19,34); }
div.DivClassName
{
background-color: #C91322;
}
.BgClassName
{
background-color: #C91322;
}
</style>
border-color css
<style>
span { border-color: #C91322; }
span { border-color: rgb(201,19,34); }
td.TdClassName
{
border-color: #C91322;
}
.TagClassName
{
border-color: #C91322;
}
</style>