Shades of Fire Engine Red #C6121A
Tints of Fire Engine Red #C6121A
RGB
CMYK
RGB Variations
Color information
#C6121A (or 0xC6121A) is known color: Fire Engine Red. HEX triplet: C6, 12 and 1A. RGB value is (198,18,26). Sum of RGB (Red+Green+Blue) = 198+18+26=242 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.82% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 198 - color contains mainly: red. Hex color #C6121A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6121A is #39EDE5. Grayscale: #484848. Windows color (decimal): -3796454 or 1708742. OLE color: 1708742.
HSL color Cylindrical-coordinate representation of color #C6121A: hue angle of 357.33º 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 #C6121A is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 26 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.22 |
| HSL | 357.33º | 0.83% | 0.42% | - |
| HSV(B) | 357.33º | 0.91% | 0.78% | - |
| XYZ | 23.69 | 12.51 | 2.14 | - |
| YUV | 72.73 | 101.63 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 26 | 0 | 0.91 | 0.87 | 0.22 | 357.33 | 0.83 | 0.42 |
| Hex | C6 | 12 | 1A | 0 | 5B | 57 | 16 | 165 | 53 | 2A |
| Octal | 306 | 22 | 32 | 0 | 133 | 127 | 26 | 545 | 123 | 52 |
| Binary | 11000110 | 10010 | 11010 | 0 | 1011011 | 1010111 | 10110 | 101100101 | 1010011 | 101010 |
Color Harmonies of #C6121A
Complementary color
Monochromatic Colors of #C6121A
Black with #C6121A
Text Example
Text Example
White with #C6121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6121A; }
p { color: rgb(198,18,26); }
H1.HeaderClassName
{
color: #C6121A;
}
.AnyTagClassName
{
color: #C6121A;
}
</style>
background-color css
<style>
a { background-color: #C6121A; }
a { background-color: rgb(198,18,26); }
div.DivClassName
{
background-color: #C6121A;
}
.BgClassName
{
background-color: #C6121A;
}
</style>
border-color css
<style>
span { border-color: #C6121A; }
span { border-color: rgb(198,18,26); }
td.TdClassName
{
border-color: #C6121A;
}
.TagClassName
{
border-color: #C6121A;
}
</style>