Shades of Fire Engine Red #C6082E
Tints of Fire Engine Red #C6082E
RGB
CMYK
RGB Variations
Color information
#C6082E (or 0xC6082E) is known color: Fire Engine Red. HEX triplet: C6, 08 and 2E. RGB value is (198,8,46). Sum of RGB (Red+Green+Blue) = 198+8+46=252 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.57% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 198 - color contains mainly: red. Hex color #C6082E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6082E is #39F7D1. Grayscale: #454545. Windows color (decimal): -3798994 or 3016902. OLE color: 3016902.
HSL color Cylindrical-coordinate representation of color #C6082E: hue angle of 348º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C6082E is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 46 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.22 |
| HSL | 348º | 0.92% | 0.4% | - |
| HSV(B) | 348º | 0.96% | 0.78% | - |
| XYZ | 23.87 | 12.38 | 3.72 | - |
| YUV | 69.14 | 114.95 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 46 | 0 | 0.96 | 0.77 | 0.22 | 348 | 0.92 | 0.4 |
| Hex | C6 | 8 | 2E | 0 | 60 | 4D | 16 | 15C | 5C | 28 |
| Octal | 306 | 10 | 56 | 0 | 140 | 115 | 26 | 534 | 134 | 50 |
| Binary | 11000110 | 1000 | 101110 | 0 | 1100000 | 1001101 | 10110 | 101011100 | 1011100 | 101000 |
Color Harmonies of #C6082E
Complementary color
Monochromatic Colors of #C6082E
Black with #C6082E
Text Example
Text Example
White with #C6082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6082E; }
p { color: rgb(198,8,46); }
H1.HeaderClassName
{
color: #C6082E;
}
.AnyTagClassName
{
color: #C6082E;
}
</style>
background-color css
<style>
a { background-color: #C6082E; }
a { background-color: rgb(198,8,46); }
div.DivClassName
{
background-color: #C6082E;
}
.BgClassName
{
background-color: #C6082E;
}
</style>
border-color css
<style>
span { border-color: #C6082E; }
span { border-color: rgb(198,8,46); }
td.TdClassName
{
border-color: #C6082E;
}
.TagClassName
{
border-color: #C6082E;
}
</style>