Shades of Fire Engine Red #C6102D
Tints of Fire Engine Red #C6102D
RGB
CMYK
RGB Variations
Color information
#C6102D (or 0xC6102D) is known color: Fire Engine Red. HEX triplet: C6, 10 and 2D. RGB value is (198,16,45). Sum of RGB (Red+Green+Blue) = 198+16+45=259 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.45% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 198 - color contains mainly: red. Hex color #C6102D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6102D is #39EFD2. Grayscale: #494949. Windows color (decimal): -3796947 or 2953414. OLE color: 2953414.
HSL color Cylindrical-coordinate representation of color #C6102D: hue angle of 350.44º 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 #C6102D is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 16 | 45 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.22 |
| HSL | 350.44º | 0.85% | 0.42% | - |
| HSV(B) | 350.44º | 0.92% | 0.78% | - |
| XYZ | 23.95 | 12.57 | 3.65 | - |
| YUV | 73.72 | 111.8 | 216.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 45 | 0 | 0.92 | 0.77 | 0.22 | 350.44 | 0.85 | 0.42 |
| Hex | C6 | 10 | 2D | 0 | 5C | 4D | 16 | 15E | 55 | 2A |
| Octal | 306 | 20 | 55 | 0 | 134 | 115 | 26 | 536 | 125 | 52 |
| Binary | 11000110 | 10000 | 101101 | 0 | 1011100 | 1001101 | 10110 | 101011110 | 1010101 | 101010 |
Color Harmonies of #C6102D
Complementary color
Monochromatic Colors of #C6102D
Black with #C6102D
Text Example
Text Example
White with #C6102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6102D; }
p { color: rgb(198,16,45); }
H1.HeaderClassName
{
color: #C6102D;
}
.AnyTagClassName
{
color: #C6102D;
}
</style>
background-color css
<style>
a { background-color: #C6102D; }
a { background-color: rgb(198,16,45); }
div.DivClassName
{
background-color: #C6102D;
}
.BgClassName
{
background-color: #C6102D;
}
</style>
border-color css
<style>
span { border-color: #C6102D; }
span { border-color: rgb(198,16,45); }
td.TdClassName
{
border-color: #C6102D;
}
.TagClassName
{
border-color: #C6102D;
}
</style>