Shades of Fire Engine Red #C5122B
Tints of Fire Engine Red #C5122B
RGB
CMYK
RGB Variations
Color information
#C5122B (or 0xC5122B) is known color: Fire Engine Red. HEX triplet: C5, 12 and 2B. RGB value is (197,18,43). Sum of RGB (Red+Green+Blue) = 197+18+43=258 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.36% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 197 - color contains mainly: red. Hex color #C5122B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5122B is #3AEDD4. Grayscale: #4A4A4A. Windows color (decimal): -3861973 or 2822853. OLE color: 2822853.
HSL color Cylindrical-coordinate representation of color #C5122B: hue angle of 351.62º 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 #C5122B is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 43 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.23 |
| HSL | 351.62º | 0.83% | 0.42% | - |
| HSV(B) | 351.62º | 0.91% | 0.77% | - |
| XYZ | 23.68 | 12.48 | 3.45 | - |
| YUV | 74.37 | 110.3 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 43 | 0 | 0.91 | 0.78 | 0.23 | 351.62 | 0.83 | 0.42 |
| Hex | C5 | 12 | 2B | 0 | 5B | 4E | 17 | 160 | 53 | 2A |
| Octal | 305 | 22 | 53 | 0 | 133 | 116 | 27 | 540 | 123 | 52 |
| Binary | 11000101 | 10010 | 101011 | 0 | 1011011 | 1001110 | 10111 | 101100000 | 1010011 | 101010 |
Color Harmonies of #C5122B
Complementary color
Monochromatic Colors of #C5122B
Black with #C5122B
Text Example
Text Example
White with #C5122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5122B; }
p { color: rgb(197,18,43); }
H1.HeaderClassName
{
color: #C5122B;
}
.AnyTagClassName
{
color: #C5122B;
}
</style>
background-color css
<style>
a { background-color: #C5122B; }
a { background-color: rgb(197,18,43); }
div.DivClassName
{
background-color: #C5122B;
}
.BgClassName
{
background-color: #C5122B;
}
</style>
border-color css
<style>
span { border-color: #C5122B; }
span { border-color: rgb(197,18,43); }
td.TdClassName
{
border-color: #C5122B;
}
.TagClassName
{
border-color: #C5122B;
}
</style>