Shades of Fire Engine Red #C91923
Tints of Fire Engine Red #C91923
RGB
CMYK
RGB Variations
Color information
#C91923 (or 0xC91923) is known color: Fire Engine Red. HEX triplet: C9, 19 and 23. RGB value is (201,25,35). Sum of RGB (Red+Green+Blue) = 201+25+35=261 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.01% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 201 - color contains mainly: red. Hex color #C91923 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91923 is #36E6DC. Grayscale: #4E4E4E. Windows color (decimal): -3598045 or 2300361. OLE color: 2300361.
HSL color Cylindrical-coordinate representation of color #C91923: hue angle of 356.59º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91923 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 35 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.21 |
| HSL | 356.59º | 0.78% | 0.44% | - |
| HSV(B) | 356.59º | 0.88% | 0.79% | - |
| XYZ | 24.74 | 13.23 | 2.84 | - |
| YUV | 78.76 | 103.31 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 35 | 0 | 0.88 | 0.83 | 0.21 | 356.59 | 0.78 | 0.44 |
| Hex | C9 | 19 | 23 | 0 | 58 | 53 | 15 | 165 | 4E | 2C |
| Octal | 311 | 31 | 43 | 0 | 130 | 123 | 25 | 545 | 116 | 54 |
| Binary | 11001001 | 11001 | 100011 | 0 | 1011000 | 1010011 | 10101 | 101100101 | 1001110 | 101100 |
Color Harmonies of #C91923
Complementary color
Monochromatic Colors of #C91923
Black with #C91923
Text Example
Text Example
White with #C91923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91923; }
p { color: rgb(201,25,35); }
H1.HeaderClassName
{
color: #C91923;
}
.AnyTagClassName
{
color: #C91923;
}
</style>
background-color css
<style>
a { background-color: #C91923; }
a { background-color: rgb(201,25,35); }
div.DivClassName
{
background-color: #C91923;
}
.BgClassName
{
background-color: #C91923;
}
</style>
border-color css
<style>
span { border-color: #C91923; }
span { border-color: rgb(201,25,35); }
td.TdClassName
{
border-color: #C91923;
}
.TagClassName
{
border-color: #C91923;
}
</style>