Shades of Fire Engine Red #C6121B
Tints of Fire Engine Red #C6121B
RGB
CMYK
RGB Variations
Color information
#C6121B (or 0xC6121B) is known color: Fire Engine Red. HEX triplet: C6, 12 and 1B. RGB value is (198,18,27). Sum of RGB (Red+Green+Blue) = 198+18+27=243 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.48% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 198 - color contains mainly: red. Hex color #C6121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6121B is #39EDE4. Grayscale: #484848. Windows color (decimal): -3796453 or 1774278. OLE color: 1774278.
HSL color Cylindrical-coordinate representation of color #C6121B: hue angle of 357º 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 #C6121B is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 27 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.22 |
| HSL | 357º | 0.83% | 0.42% | - |
| HSV(B) | 357º | 0.91% | 0.78% | - |
| XYZ | 23.7 | 12.52 | 2.2 | - |
| YUV | 72.85 | 102.13 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 27 | 0 | 0.91 | 0.86 | 0.22 | 357 | 0.83 | 0.42 |
| Hex | C6 | 12 | 1B | 0 | 5B | 56 | 16 | 165 | 53 | 2A |
| Octal | 306 | 22 | 33 | 0 | 133 | 126 | 26 | 545 | 123 | 52 |
| Binary | 11000110 | 10010 | 11011 | 0 | 1011011 | 1010110 | 10110 | 101100101 | 1010011 | 101010 |
Color Harmonies of #C6121B
Complementary color
Monochromatic Colors of #C6121B
Black with #C6121B
Text Example
Text Example
White with #C6121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6121B; }
p { color: rgb(198,18,27); }
H1.HeaderClassName
{
color: #C6121B;
}
.AnyTagClassName
{
color: #C6121B;
}
</style>
background-color css
<style>
a { background-color: #C6121B; }
a { background-color: rgb(198,18,27); }
div.DivClassName
{
background-color: #C6121B;
}
.BgClassName
{
background-color: #C6121B;
}
</style>
border-color css
<style>
span { border-color: #C6121B; }
span { border-color: rgb(198,18,27); }
td.TdClassName
{
border-color: #C6121B;
}
.TagClassName
{
border-color: #C6121B;
}
</style>