Shades of Fire Engine Red #C91521
Tints of Fire Engine Red #C91521
RGB
CMYK
RGB Variations
Color information
#C91521 (or 0xC91521) is known color: Fire Engine Red. HEX triplet: C9, 15 and 21. RGB value is (201,21,33). Sum of RGB (Red+Green+Blue) = 201+21+33=255 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.82% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 201 - color contains mainly: red. Hex color #C91521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91521 is #36EADE. Grayscale: #4C4C4C. Windows color (decimal): -3599071 or 2168265. OLE color: 2168265.
HSL color Cylindrical-coordinate representation of color #C91521: hue angle of 356º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91521 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 33 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.21 |
| HSL | 356º | 0.81% | 0.44% | - |
| HSV(B) | 356º | 0.9% | 0.79% | - |
| XYZ | 24.63 | 13.06 | 2.66 | - |
| YUV | 76.19 | 103.63 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 33 | 0 | 0.90 | 0.84 | 0.21 | 356 | 0.81 | 0.44 |
| Hex | C9 | 15 | 21 | 0 | 5A | 54 | 15 | 164 | 51 | 2C |
| Octal | 311 | 25 | 41 | 0 | 132 | 124 | 25 | 544 | 121 | 54 |
| Binary | 11001001 | 10101 | 100001 | 0 | 1011010 | 1010100 | 10101 | 101100100 | 1010001 | 101100 |
Color Harmonies of #C91521
Complementary color
Monochromatic Colors of #C91521
Black with #C91521
Text Example
Text Example
White with #C91521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91521; }
p { color: rgb(201,21,33); }
H1.HeaderClassName
{
color: #C91521;
}
.AnyTagClassName
{
color: #C91521;
}
</style>
background-color css
<style>
a { background-color: #C91521; }
a { background-color: rgb(201,21,33); }
div.DivClassName
{
background-color: #C91521;
}
.BgClassName
{
background-color: #C91521;
}
</style>
border-color css
<style>
span { border-color: #C91521; }
span { border-color: rgb(201,21,33); }
td.TdClassName
{
border-color: #C91521;
}
.TagClassName
{
border-color: #C91521;
}
</style>