Shades of Fire Engine Red #C91629
Tints of Fire Engine Red #C91629
RGB
CMYK
RGB Variations
Color information
#C91629 (or 0xC91629) is known color: Fire Engine Red. HEX triplet: C9, 16 and 29. RGB value is (201,22,41). Sum of RGB (Red+Green+Blue) = 201+22+41=264 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.14% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 201 - color contains mainly: red. Hex color #C91629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91629 is #36E9D6. Grayscale: #4D4D4D. Windows color (decimal): -3598807 or 2692809. OLE color: 2692809.
HSL color Cylindrical-coordinate representation of color #C91629: hue angle of 353.63º degrees, saturation: 0.8, 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 #C91629 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 41 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.21 |
| HSL | 353.63º | 0.8% | 0.44% | - |
| HSV(B) | 353.63º | 0.89% | 0.79% | - |
| XYZ | 24.77 | 13.15 | 3.33 | - |
| YUV | 77.69 | 107.3 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 41 | 0 | 0.89 | 0.80 | 0.21 | 353.63 | 0.8 | 0.44 |
| Hex | C9 | 16 | 29 | 0 | 59 | 50 | 15 | 162 | 50 | 2C |
| Octal | 311 | 26 | 51 | 0 | 131 | 120 | 25 | 542 | 120 | 54 |
| Binary | 11001001 | 10110 | 101001 | 0 | 1011001 | 1010000 | 10101 | 101100010 | 1010000 | 101100 |
Color Harmonies of #C91629
Complementary color
Monochromatic Colors of #C91629
Black with #C91629
Text Example
Text Example
White with #C91629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91629; }
p { color: rgb(201,22,41); }
H1.HeaderClassName
{
color: #C91629;
}
.AnyTagClassName
{
color: #C91629;
}
</style>
background-color css
<style>
a { background-color: #C91629; }
a { background-color: rgb(201,22,41); }
div.DivClassName
{
background-color: #C91629;
}
.BgClassName
{
background-color: #C91629;
}
</style>
border-color css
<style>
span { border-color: #C91629; }
span { border-color: rgb(201,22,41); }
td.TdClassName
{
border-color: #C91629;
}
.TagClassName
{
border-color: #C91629;
}
</style>