Shades of Fire Engine Red #C5122C
Tints of Fire Engine Red #C5122C
RGB
CMYK
RGB Variations
Color information
#C5122C (or 0xC5122C) is known color: Fire Engine Red. HEX triplet: C5, 12 and 2C. RGB value is (197,18,44). Sum of RGB (Red+Green+Blue) = 197+18+44=259 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.06% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 197 - color contains mainly: red. Hex color #C5122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5122C is #3AEDD3. Grayscale: #4A4A4A. Windows color (decimal): -3861972 or 2888389. OLE color: 2888389.
HSL color Cylindrical-coordinate representation of color #C5122C: hue angle of 351.28º degrees, saturation: 0.83, 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 #C5122C is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 44 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.23 |
| HSL | 351.28º | 0.83% | 0.42% | - |
| HSV(B) | 351.28º | 0.91% | 0.77% | - |
| XYZ | 23.7 | 12.48 | 3.54 | - |
| YUV | 74.49 | 110.8 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 44 | 0 | 0.91 | 0.78 | 0.23 | 351.28 | 0.83 | 0.42 |
| Hex | C5 | 12 | 2C | 0 | 5B | 4E | 17 | 15F | 53 | 2A |
| Octal | 305 | 22 | 54 | 0 | 133 | 116 | 27 | 537 | 123 | 52 |
| Binary | 11000101 | 10010 | 101100 | 0 | 1011011 | 1001110 | 10111 | 101011111 | 1010011 | 101010 |
Color Harmonies of #C5122C
Complementary color
Monochromatic Colors of #C5122C
Black with #C5122C
Text Example
Text Example
White with #C5122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5122C; }
p { color: rgb(197,18,44); }
H1.HeaderClassName
{
color: #C5122C;
}
.AnyTagClassName
{
color: #C5122C;
}
</style>
background-color css
<style>
a { background-color: #C5122C; }
a { background-color: rgb(197,18,44); }
div.DivClassName
{
background-color: #C5122C;
}
.BgClassName
{
background-color: #C5122C;
}
</style>
border-color css
<style>
span { border-color: #C5122C; }
span { border-color: rgb(197,18,44); }
td.TdClassName
{
border-color: #C5122C;
}
.TagClassName
{
border-color: #C5122C;
}
</style>