Shades of Fire Engine Red #C6122D
Tints of Fire Engine Red #C6122D
RGB
CMYK
RGB Variations
Color information
#C6122D (or 0xC6122D) is known color: Fire Engine Red. HEX triplet: C6, 12 and 2D. RGB value is (198,18,45). Sum of RGB (Red+Green+Blue) = 198+18+45=261 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.86% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 198 - color contains mainly: red. Hex color #C6122D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6122D is #39EDD2. Grayscale: #4A4A4A. Windows color (decimal): -3796435 or 2953926. OLE color: 2953926.
HSL color Cylindrical-coordinate representation of color #C6122D: hue angle of 351º degrees, saturation: 0.83, 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 #C6122D is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 45 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.22 |
| HSL | 351º | 0.83% | 0.42% | - |
| HSV(B) | 351º | 0.91% | 0.78% | - |
| XYZ | 23.98 | 12.63 | 3.66 | - |
| YUV | 74.9 | 111.13 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 45 | 0 | 0.91 | 0.77 | 0.22 | 351 | 0.83 | 0.42 |
| Hex | C6 | 12 | 2D | 0 | 5B | 4D | 16 | 15F | 53 | 2A |
| Octal | 306 | 22 | 55 | 0 | 133 | 115 | 26 | 537 | 123 | 52 |
| Binary | 11000110 | 10010 | 101101 | 0 | 1011011 | 1001101 | 10110 | 101011111 | 1010011 | 101010 |
Color Harmonies of #C6122D
Complementary color
Monochromatic Colors of #C6122D
Black with #C6122D
Text Example
Text Example
White with #C6122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6122D; }
p { color: rgb(198,18,45); }
H1.HeaderClassName
{
color: #C6122D;
}
.AnyTagClassName
{
color: #C6122D;
}
</style>
background-color css
<style>
a { background-color: #C6122D; }
a { background-color: rgb(198,18,45); }
div.DivClassName
{
background-color: #C6122D;
}
.BgClassName
{
background-color: #C6122D;
}
</style>
border-color css
<style>
span { border-color: #C6122D; }
span { border-color: rgb(198,18,45); }
td.TdClassName
{
border-color: #C6122D;
}
.TagClassName
{
border-color: #C6122D;
}
</style>