Shades of Fire Engine Red #C6082D
Tints of Fire Engine Red #C6082D
RGB
CMYK
RGB Variations
Color information
#C6082D (or 0xC6082D) is known color: Fire Engine Red. HEX triplet: C6, 08 and 2D. RGB value is (198,8,45). Sum of RGB (Red+Green+Blue) = 198+8+45=251 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.88% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 198 - color contains mainly: red. Hex color #C6082D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6082D is #39F7D2. Grayscale: #454545. Windows color (decimal): -3798995 or 2951366. OLE color: 2951366.
HSL color Cylindrical-coordinate representation of color #C6082D: hue angle of 348.32º 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 #C6082D is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 45 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.22 |
| HSL | 348.32º | 0.92% | 0.4% | - |
| HSV(B) | 348.32º | 0.96% | 0.78% | - |
| XYZ | 23.85 | 12.37 | 3.61 | - |
| YUV | 69.03 | 114.45 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 45 | 0 | 0.96 | 0.77 | 0.22 | 348.32 | 0.92 | 0.4 |
| Hex | C6 | 8 | 2D | 0 | 60 | 4D | 16 | 15C | 5C | 28 |
| Octal | 306 | 10 | 55 | 0 | 140 | 115 | 26 | 534 | 134 | 50 |
| Binary | 11000110 | 1000 | 101101 | 0 | 1100000 | 1001101 | 10110 | 101011100 | 1011100 | 101000 |
Color Harmonies of #C6082D
Complementary color
Monochromatic Colors of #C6082D
Black with #C6082D
Text Example
Text Example
White with #C6082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6082D; }
p { color: rgb(198,8,45); }
H1.HeaderClassName
{
color: #C6082D;
}
.AnyTagClassName
{
color: #C6082D;
}
</style>
background-color css
<style>
a { background-color: #C6082D; }
a { background-color: rgb(198,8,45); }
div.DivClassName
{
background-color: #C6082D;
}
.BgClassName
{
background-color: #C6082D;
}
</style>
border-color css
<style>
span { border-color: #C6082D; }
span { border-color: rgb(198,8,45); }
td.TdClassName
{
border-color: #C6082D;
}
.TagClassName
{
border-color: #C6082D;
}
</style>