Shades of Fire Engine Red #C5052E
Tints of Fire Engine Red #C5052E
RGB
CMYK
RGB Variations
Color information
#C5052E (or 0xC5052E) is known color: Fire Engine Red. HEX triplet: C5, 05 and 2E. RGB value is (197,5,46). Sum of RGB (Red+Green+Blue) = 197+5+46=248 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.44% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 197 - color contains mainly: red. Hex color #C5052E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5052E is #3AFAD1. Grayscale: #434343. Windows color (decimal): -3865298 or 3016133. OLE color: 3016133.
HSL color Cylindrical-coordinate representation of color #C5052E: hue angle of 347.19º degrees, saturation: 0.95, 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 #C5052E is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 46 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.23 |
| HSL | 347.19º | 0.95% | 0.4% | - |
| HSV(B) | 347.19º | 0.97% | 0.77% | - |
| XYZ | 23.57 | 12.18 | 3.69 | - |
| YUV | 67.08 | 116.11 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 46 | 0 | 0.97 | 0.77 | 0.23 | 347.19 | 0.95 | 0.4 |
| Hex | C5 | 5 | 2E | 0 | 61 | 4D | 17 | 15B | 5F | 28 |
| Octal | 305 | 5 | 56 | 0 | 141 | 115 | 27 | 533 | 137 | 50 |
| Binary | 11000101 | 101 | 101110 | 0 | 1100001 | 1001101 | 10111 | 101011011 | 1011111 | 101000 |
Color Harmonies of #C5052E
Complementary color
Monochromatic Colors of #C5052E
Black with #C5052E
Text Example
Text Example
White with #C5052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5052E; }
p { color: rgb(197,5,46); }
H1.HeaderClassName
{
color: #C5052E;
}
.AnyTagClassName
{
color: #C5052E;
}
</style>
background-color css
<style>
a { background-color: #C5052E; }
a { background-color: rgb(197,5,46); }
div.DivClassName
{
background-color: #C5052E;
}
.BgClassName
{
background-color: #C5052E;
}
</style>
border-color css
<style>
span { border-color: #C5052E; }
span { border-color: rgb(197,5,46); }
td.TdClassName
{
border-color: #C5052E;
}
.TagClassName
{
border-color: #C5052E;
}
</style>