Shades of Fire Engine Red #C5062E
Tints of Fire Engine Red #C5062E
RGB
CMYK
RGB Variations
Color information
#C5062E (or 0xC5062E) is known color: Fire Engine Red. HEX triplet: C5, 06 and 2E. RGB value is (197,6,46). Sum of RGB (Red+Green+Blue) = 197+6+46=249 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.12% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 197 - color contains mainly: red. Hex color #C5062E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5062E is #3AF9D1. Grayscale: #434343. Windows color (decimal): -3865042 or 3016389. OLE color: 3016389.
HSL color Cylindrical-coordinate representation of color #C5062E: hue angle of 347.43º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5062E is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 6 | 46 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.23 |
| HSL | 347.43º | 0.94% | 0.4% | - |
| HSV(B) | 347.43º | 0.97% | 0.77% | - |
| XYZ | 23.58 | 12.2 | 3.7 | - |
| YUV | 67.67 | 115.78 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 46 | 0 | 0.97 | 0.77 | 0.23 | 347.43 | 0.94 | 0.4 |
| Hex | C5 | 6 | 2E | 0 | 61 | 4D | 17 | 15B | 5E | 28 |
| Octal | 305 | 6 | 56 | 0 | 141 | 115 | 27 | 533 | 136 | 50 |
| Binary | 11000101 | 110 | 101110 | 0 | 1100001 | 1001101 | 10111 | 101011011 | 1011110 | 101000 |
Color Harmonies of #C5062E
Complementary color
Monochromatic Colors of #C5062E
Black with #C5062E
Text Example
Text Example
White with #C5062E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5062E; }
p { color: rgb(197,6,46); }
H1.HeaderClassName
{
color: #C5062E;
}
.AnyTagClassName
{
color: #C5062E;
}
</style>
background-color css
<style>
a { background-color: #C5062E; }
a { background-color: rgb(197,6,46); }
div.DivClassName
{
background-color: #C5062E;
}
.BgClassName
{
background-color: #C5062E;
}
</style>
border-color css
<style>
span { border-color: #C5062E; }
span { border-color: rgb(197,6,46); }
td.TdClassName
{
border-color: #C5062E;
}
.TagClassName
{
border-color: #C5062E;
}
</style>