Shades of Fire Engine Red #C91125
Tints of Fire Engine Red #C91125
RGB
CMYK
RGB Variations
Color information
#C91125 (or 0xC91125) is known color: Fire Engine Red. HEX triplet: C9, 11 and 25. RGB value is (201,17,37). Sum of RGB (Red+Green+Blue) = 201+17+37=255 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.82% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 37 (14.84% from 255 or 14.51% from 255); Max value from RGB is 201 - color contains mainly: red. Hex color #C91125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91125 is #36EEDA. Grayscale: #4A4A4A. Windows color (decimal): -3600091 or 2429385. OLE color: 2429385.
HSL color Cylindrical-coordinate representation of color #C91125: hue angle of 353.48º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C91125 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 17 | 37 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.21 |
| HSL | 353.48º | 0.84% | 0.43% | - |
| HSV(B) | 353.48º | 0.92% | 0.79% | - |
| XYZ | 24.62 | 12.95 | 2.95 | - |
| YUV | 74.3 | 106.96 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 37 | 0 | 0.92 | 0.82 | 0.21 | 353.48 | 0.84 | 0.43 |
| Hex | C9 | 11 | 25 | 0 | 5C | 52 | 15 | 161 | 54 | 2B |
| Octal | 311 | 21 | 45 | 0 | 134 | 122 | 25 | 541 | 124 | 53 |
| Binary | 11001001 | 10001 | 100101 | 0 | 1011100 | 1010010 | 10101 | 101100001 | 1010100 | 101011 |
Color Harmonies of #C91125
Complementary color
Monochromatic Colors of #C91125
Black with #C91125
Text Example
Text Example
White with #C91125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91125; }
p { color: rgb(201,17,37); }
H1.HeaderClassName
{
color: #C91125;
}
.AnyTagClassName
{
color: #C91125;
}
</style>
background-color css
<style>
a { background-color: #C91125; }
a { background-color: rgb(201,17,37); }
div.DivClassName
{
background-color: #C91125;
}
.BgClassName
{
background-color: #C91125;
}
</style>
border-color css
<style>
span { border-color: #C91125; }
span { border-color: rgb(201,17,37); }
td.TdClassName
{
border-color: #C91125;
}
.TagClassName
{
border-color: #C91125;
}
</style>