Shades of Fire Engine Red #C91F24
Tints of Fire Engine Red #C91F24
RGB
CMYK
RGB Variations
Color information
#C91F24 (or 0xC91F24) is known color: Fire Engine Red. HEX triplet: C9, 1F and 24. RGB value is (201,31,36). Sum of RGB (Red+Green+Blue) = 201+31+36=268 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 36 (14.45% from 255 or 13.43% from 268); Max value from RGB is 201 - color contains mainly: red. Hex color #C91F24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91F24 is #36E0DB. Grayscale: #525252. Windows color (decimal): -3596508 or 2367433. OLE color: 2367433.
HSL color Cylindrical-coordinate representation of color #C91F24: hue angle of 358.24º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C91F24 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 31 | 36 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.21 |
| HSL | 358.24º | 0.73% | 0.45% | - |
| HSV(B) | 358.24º | 0.85% | 0.79% | - |
| XYZ | 24.9 | 13.52 | 2.97 | - |
| YUV | 82.4 | 101.82 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 31 | 36 | 0 | 0.85 | 0.82 | 0.21 | 358.24 | 0.73 | 0.45 |
| Hex | C9 | 1F | 24 | 0 | 55 | 52 | 15 | 166 | 49 | 2D |
| Octal | 311 | 37 | 44 | 0 | 125 | 122 | 25 | 546 | 111 | 55 |
| Binary | 11001001 | 11111 | 100100 | 0 | 1010101 | 1010010 | 10101 | 101100110 | 1001001 | 101101 |
Color Harmonies of #C91F24
Complementary color
Monochromatic Colors of #C91F24
Black with #C91F24
Text Example
Text Example
White with #C91F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91F24; }
p { color: rgb(201,31,36); }
H1.HeaderClassName
{
color: #C91F24;
}
.AnyTagClassName
{
color: #C91F24;
}
</style>
background-color css
<style>
a { background-color: #C91F24; }
a { background-color: rgb(201,31,36); }
div.DivClassName
{
background-color: #C91F24;
}
.BgClassName
{
background-color: #C91F24;
}
</style>
border-color css
<style>
span { border-color: #C91F24; }
span { border-color: rgb(201,31,36); }
td.TdClassName
{
border-color: #C91F24;
}
.TagClassName
{
border-color: #C91F24;
}
</style>