Shades of Fire Engine Red #C6102C
Tints of Fire Engine Red #C6102C
RGB
CMYK
RGB Variations
Color information
#C6102C (or 0xC6102C) is known color: Fire Engine Red. HEX triplet: C6, 10 and 2C. RGB value is (198,16,44). Sum of RGB (Red+Green+Blue) = 198+16+44=258 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.74% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 198 - color contains mainly: red. Hex color #C6102C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6102C is #39EFD3. Grayscale: #494949. Windows color (decimal): -3796948 or 2887878. OLE color: 2887878.
HSL color Cylindrical-coordinate representation of color #C6102C: hue angle of 350.77º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6102C is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 16 | 44 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.22 |
| HSL | 350.77º | 0.85% | 0.42% | - |
| HSV(B) | 350.77º | 0.92% | 0.78% | - |
| XYZ | 23.93 | 12.56 | 3.55 | - |
| YUV | 73.61 | 111.3 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 44 | 0 | 0.92 | 0.78 | 0.22 | 350.77 | 0.85 | 0.42 |
| Hex | C6 | 10 | 2C | 0 | 5C | 4E | 16 | 15F | 55 | 2A |
| Octal | 306 | 20 | 54 | 0 | 134 | 116 | 26 | 537 | 125 | 52 |
| Binary | 11000110 | 10000 | 101100 | 0 | 1011100 | 1001110 | 10110 | 101011111 | 1010101 | 101010 |
Color Harmonies of #C6102C
Complementary color
Monochromatic Colors of #C6102C
Black with #C6102C
Text Example
Text Example
White with #C6102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6102C; }
p { color: rgb(198,16,44); }
H1.HeaderClassName
{
color: #C6102C;
}
.AnyTagClassName
{
color: #C6102C;
}
</style>
background-color css
<style>
a { background-color: #C6102C; }
a { background-color: rgb(198,16,44); }
div.DivClassName
{
background-color: #C6102C;
}
.BgClassName
{
background-color: #C6102C;
}
</style>
border-color css
<style>
span { border-color: #C6102C; }
span { border-color: rgb(198,16,44); }
td.TdClassName
{
border-color: #C6102C;
}
.TagClassName
{
border-color: #C6102C;
}
</style>