Shades of Fire Engine Red #C6101F
Tints of Fire Engine Red #C6101F
RGB
CMYK
RGB Variations
Color information
#C6101F (or 0xC6101F) is known color: Fire Engine Red. HEX triplet: C6, 10 and 1F. RGB value is (198,16,31). Sum of RGB (Red+Green+Blue) = 198+16+31=245 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.82% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 198 - color contains mainly: red. Hex color #C6101F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6101F is #39EFE0. Grayscale: #484848. Windows color (decimal): -3796961 or 2035910. OLE color: 2035910.
HSL color Cylindrical-coordinate representation of color #C6101F: hue angle of 355.05º 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 #C6101F is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 16 | 31 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.22 |
| HSL | 355.05º | 0.85% | 0.42% | - |
| HSV(B) | 355.05º | 0.92% | 0.78% | - |
| XYZ | 23.72 | 12.48 | 2.45 | - |
| YUV | 72.13 | 104.8 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 31 | 0 | 0.92 | 0.84 | 0.22 | 355.05 | 0.85 | 0.42 |
| Hex | C6 | 10 | 1F | 0 | 5C | 54 | 16 | 163 | 55 | 2A |
| Octal | 306 | 20 | 37 | 0 | 134 | 124 | 26 | 543 | 125 | 52 |
| Binary | 11000110 | 10000 | 11111 | 0 | 1011100 | 1010100 | 10110 | 101100011 | 1010101 | 101010 |
Color Harmonies of #C6101F
Complementary color
Monochromatic Colors of #C6101F
Black with #C6101F
Text Example
Text Example
White with #C6101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6101F; }
p { color: rgb(198,16,31); }
H1.HeaderClassName
{
color: #C6101F;
}
.AnyTagClassName
{
color: #C6101F;
}
</style>
background-color css
<style>
a { background-color: #C6101F; }
a { background-color: rgb(198,16,31); }
div.DivClassName
{
background-color: #C6101F;
}
.BgClassName
{
background-color: #C6101F;
}
</style>
border-color css
<style>
span { border-color: #C6101F; }
span { border-color: rgb(198,16,31); }
td.TdClassName
{
border-color: #C6101F;
}
.TagClassName
{
border-color: #C6101F;
}
</style>