Shades of Fire Engine Red #C5112B
Tints of Fire Engine Red #C5112B
RGB
CMYK
RGB Variations
Color information
#C5112B (or 0xC5112B) is known color: Fire Engine Red. HEX triplet: C5, 11 and 2B. RGB value is (197,17,43). Sum of RGB (Red+Green+Blue) = 197+17+43=257 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.65% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 197 - color contains mainly: red. Hex color #C5112B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5112B is #3AEED4. Grayscale: #494949. Windows color (decimal): -3862229 or 2822597. OLE color: 2822597.
HSL color Cylindrical-coordinate representation of color #C5112B: hue angle of 351.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 #C5112B is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 43 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.23 |
| HSL | 351.33º | 0.84% | 0.42% | - |
| HSV(B) | 351.33º | 0.91% | 0.77% | - |
| XYZ | 23.66 | 12.45 | 3.44 | - |
| YUV | 73.78 | 110.63 | 215.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 43 | 0 | 0.91 | 0.78 | 0.23 | 351.33 | 0.84 | 0.42 |
| Hex | C5 | 11 | 2B | 0 | 5B | 4E | 17 | 15F | 54 | 2A |
| Octal | 305 | 21 | 53 | 0 | 133 | 116 | 27 | 537 | 124 | 52 |
| Binary | 11000101 | 10001 | 101011 | 0 | 1011011 | 1001110 | 10111 | 101011111 | 1010100 | 101010 |
Color Harmonies of #C5112B
Complementary color
Monochromatic Colors of #C5112B
Black with #C5112B
Text Example
Text Example
White with #C5112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5112B; }
p { color: rgb(197,17,43); }
H1.HeaderClassName
{
color: #C5112B;
}
.AnyTagClassName
{
color: #C5112B;
}
</style>
background-color css
<style>
a { background-color: #C5112B; }
a { background-color: rgb(197,17,43); }
div.DivClassName
{
background-color: #C5112B;
}
.BgClassName
{
background-color: #C5112B;
}
</style>
border-color css
<style>
span { border-color: #C5112B; }
span { border-color: rgb(197,17,43); }
td.TdClassName
{
border-color: #C5112B;
}
.TagClassName
{
border-color: #C5112B;
}
</style>