Shades of Fire Engine Red #C6191B
Tints of Fire Engine Red #C6191B
RGB
CMYK
RGB Variations
Color information
#C6191B (or 0xC6191B) is known color: Fire Engine Red. HEX triplet: C6, 19 and 1B. RGB value is (198,25,27). Sum of RGB (Red+Green+Blue) = 198+25+27=250 (33% of max value = 765). Red value is 198 (77.73% from 255 or 79.2% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 198 - color contains mainly: red. Hex color #C6191B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6191B is #39E6E4. Grayscale: #4D4D4D. Windows color (decimal): -3794661 or 1776070. OLE color: 1776070.
HSL color Cylindrical-coordinate representation of color #C6191B: hue angle of 359.31º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6191B is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 27 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.22 |
| HSL | 359.31º | 0.78% | 0.44% | - |
| HSV(B) | 359.31º | 0.87% | 0.78% | - |
| XYZ | 23.83 | 12.78 | 2.25 | - |
| YUV | 76.96 | 99.81 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 27 | 0 | 0.87 | 0.86 | 0.22 | 359.31 | 0.78 | 0.44 |
| Hex | C6 | 19 | 1B | 0 | 57 | 56 | 16 | 167 | 4E | 2C |
| Octal | 306 | 31 | 33 | 0 | 127 | 126 | 26 | 547 | 116 | 54 |
| Binary | 11000110 | 11001 | 11011 | 0 | 1010111 | 1010110 | 10110 | 101100111 | 1001110 | 101100 |
Color Harmonies of #C6191B
Complementary color
Monochromatic Colors of #C6191B
Black with #C6191B
Text Example
Text Example
White with #C6191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6191B; }
p { color: rgb(198,25,27); }
H1.HeaderClassName
{
color: #C6191B;
}
.AnyTagClassName
{
color: #C6191B;
}
</style>
background-color css
<style>
a { background-color: #C6191B; }
a { background-color: rgb(198,25,27); }
div.DivClassName
{
background-color: #C6191B;
}
.BgClassName
{
background-color: #C6191B;
}
</style>
border-color css
<style>
span { border-color: #C6191B; }
span { border-color: rgb(198,25,27); }
td.TdClassName
{
border-color: #C6191B;
}
.TagClassName
{
border-color: #C6191B;
}
</style>