Shades of Fire Engine Red #C91626
Tints of Fire Engine Red #C91626
RGB
CMYK
RGB Variations
Color information
#C91626 (or 0xC91626) is known color: Fire Engine Red. HEX triplet: C9, 16 and 26. RGB value is (201,22,38). Sum of RGB (Red+Green+Blue) = 201+22+38=261 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.01% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 201 - color contains mainly: red. Hex color #C91626 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91626 is #36E9D9. Grayscale: #4D4D4D. Windows color (decimal): -3598810 or 2496201. OLE color: 2496201.
HSL color Cylindrical-coordinate representation of color #C91626: hue angle of 354.64º 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 #C91626 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 38 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.21 |
| HSL | 354.64º | 0.8% | 0.44% | - |
| HSV(B) | 354.64º | 0.89% | 0.79% | - |
| XYZ | 24.72 | 13.13 | 3.07 | - |
| YUV | 77.35 | 105.8 | 216.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 38 | 0 | 0.89 | 0.81 | 0.21 | 354.64 | 0.8 | 0.44 |
| Hex | C9 | 16 | 26 | 0 | 59 | 51 | 15 | 163 | 50 | 2C |
| Octal | 311 | 26 | 46 | 0 | 131 | 121 | 25 | 543 | 120 | 54 |
| Binary | 11001001 | 10110 | 100110 | 0 | 1011001 | 1010001 | 10101 | 101100011 | 1010000 | 101100 |
Color Harmonies of #C91626
Complementary color
Monochromatic Colors of #C91626
Black with #C91626
Text Example
Text Example
White with #C91626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91626; }
p { color: rgb(201,22,38); }
H1.HeaderClassName
{
color: #C91626;
}
.AnyTagClassName
{
color: #C91626;
}
</style>
background-color css
<style>
a { background-color: #C91626; }
a { background-color: rgb(201,22,38); }
div.DivClassName
{
background-color: #C91626;
}
.BgClassName
{
background-color: #C91626;
}
</style>
border-color css
<style>
span { border-color: #C91626; }
span { border-color: rgb(201,22,38); }
td.TdClassName
{
border-color: #C91626;
}
.TagClassName
{
border-color: #C91626;
}
</style>