Shades of Fire Engine Red #C91728
Tints of Fire Engine Red #C91728
RGB
CMYK
RGB Variations
Color information
#C91728 (or 0xC91728) is known color: Fire Engine Red. HEX triplet: C9, 17 and 28. RGB value is (201,23,40). Sum of RGB (Red+Green+Blue) = 201+23+40=264 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.14% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 201 - color contains mainly: red. Hex color #C91728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91728 is #36E8D7. Grayscale: #4E4E4E. Windows color (decimal): -3598552 or 2627529. OLE color: 2627529.
HSL color Cylindrical-coordinate representation of color #C91728: hue angle of 354.27º 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 #C91728 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 40 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.21 |
| HSL | 354.27º | 0.79% | 0.44% | - |
| HSV(B) | 354.27º | 0.89% | 0.79% | - |
| XYZ | 24.78 | 13.18 | 3.25 | - |
| YUV | 78.16 | 106.47 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 40 | 0 | 0.89 | 0.80 | 0.21 | 354.27 | 0.79 | 0.44 |
| Hex | C9 | 17 | 28 | 0 | 59 | 50 | 15 | 162 | 4F | 2C |
| Octal | 311 | 27 | 50 | 0 | 131 | 120 | 25 | 542 | 117 | 54 |
| Binary | 11001001 | 10111 | 101000 | 0 | 1011001 | 1010000 | 10101 | 101100010 | 1001111 | 101100 |
Color Harmonies of #C91728
Complementary color
Monochromatic Colors of #C91728
Black with #C91728
Text Example
Text Example
White with #C91728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91728; }
p { color: rgb(201,23,40); }
H1.HeaderClassName
{
color: #C91728;
}
.AnyTagClassName
{
color: #C91728;
}
</style>
background-color css
<style>
a { background-color: #C91728; }
a { background-color: rgb(201,23,40); }
div.DivClassName
{
background-color: #C91728;
}
.BgClassName
{
background-color: #C91728;
}
</style>
border-color css
<style>
span { border-color: #C91728; }
span { border-color: rgb(201,23,40); }
td.TdClassName
{
border-color: #C91728;
}
.TagClassName
{
border-color: #C91728;
}
</style>