Shades of Fire Engine Red #C5062B
Tints of Fire Engine Red #C5062B
RGB
CMYK
RGB Variations
Color information
#C5062B (or 0xC5062B) is known color: Fire Engine Red. HEX triplet: C5, 06 and 2B. RGB value is (197,6,43). Sum of RGB (Red+Green+Blue) = 197+6+43=246 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.08% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 197 - color contains mainly: red. Hex color #C5062B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5062B is #3AF9D4. Grayscale: #434343. Windows color (decimal): -3865045 or 2819781. OLE color: 2819781.
HSL color Cylindrical-coordinate representation of color #C5062B: hue angle of 348.38º 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 #C5062B is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 6 | 43 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.23 |
| HSL | 348.38º | 0.94% | 0.4% | - |
| HSV(B) | 348.38º | 0.97% | 0.77% | - |
| XYZ | 23.53 | 12.17 | 3.4 | - |
| YUV | 67.33 | 114.28 | 220.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 43 | 0 | 0.97 | 0.78 | 0.23 | 348.38 | 0.94 | 0.4 |
| Hex | C5 | 6 | 2B | 0 | 61 | 4E | 17 | 15C | 5E | 28 |
| Octal | 305 | 6 | 53 | 0 | 141 | 116 | 27 | 534 | 136 | 50 |
| Binary | 11000101 | 110 | 101011 | 0 | 1100001 | 1001110 | 10111 | 101011100 | 1011110 | 101000 |
Color Harmonies of #C5062B
Complementary color
Monochromatic Colors of #C5062B
Black with #C5062B
Text Example
Text Example
White with #C5062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5062B; }
p { color: rgb(197,6,43); }
H1.HeaderClassName
{
color: #C5062B;
}
.AnyTagClassName
{
color: #C5062B;
}
</style>
background-color css
<style>
a { background-color: #C5062B; }
a { background-color: rgb(197,6,43); }
div.DivClassName
{
background-color: #C5062B;
}
.BgClassName
{
background-color: #C5062B;
}
</style>
border-color css
<style>
span { border-color: #C5062B; }
span { border-color: rgb(197,6,43); }
td.TdClassName
{
border-color: #C5062B;
}
.TagClassName
{
border-color: #C5062B;
}
</style>