Shades of Fire Engine Red #C5082D
Tints of Fire Engine Red #C5082D
RGB
CMYK
RGB Variations
Color information
#C5082D (or 0xC5082D) is known color: Fire Engine Red. HEX triplet: C5, 08 and 2D. RGB value is (197,8,45). Sum of RGB (Red+Green+Blue) = 197+8+45=250 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.8% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 197 - color contains mainly: red. Hex color #C5082D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5082D is #3AF7D2. Grayscale: #444444. Windows color (decimal): -3864531 or 2951365. OLE color: 2951365.
HSL color Cylindrical-coordinate representation of color #C5082D: hue angle of 348.25º 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 #C5082D is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 45 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.23 |
| HSL | 348.25º | 0.92% | 0.4% | - |
| HSV(B) | 348.25º | 0.96% | 0.77% | - |
| XYZ | 23.59 | 12.23 | 3.6 | - |
| YUV | 68.73 | 114.62 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 45 | 0 | 0.96 | 0.77 | 0.23 | 348.25 | 0.92 | 0.4 |
| Hex | C5 | 8 | 2D | 0 | 60 | 4D | 17 | 15C | 5C | 28 |
| Octal | 305 | 10 | 55 | 0 | 140 | 115 | 27 | 534 | 134 | 50 |
| Binary | 11000101 | 1000 | 101101 | 0 | 1100000 | 1001101 | 10111 | 101011100 | 1011100 | 101000 |
Color Harmonies of #C5082D
Complementary color
Monochromatic Colors of #C5082D
Black with #C5082D
Text Example
Text Example
White with #C5082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5082D; }
p { color: rgb(197,8,45); }
H1.HeaderClassName
{
color: #C5082D;
}
.AnyTagClassName
{
color: #C5082D;
}
</style>
background-color css
<style>
a { background-color: #C5082D; }
a { background-color: rgb(197,8,45); }
div.DivClassName
{
background-color: #C5082D;
}
.BgClassName
{
background-color: #C5082D;
}
</style>
border-color css
<style>
span { border-color: #C5082D; }
span { border-color: rgb(197,8,45); }
td.TdClassName
{
border-color: #C5082D;
}
.TagClassName
{
border-color: #C5082D;
}
</style>