Shades of Fire Engine Red #C6112C
Tints of Fire Engine Red #C6112C
RGB
CMYK
RGB Variations
Color information
#C6112C (or 0xC6112C) is known color: Fire Engine Red. HEX triplet: C6, 11 and 2C. RGB value is (198,17,44). Sum of RGB (Red+Green+Blue) = 198+17+44=259 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.45% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 198 - color contains mainly: red. Hex color #C6112C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6112C is #39EED3. Grayscale: #4A4A4A. Windows color (decimal): -3796692 or 2888134. OLE color: 2888134.
HSL color Cylindrical-coordinate representation of color #C6112C: hue angle of 351.05º 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 #C6112C is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 44 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.22 |
| HSL | 351.05º | 0.84% | 0.42% | - |
| HSV(B) | 351.05º | 0.91% | 0.78% | - |
| XYZ | 23.94 | 12.59 | 3.55 | - |
| YUV | 74.2 | 110.97 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 44 | 0 | 0.91 | 0.78 | 0.22 | 351.05 | 0.84 | 0.42 |
| Hex | C6 | 11 | 2C | 0 | 5B | 4E | 16 | 15F | 54 | 2A |
| Octal | 306 | 21 | 54 | 0 | 133 | 116 | 26 | 537 | 124 | 52 |
| Binary | 11000110 | 10001 | 101100 | 0 | 1011011 | 1001110 | 10110 | 101011111 | 1010100 | 101010 |
Color Harmonies of #C6112C
Complementary color
Monochromatic Colors of #C6112C
Black with #C6112C
Text Example
Text Example
White with #C6112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6112C; }
p { color: rgb(198,17,44); }
H1.HeaderClassName
{
color: #C6112C;
}
.AnyTagClassName
{
color: #C6112C;
}
</style>
background-color css
<style>
a { background-color: #C6112C; }
a { background-color: rgb(198,17,44); }
div.DivClassName
{
background-color: #C6112C;
}
.BgClassName
{
background-color: #C6112C;
}
</style>
border-color css
<style>
span { border-color: #C6112C; }
span { border-color: rgb(198,17,44); }
td.TdClassName
{
border-color: #C6112C;
}
.TagClassName
{
border-color: #C6112C;
}
</style>