Shades of Fire Engine Red #C91F29
Tints of Fire Engine Red #C91F29
RGB
CMYK
RGB Variations
Color information
#C91F29 (or 0xC91F29) is known color: Fire Engine Red. HEX triplet: C9, 1F and 29. RGB value is (201,31,41). Sum of RGB (Red+Green+Blue) = 201+31+41=273 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.63% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 201 - color contains mainly: red. Hex color #C91F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91F29 is #36E0D6. Grayscale: #535353. Windows color (decimal): -3596503 or 2695113. OLE color: 2695113.
HSL color Cylindrical-coordinate representation of color #C91F29: hue angle of 356.47º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C91F29 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 31 | 41 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.21 |
| HSL | 356.47º | 0.73% | 0.45% | - |
| HSV(B) | 356.47º | 0.85% | 0.79% | - |
| XYZ | 24.98 | 13.56 | 3.4 | - |
| YUV | 82.97 | 104.32 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 31 | 41 | 0 | 0.85 | 0.80 | 0.21 | 356.47 | 0.73 | 0.45 |
| Hex | C9 | 1F | 29 | 0 | 55 | 50 | 15 | 164 | 49 | 2D |
| Octal | 311 | 37 | 51 | 0 | 125 | 120 | 25 | 544 | 111 | 55 |
| Binary | 11001001 | 11111 | 101001 | 0 | 1010101 | 1010000 | 10101 | 101100100 | 1001001 | 101101 |
Color Harmonies of #C91F29
Complementary color
Monochromatic Colors of #C91F29
Black with #C91F29
Text Example
Text Example
White with #C91F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91F29; }
p { color: rgb(201,31,41); }
H1.HeaderClassName
{
color: #C91F29;
}
.AnyTagClassName
{
color: #C91F29;
}
</style>
background-color css
<style>
a { background-color: #C91F29; }
a { background-color: rgb(201,31,41); }
div.DivClassName
{
background-color: #C91F29;
}
.BgClassName
{
background-color: #C91F29;
}
</style>
border-color css
<style>
span { border-color: #C91F29; }
span { border-color: rgb(201,31,41); }
td.TdClassName
{
border-color: #C91F29;
}
.TagClassName
{
border-color: #C91F29;
}
</style>