Shades of Fire Engine Red #C6112A
Tints of Fire Engine Red #C6112A
RGB
CMYK
RGB Variations
Color information
#C6112A (or 0xC6112A) is known color: Fire Engine Red. HEX triplet: C6, 11 and 2A. RGB value is (198,17,42). Sum of RGB (Red+Green+Blue) = 198+17+42=257 (34% of max value = 765). Red value is 198 (77.73% from 255 or 77.04% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 198 - color contains mainly: red. Hex color #C6112A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6112A is #39EED5. Grayscale: #4A4A4A. Windows color (decimal): -3796694 or 2757062. OLE color: 2757062.
HSL color Cylindrical-coordinate representation of color #C6112A: hue angle of 351.71º 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 #C6112A is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 42 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.22 |
| HSL | 351.71º | 0.84% | 0.42% | - |
| HSV(B) | 351.71º | 0.91% | 0.78% | - |
| XYZ | 23.91 | 12.57 | 3.36 | - |
| YUV | 73.97 | 109.97 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 42 | 0 | 0.91 | 0.79 | 0.22 | 351.71 | 0.84 | 0.42 |
| Hex | C6 | 11 | 2A | 0 | 5B | 4F | 16 | 160 | 54 | 2A |
| Octal | 306 | 21 | 52 | 0 | 133 | 117 | 26 | 540 | 124 | 52 |
| Binary | 11000110 | 10001 | 101010 | 0 | 1011011 | 1001111 | 10110 | 101100000 | 1010100 | 101010 |
Color Harmonies of #C6112A
Complementary color
Monochromatic Colors of #C6112A
Black with #C6112A
Text Example
Text Example
White with #C6112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6112A; }
p { color: rgb(198,17,42); }
H1.HeaderClassName
{
color: #C6112A;
}
.AnyTagClassName
{
color: #C6112A;
}
</style>
background-color css
<style>
a { background-color: #C6112A; }
a { background-color: rgb(198,17,42); }
div.DivClassName
{
background-color: #C6112A;
}
.BgClassName
{
background-color: #C6112A;
}
</style>
border-color css
<style>
span { border-color: #C6112A; }
span { border-color: rgb(198,17,42); }
td.TdClassName
{
border-color: #C6112A;
}
.TagClassName
{
border-color: #C6112A;
}
</style>