Shades of Fire Engine Red #C51124
Tints of Fire Engine Red #C51124
RGB
CMYK
RGB Variations
Color information
#C51124 (or 0xC51124) is known color: Fire Engine Red. HEX triplet: C5, 11 and 24. RGB value is (197,17,36). Sum of RGB (Red+Green+Blue) = 197+17+36=250 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.8% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 197 - color contains mainly: red. Hex color #C51124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51124 is #3AEEDB. Grayscale: #494949. Windows color (decimal): -3862236 or 2363845. OLE color: 2363845.
HSL color Cylindrical-coordinate representation of color #C51124: hue angle of 353.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 #C51124 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 36 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.23 |
| HSL | 353.67º | 0.84% | 0.42% | - |
| HSV(B) | 353.67º | 0.91% | 0.77% | - |
| XYZ | 23.54 | 12.4 | 2.82 | - |
| YUV | 72.99 | 107.13 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 36 | 0 | 0.91 | 0.82 | 0.23 | 353.67 | 0.84 | 0.42 |
| Hex | C5 | 11 | 24 | 0 | 5B | 52 | 17 | 162 | 54 | 2A |
| Octal | 305 | 21 | 44 | 0 | 133 | 122 | 27 | 542 | 124 | 52 |
| Binary | 11000101 | 10001 | 100100 | 0 | 1011011 | 1010010 | 10111 | 101100010 | 1010100 | 101010 |
Color Harmonies of #C51124
Complementary color
Monochromatic Colors of #C51124
Black with #C51124
Text Example
Text Example
White with #C51124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51124; }
p { color: rgb(197,17,36); }
H1.HeaderClassName
{
color: #C51124;
}
.AnyTagClassName
{
color: #C51124;
}
</style>
background-color css
<style>
a { background-color: #C51124; }
a { background-color: rgb(197,17,36); }
div.DivClassName
{
background-color: #C51124;
}
.BgClassName
{
background-color: #C51124;
}
</style>
border-color css
<style>
span { border-color: #C51124; }
span { border-color: rgb(197,17,36); }
td.TdClassName
{
border-color: #C51124;
}
.TagClassName
{
border-color: #C51124;
}
</style>