Shades of Fire Engine Red #C6082C
Tints of Fire Engine Red #C6082C
RGB
CMYK
RGB Variations
Color information
#C6082C (or 0xC6082C) is known color: Fire Engine Red. HEX triplet: C6, 08 and 2C. RGB value is (198,8,44). Sum of RGB (Red+Green+Blue) = 198+8+44=250 (33% of max value = 765). Red value is 198 (77.73% from 255 or 79.2% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 198 - color contains mainly: red. Hex color #C6082C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6082C is #39F7D3. Grayscale: #444444. Windows color (decimal): -3798996 or 2885830. OLE color: 2885830.
HSL color Cylindrical-coordinate representation of color #C6082C: hue angle of 348.63º 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 #C6082C is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 44 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.22 |
| HSL | 348.63º | 0.92% | 0.4% | - |
| HSV(B) | 348.63º | 0.96% | 0.78% | - |
| XYZ | 23.83 | 12.36 | 3.51 | - |
| YUV | 68.91 | 113.95 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 44 | 0 | 0.96 | 0.78 | 0.22 | 348.63 | 0.92 | 0.4 |
| Hex | C6 | 8 | 2C | 0 | 60 | 4E | 16 | 15D | 5C | 28 |
| Octal | 306 | 10 | 54 | 0 | 140 | 116 | 26 | 535 | 134 | 50 |
| Binary | 11000110 | 1000 | 101100 | 0 | 1100000 | 1001110 | 10110 | 101011101 | 1011100 | 101000 |
Color Harmonies of #C6082C
Complementary color
Monochromatic Colors of #C6082C
Black with #C6082C
Text Example
Text Example
White with #C6082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6082C; }
p { color: rgb(198,8,44); }
H1.HeaderClassName
{
color: #C6082C;
}
.AnyTagClassName
{
color: #C6082C;
}
</style>
background-color css
<style>
a { background-color: #C6082C; }
a { background-color: rgb(198,8,44); }
div.DivClassName
{
background-color: #C6082C;
}
.BgClassName
{
background-color: #C6082C;
}
</style>
border-color css
<style>
span { border-color: #C6082C; }
span { border-color: rgb(198,8,44); }
td.TdClassName
{
border-color: #C6082C;
}
.TagClassName
{
border-color: #C6082C;
}
</style>