Shades of Fire Engine Red #C6111D
Tints of Fire Engine Red #C6111D
RGB
CMYK
RGB Variations
Color information
#C6111D (or 0xC6111D) is known color: Fire Engine Red. HEX triplet: C6, 11 and 1D. RGB value is (198,17,29). Sum of RGB (Red+Green+Blue) = 198+17+29=244 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.15% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 198 - color contains mainly: red. Hex color #C6111D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6111D is #39EEE2. Grayscale: #484848. Windows color (decimal): -3796707 or 1905094. OLE color: 1905094.
HSL color Cylindrical-coordinate representation of color #C6111D: hue angle of 356.02º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C6111D is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 29 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.22 |
| HSL | 356.02º | 0.84% | 0.42% | - |
| HSV(B) | 356.02º | 0.91% | 0.78% | - |
| XYZ | 23.71 | 12.5 | 2.32 | - |
| YUV | 72.49 | 103.47 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 29 | 0 | 0.91 | 0.85 | 0.22 | 356.02 | 0.84 | 0.42 |
| Hex | C6 | 11 | 1D | 0 | 5B | 55 | 16 | 164 | 54 | 2A |
| Octal | 306 | 21 | 35 | 0 | 133 | 125 | 26 | 544 | 124 | 52 |
| Binary | 11000110 | 10001 | 11101 | 0 | 1011011 | 1010101 | 10110 | 101100100 | 1010100 | 101010 |
Color Harmonies of #C6111D
Complementary color
Monochromatic Colors of #C6111D
Black with #C6111D
Text Example
Text Example
White with #C6111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6111D; }
p { color: rgb(198,17,29); }
H1.HeaderClassName
{
color: #C6111D;
}
.AnyTagClassName
{
color: #C6111D;
}
</style>
background-color css
<style>
a { background-color: #C6111D; }
a { background-color: rgb(198,17,29); }
div.DivClassName
{
background-color: #C6111D;
}
.BgClassName
{
background-color: #C6111D;
}
</style>
border-color css
<style>
span { border-color: #C6111D; }
span { border-color: rgb(198,17,29); }
td.TdClassName
{
border-color: #C6111D;
}
.TagClassName
{
border-color: #C6111D;
}
</style>