Shades of Fire Engine Red #C5111E
Tints of Fire Engine Red #C5111E
RGB
CMYK
RGB Variations
Color information
#C5111E (or 0xC5111E) is known color: Fire Engine Red. HEX triplet: C5, 11 and 1E. RGB value is (197,17,30). Sum of RGB (Red+Green+Blue) = 197+17+30=244 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.74% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 197 - color contains mainly: red. Hex color #C5111E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5111E is #3AEEE1. Grayscale: #484848. Windows color (decimal): -3862242 or 1970629. OLE color: 1970629.
HSL color Cylindrical-coordinate representation of color #C5111E: hue angle of 355.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5111E is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 30 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.23 |
| HSL | 355.67º | 0.84% | 0.42% | - |
| HSV(B) | 355.67º | 0.91% | 0.77% | - |
| XYZ | 23.46 | 12.36 | 2.38 | - |
| YUV | 72.3 | 104.13 | 216.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 30 | 0 | 0.91 | 0.85 | 0.23 | 355.67 | 0.84 | 0.42 |
| Hex | C5 | 11 | 1E | 0 | 5B | 55 | 17 | 164 | 54 | 2A |
| Octal | 305 | 21 | 36 | 0 | 133 | 125 | 27 | 544 | 124 | 52 |
| Binary | 11000101 | 10001 | 11110 | 0 | 1011011 | 1010101 | 10111 | 101100100 | 1010100 | 101010 |
Color Harmonies of #C5111E
Complementary color
Monochromatic Colors of #C5111E
Black with #C5111E
Text Example
Text Example
White with #C5111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5111E; }
p { color: rgb(197,17,30); }
H1.HeaderClassName
{
color: #C5111E;
}
.AnyTagClassName
{
color: #C5111E;
}
</style>
background-color css
<style>
a { background-color: #C5111E; }
a { background-color: rgb(197,17,30); }
div.DivClassName
{
background-color: #C5111E;
}
.BgClassName
{
background-color: #C5111E;
}
</style>
border-color css
<style>
span { border-color: #C5111E; }
span { border-color: rgb(197,17,30); }
td.TdClassName
{
border-color: #C5111E;
}
.TagClassName
{
border-color: #C5111E;
}
</style>