Shades of Fire Engine Red #C5111F
Tints of Fire Engine Red #C5111F
RGB
CMYK
RGB Variations
Color information
#C5111F (or 0xC5111F) is known color: Fire Engine Red. HEX triplet: C5, 11 and 1F. RGB value is (197,17,31). Sum of RGB (Red+Green+Blue) = 197+17+31=245 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.41% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 197 - color contains mainly: red. Hex color #C5111F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5111F is #3AEEE0. Grayscale: #484848. Windows color (decimal): -3862241 or 2036165. OLE color: 2036165.
HSL color Cylindrical-coordinate representation of color #C5111F: hue angle of 355.33º 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 #C5111F is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 31 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.23 |
| HSL | 355.33º | 0.84% | 0.42% | - |
| HSV(B) | 355.33º | 0.91% | 0.77% | - |
| XYZ | 23.47 | 12.37 | 2.45 | - |
| YUV | 72.42 | 104.63 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 31 | 0 | 0.91 | 0.84 | 0.23 | 355.33 | 0.84 | 0.42 |
| Hex | C5 | 11 | 1F | 0 | 5B | 54 | 17 | 163 | 54 | 2A |
| Octal | 305 | 21 | 37 | 0 | 133 | 124 | 27 | 543 | 124 | 52 |
| Binary | 11000101 | 10001 | 11111 | 0 | 1011011 | 1010100 | 10111 | 101100011 | 1010100 | 101010 |
Color Harmonies of #C5111F
Complementary color
Monochromatic Colors of #C5111F
Black with #C5111F
Text Example
Text Example
White with #C5111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5111F; }
p { color: rgb(197,17,31); }
H1.HeaderClassName
{
color: #C5111F;
}
.AnyTagClassName
{
color: #C5111F;
}
</style>
background-color css
<style>
a { background-color: #C5111F; }
a { background-color: rgb(197,17,31); }
div.DivClassName
{
background-color: #C5111F;
}
.BgClassName
{
background-color: #C5111F;
}
</style>
border-color css
<style>
span { border-color: #C5111F; }
span { border-color: rgb(197,17,31); }
td.TdClassName
{
border-color: #C5111F;
}
.TagClassName
{
border-color: #C5111F;
}
</style>