Shades of Fire Engine Red #C5052D
Tints of Fire Engine Red #C5052D
RGB
CMYK
RGB Variations
Color information
#C5052D (or 0xC5052D) is known color: Fire Engine Red. HEX triplet: C5, 05 and 2D. RGB value is (197,5,45). Sum of RGB (Red+Green+Blue) = 197+5+45=247 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.76% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 197 - color contains mainly: red. Hex color #C5052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5052D is #3AFAD2. Grayscale: #434343. Windows color (decimal): -3865299 or 2950597. OLE color: 2950597.
HSL color Cylindrical-coordinate representation of color #C5052D: hue angle of 347.5º 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 #C5052D is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 45 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.23 |
| HSL | 347.5º | 0.95% | 0.4% | - |
| HSV(B) | 347.5º | 0.97% | 0.77% | - |
| XYZ | 23.55 | 12.17 | 3.59 | - |
| YUV | 66.97 | 115.61 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 45 | 0 | 0.97 | 0.77 | 0.23 | 347.5 | 0.95 | 0.4 |
| Hex | C5 | 5 | 2D | 0 | 61 | 4D | 17 | 15C | 5F | 28 |
| Octal | 305 | 5 | 55 | 0 | 141 | 115 | 27 | 534 | 137 | 50 |
| Binary | 11000101 | 101 | 101101 | 0 | 1100001 | 1001101 | 10111 | 101011100 | 1011111 | 101000 |
Color Harmonies of #C5052D
Complementary color
Monochromatic Colors of #C5052D
Black with #C5052D
Text Example
Text Example
White with #C5052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5052D; }
p { color: rgb(197,5,45); }
H1.HeaderClassName
{
color: #C5052D;
}
.AnyTagClassName
{
color: #C5052D;
}
</style>
background-color css
<style>
a { background-color: #C5052D; }
a { background-color: rgb(197,5,45); }
div.DivClassName
{
background-color: #C5052D;
}
.BgClassName
{
background-color: #C5052D;
}
</style>
border-color css
<style>
span { border-color: #C5052D; }
span { border-color: rgb(197,5,45); }
td.TdClassName
{
border-color: #C5052D;
}
.TagClassName
{
border-color: #C5052D;
}
</style>