Shades of Fire Engine Red #C91029
Tints of Fire Engine Red #C91029
RGB
CMYK
RGB Variations
Color information
#C91029 (or 0xC91029) is known color: Fire Engine Red. HEX triplet: C9, 10 and 29. RGB value is (201,16,41). Sum of RGB (Red+Green+Blue) = 201+16+41=258 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.91% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 201 - color contains mainly: red. Hex color #C91029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91029 is #36EFD6. Grayscale: #4A4A4A. Windows color (decimal): -3600343 or 2691273. OLE color: 2691273.
HSL color Cylindrical-coordinate representation of color #C91029: hue angle of 351.89º 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 #C91029 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 16 | 41 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.21 |
| HSL | 351.89º | 0.85% | 0.43% | - |
| HSV(B) | 351.89º | 0.92% | 0.79% | - |
| XYZ | 24.67 | 12.95 | 3.3 | - |
| YUV | 74.17 | 109.29 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 41 | 0 | 0.92 | 0.80 | 0.21 | 351.89 | 0.85 | 0.43 |
| Hex | C9 | 10 | 29 | 0 | 5C | 50 | 15 | 160 | 55 | 2B |
| Octal | 311 | 20 | 51 | 0 | 134 | 120 | 25 | 540 | 125 | 53 |
| Binary | 11001001 | 10000 | 101001 | 0 | 1011100 | 1010000 | 10101 | 101100000 | 1010101 | 101011 |
Color Harmonies of #C91029
Complementary color
Monochromatic Colors of #C91029
Black with #C91029
Text Example
Text Example
White with #C91029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91029; }
p { color: rgb(201,16,41); }
H1.HeaderClassName
{
color: #C91029;
}
.AnyTagClassName
{
color: #C91029;
}
</style>
background-color css
<style>
a { background-color: #C91029; }
a { background-color: rgb(201,16,41); }
div.DivClassName
{
background-color: #C91029;
}
.BgClassName
{
background-color: #C91029;
}
</style>
border-color css
<style>
span { border-color: #C91029; }
span { border-color: rgb(201,16,41); }
td.TdClassName
{
border-color: #C91029;
}
.TagClassName
{
border-color: #C91029;
}
</style>