Shades of Fire Engine Red #C5162A
Tints of Fire Engine Red #C5162A
RGB
CMYK
RGB Variations
Color information
#C5162A (or 0xC5162A) is known color: Fire Engine Red. HEX triplet: C5, 16 and 2A. RGB value is (197,22,42). Sum of RGB (Red+Green+Blue) = 197+22+42=261 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.48% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 197 - color contains mainly: red. Hex color #C5162A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5162A is #3AE9D5. Grayscale: #4C4C4C. Windows color (decimal): -3860950 or 2758341. OLE color: 2758341.
HSL color Cylindrical-coordinate representation of color #C5162A: hue angle of 353.14º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5162A is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 42 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.23 |
| HSL | 353.14º | 0.8% | 0.43% | - |
| HSV(B) | 353.14º | 0.89% | 0.77% | - |
| XYZ | 23.73 | 12.61 | 3.37 | - |
| YUV | 76.61 | 108.48 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 42 | 0 | 0.89 | 0.79 | 0.23 | 353.14 | 0.8 | 0.43 |
| Hex | C5 | 16 | 2A | 0 | 59 | 4F | 17 | 161 | 50 | 2B |
| Octal | 305 | 26 | 52 | 0 | 131 | 117 | 27 | 541 | 120 | 53 |
| Binary | 11000101 | 10110 | 101010 | 0 | 1011001 | 1001111 | 10111 | 101100001 | 1010000 | 101011 |
Color Harmonies of #C5162A
Complementary color
Monochromatic Colors of #C5162A
Black with #C5162A
Text Example
Text Example
White with #C5162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5162A; }
p { color: rgb(197,22,42); }
H1.HeaderClassName
{
color: #C5162A;
}
.AnyTagClassName
{
color: #C5162A;
}
</style>
background-color css
<style>
a { background-color: #C5162A; }
a { background-color: rgb(197,22,42); }
div.DivClassName
{
background-color: #C5162A;
}
.BgClassName
{
background-color: #C5162A;
}
</style>
border-color css
<style>
span { border-color: #C5162A; }
span { border-color: rgb(197,22,42); }
td.TdClassName
{
border-color: #C5162A;
}
.TagClassName
{
border-color: #C5162A;
}
</style>