Shades of Fire Engine Red #C91225
Tints of Fire Engine Red #C91225
RGB
CMYK
RGB Variations
Color information
#C91225 (or 0xC91225) is known color: Fire Engine Red. HEX triplet: C9, 12 and 25. RGB value is (201,18,37). Sum of RGB (Red+Green+Blue) = 201+18+37=256 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.52% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 201 - color contains mainly: red. Hex color #C91225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91225 is #36EDDA. Grayscale: #4A4A4A. Windows color (decimal): -3599835 or 2429641. OLE color: 2429641.
HSL color Cylindrical-coordinate representation of color #C91225: hue angle of 353.77º 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 #C91225 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 37 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.21 |
| HSL | 353.77º | 0.84% | 0.43% | - |
| HSV(B) | 353.77º | 0.91% | 0.79% | - |
| XYZ | 24.64 | 12.98 | 2.96 | - |
| YUV | 74.88 | 106.63 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 37 | 0 | 0.91 | 0.82 | 0.21 | 353.77 | 0.84 | 0.43 |
| Hex | C9 | 12 | 25 | 0 | 5B | 52 | 15 | 162 | 54 | 2B |
| Octal | 311 | 22 | 45 | 0 | 133 | 122 | 25 | 542 | 124 | 53 |
| Binary | 11001001 | 10010 | 100101 | 0 | 1011011 | 1010010 | 10101 | 101100010 | 1010100 | 101011 |
Color Harmonies of #C91225
Complementary color
Monochromatic Colors of #C91225
Black with #C91225
Text Example
Text Example
White with #C91225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91225; }
p { color: rgb(201,18,37); }
H1.HeaderClassName
{
color: #C91225;
}
.AnyTagClassName
{
color: #C91225;
}
</style>
background-color css
<style>
a { background-color: #C91225; }
a { background-color: rgb(201,18,37); }
div.DivClassName
{
background-color: #C91225;
}
.BgClassName
{
background-color: #C91225;
}
</style>
border-color css
<style>
span { border-color: #C91225; }
span { border-color: rgb(201,18,37); }
td.TdClassName
{
border-color: #C91225;
}
.TagClassName
{
border-color: #C91225;
}
</style>