Shades of Fire Engine Red #C5082E
Tints of Fire Engine Red #C5082E
RGB
CMYK
RGB Variations
Color information
#C5082E (or 0xC5082E) is known color: Fire Engine Red. HEX triplet: C5, 08 and 2E. RGB value is (197,8,46). Sum of RGB (Red+Green+Blue) = 197+8+46=251 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.49% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 197 - color contains mainly: red. Hex color #C5082E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5082E is #3AF7D1. Grayscale: #444444. Windows color (decimal): -3864530 or 3016901. OLE color: 3016901.
HSL color Cylindrical-coordinate representation of color #C5082E: hue angle of 347.94º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C5082E is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 46 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.23 |
| HSL | 347.94º | 0.92% | 0.4% | - |
| HSV(B) | 347.94º | 0.96% | 0.77% | - |
| XYZ | 23.61 | 12.24 | 3.7 | - |
| YUV | 68.84 | 115.12 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 46 | 0 | 0.96 | 0.77 | 0.23 | 347.94 | 0.92 | 0.4 |
| Hex | C5 | 8 | 2E | 0 | 60 | 4D | 17 | 15C | 5C | 28 |
| Octal | 305 | 10 | 56 | 0 | 140 | 115 | 27 | 534 | 134 | 50 |
| Binary | 11000101 | 1000 | 101110 | 0 | 1100000 | 1001101 | 10111 | 101011100 | 1011100 | 101000 |
Color Harmonies of #C5082E
Complementary color
Monochromatic Colors of #C5082E
Black with #C5082E
Text Example
Text Example
White with #C5082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5082E; }
p { color: rgb(197,8,46); }
H1.HeaderClassName
{
color: #C5082E;
}
.AnyTagClassName
{
color: #C5082E;
}
</style>
background-color css
<style>
a { background-color: #C5082E; }
a { background-color: rgb(197,8,46); }
div.DivClassName
{
background-color: #C5082E;
}
.BgClassName
{
background-color: #C5082E;
}
</style>
border-color css
<style>
span { border-color: #C5082E; }
span { border-color: rgb(197,8,46); }
td.TdClassName
{
border-color: #C5082E;
}
.TagClassName
{
border-color: #C5082E;
}
</style>