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