Shades of Fire Engine Red #C91523
Tints of Fire Engine Red #C91523
RGB
CMYK
RGB Variations
Color information
#C91523 (or 0xC91523) is known color: Fire Engine Red. HEX triplet: C9, 15 and 23. RGB value is (201,21,35). Sum of RGB (Red+Green+Blue) = 201+21+35=257 (34% of max value = 765). Red value is 201 (78.91% from 255 or 78.21% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 35 (14.06% from 255 or 13.62% from 257); Max value from RGB is 201 - color contains mainly: red. Hex color #C91523 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91523 is #36EADC. Grayscale: #4C4C4C. Windows color (decimal): -3599069 or 2299337. OLE color: 2299337.
HSL color Cylindrical-coordinate representation of color #C91523: hue angle of 355.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91523 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 35 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.21 |
| HSL | 355.33º | 0.81% | 0.44% | - |
| HSV(B) | 355.33º | 0.9% | 0.79% | - |
| XYZ | 24.66 | 13.08 | 2.81 | - |
| YUV | 76.42 | 104.63 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 35 | 0 | 0.90 | 0.83 | 0.21 | 355.33 | 0.81 | 0.44 |
| Hex | C9 | 15 | 23 | 0 | 5A | 53 | 15 | 163 | 51 | 2C |
| Octal | 311 | 25 | 43 | 0 | 132 | 123 | 25 | 543 | 121 | 54 |
| Binary | 11001001 | 10101 | 100011 | 0 | 1011010 | 1010011 | 10101 | 101100011 | 1010001 | 101100 |
Color Harmonies of #C91523
Complementary color
Monochromatic Colors of #C91523
Black with #C91523
Text Example
Text Example
White with #C91523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91523; }
p { color: rgb(201,21,35); }
H1.HeaderClassName
{
color: #C91523;
}
.AnyTagClassName
{
color: #C91523;
}
</style>
background-color css
<style>
a { background-color: #C91523; }
a { background-color: rgb(201,21,35); }
div.DivClassName
{
background-color: #C91523;
}
.BgClassName
{
background-color: #C91523;
}
</style>
border-color css
<style>
span { border-color: #C91523; }
span { border-color: rgb(201,21,35); }
td.TdClassName
{
border-color: #C91523;
}
.TagClassName
{
border-color: #C91523;
}
</style>