Shades of Fire Engine Red #C91223
Tints of Fire Engine Red #C91223
RGB
CMYK
RGB Variations
Color information
#C91223 (or 0xC91223) is known color: Fire Engine Red. HEX triplet: C9, 12 and 23. RGB value is (201,18,35). Sum of RGB (Red+Green+Blue) = 201+18+35=254 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.13% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 35 (14.06% from 255 or 13.78% from 254); Max value from RGB is 201 - color contains mainly: red. Hex color #C91223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91223 is #36EDDC. Grayscale: #4A4A4A. Windows color (decimal): -3599837 or 2298569. OLE color: 2298569.
HSL color Cylindrical-coordinate representation of color #C91223: hue angle of 354.43º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C91223 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 35 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.21 |
| HSL | 354.43º | 0.84% | 0.43% | - |
| HSV(B) | 354.43º | 0.91% | 0.79% | - |
| XYZ | 24.61 | 12.97 | 2.8 | - |
| YUV | 74.66 | 105.63 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 35 | 0 | 0.91 | 0.83 | 0.21 | 354.43 | 0.84 | 0.43 |
| Hex | C9 | 12 | 23 | 0 | 5B | 53 | 15 | 162 | 54 | 2B |
| Octal | 311 | 22 | 43 | 0 | 133 | 123 | 25 | 542 | 124 | 53 |
| Binary | 11001001 | 10010 | 100011 | 0 | 1011011 | 1010011 | 10101 | 101100010 | 1010100 | 101011 |
Color Harmonies of #C91223
Complementary color
Monochromatic Colors of #C91223
Black with #C91223
Text Example
Text Example
White with #C91223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91223; }
p { color: rgb(201,18,35); }
H1.HeaderClassName
{
color: #C91223;
}
.AnyTagClassName
{
color: #C91223;
}
</style>
background-color css
<style>
a { background-color: #C91223; }
a { background-color: rgb(201,18,35); }
div.DivClassName
{
background-color: #C91223;
}
.BgClassName
{
background-color: #C91223;
}
</style>
border-color css
<style>
span { border-color: #C91223; }
span { border-color: rgb(201,18,35); }
td.TdClassName
{
border-color: #C91223;
}
.TagClassName
{
border-color: #C91223;
}
</style>