Shades of Fire Engine Red #C91024
Tints of Fire Engine Red #C91024
RGB
CMYK
RGB Variations
Color information
#C91024 (or 0xC91024) is known color: Fire Engine Red. HEX triplet: C9, 10 and 24. RGB value is (201,16,36). Sum of RGB (Red+Green+Blue) = 201+16+36=253 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.45% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 36 (14.45% from 255 or 14.23% from 253); Max value from RGB is 201 - color contains mainly: red. Hex color #C91024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91024 is #36EFDB. Grayscale: #494949. Windows color (decimal): -3600348 or 2363593. OLE color: 2363593.
HSL color Cylindrical-coordinate representation of color #C91024: hue angle of 353.51º degrees, saturation: 0.85, 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 #C91024 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 16 | 36 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.21 |
| HSL | 353.51º | 0.85% | 0.43% | - |
| HSV(B) | 353.51º | 0.92% | 0.79% | - |
| XYZ | 24.59 | 12.92 | 2.87 | - |
| YUV | 73.6 | 106.79 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 36 | 0 | 0.92 | 0.82 | 0.21 | 353.51 | 0.85 | 0.43 |
| Hex | C9 | 10 | 24 | 0 | 5C | 52 | 15 | 162 | 55 | 2B |
| Octal | 311 | 20 | 44 | 0 | 134 | 122 | 25 | 542 | 125 | 53 |
| Binary | 11001001 | 10000 | 100100 | 0 | 1011100 | 1010010 | 10101 | 101100010 | 1010101 | 101011 |
Color Harmonies of #C91024
Complementary color
Monochromatic Colors of #C91024
Black with #C91024
Text Example
Text Example
White with #C91024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91024; }
p { color: rgb(201,16,36); }
H1.HeaderClassName
{
color: #C91024;
}
.AnyTagClassName
{
color: #C91024;
}
</style>
background-color css
<style>
a { background-color: #C91024; }
a { background-color: rgb(201,16,36); }
div.DivClassName
{
background-color: #C91024;
}
.BgClassName
{
background-color: #C91024;
}
</style>
border-color css
<style>
span { border-color: #C91024; }
span { border-color: rgb(201,16,36); }
td.TdClassName
{
border-color: #C91024;
}
.TagClassName
{
border-color: #C91024;
}
</style>