Shades of Fire Engine Red #C6122A
Tints of Fire Engine Red #C6122A
RGB
CMYK
RGB Variations
Color information
#C6122A (or 0xC6122A) is known color: Fire Engine Red. HEX triplet: C6, 12 and 2A. RGB value is (198,18,42). Sum of RGB (Red+Green+Blue) = 198+18+42=258 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.74% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 198 - color contains mainly: red. Hex color #C6122A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6122A is #39EDD5. Grayscale: #4A4A4A. Windows color (decimal): -3796438 or 2757318. OLE color: 2757318.
HSL color Cylindrical-coordinate representation of color #C6122A: hue angle of 352º 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 #C6122A is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 42 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.22 |
| HSL | 352º | 0.83% | 0.42% | - |
| HSV(B) | 352º | 0.91% | 0.78% | - |
| XYZ | 23.92 | 12.61 | 3.36 | - |
| YUV | 74.56 | 109.63 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 42 | 0 | 0.91 | 0.79 | 0.22 | 352 | 0.83 | 0.42 |
| Hex | C6 | 12 | 2A | 0 | 5B | 4F | 16 | 160 | 53 | 2A |
| Octal | 306 | 22 | 52 | 0 | 133 | 117 | 26 | 540 | 123 | 52 |
| Binary | 11000110 | 10010 | 101010 | 0 | 1011011 | 1001111 | 10110 | 101100000 | 1010011 | 101010 |
Color Harmonies of #C6122A
Complementary color
Monochromatic Colors of #C6122A
Black with #C6122A
Text Example
Text Example
White with #C6122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6122A; }
p { color: rgb(198,18,42); }
H1.HeaderClassName
{
color: #C6122A;
}
.AnyTagClassName
{
color: #C6122A;
}
</style>
background-color css
<style>
a { background-color: #C6122A; }
a { background-color: rgb(198,18,42); }
div.DivClassName
{
background-color: #C6122A;
}
.BgClassName
{
background-color: #C6122A;
}
</style>
border-color css
<style>
span { border-color: #C6122A; }
span { border-color: rgb(198,18,42); }
td.TdClassName
{
border-color: #C6122A;
}
.TagClassName
{
border-color: #C6122A;
}
</style>