Shades of Fire Engine Red #C91729
Tints of Fire Engine Red #C91729
RGB
CMYK
RGB Variations
Color information
#C91729 (or 0xC91729) is known color: Fire Engine Red. HEX triplet: C9, 17 and 29. RGB value is (201,23,41). Sum of RGB (Red+Green+Blue) = 201+23+41=265 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.85% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 201 - color contains mainly: red. Hex color #C91729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91729 is #36E8D6. Grayscale: #4E4E4E. Windows color (decimal): -3598551 or 2693065. OLE color: 2693065.
HSL color Cylindrical-coordinate representation of color #C91729: hue angle of 353.93º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91729 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 41 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.21 |
| HSL | 353.93º | 0.79% | 0.44% | - |
| HSV(B) | 353.93º | 0.89% | 0.79% | - |
| XYZ | 24.79 | 13.19 | 3.34 | - |
| YUV | 78.27 | 106.97 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 41 | 0 | 0.89 | 0.80 | 0.21 | 353.93 | 0.79 | 0.44 |
| Hex | C9 | 17 | 29 | 0 | 59 | 50 | 15 | 162 | 4F | 2C |
| Octal | 311 | 27 | 51 | 0 | 131 | 120 | 25 | 542 | 117 | 54 |
| Binary | 11001001 | 10111 | 101001 | 0 | 1011001 | 1010000 | 10101 | 101100010 | 1001111 | 101100 |
Color Harmonies of #C91729
Complementary color
Monochromatic Colors of #C91729
Black with #C91729
Text Example
Text Example
White with #C91729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91729; }
p { color: rgb(201,23,41); }
H1.HeaderClassName
{
color: #C91729;
}
.AnyTagClassName
{
color: #C91729;
}
</style>
background-color css
<style>
a { background-color: #C91729; }
a { background-color: rgb(201,23,41); }
div.DivClassName
{
background-color: #C91729;
}
.BgClassName
{
background-color: #C91729;
}
</style>
border-color css
<style>
span { border-color: #C91729; }
span { border-color: rgb(201,23,41); }
td.TdClassName
{
border-color: #C91729;
}
.TagClassName
{
border-color: #C91729;
}
</style>