Shades of Fire Engine Red #C6191C
Tints of Fire Engine Red #C6191C
RGB
CMYK
RGB Variations
Color information
#C6191C (or 0xC6191C) is known color: Fire Engine Red. HEX triplet: C6, 19 and 1C. RGB value is (198,25,28). Sum of RGB (Red+Green+Blue) = 198+25+28=251 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.88% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 198 - color contains mainly: red. Hex color #C6191C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6191C is #39E6E3. Grayscale: #4D4D4D. Windows color (decimal): -3794660 or 1841606. OLE color: 1841606.
HSL color Cylindrical-coordinate representation of color #C6191C: hue angle of 358.96º 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 #C6191C is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 28 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.22 |
| HSL | 358.96º | 0.78% | 0.44% | - |
| HSV(B) | 358.96º | 0.87% | 0.78% | - |
| XYZ | 23.85 | 12.78 | 2.31 | - |
| YUV | 77.07 | 100.31 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 28 | 0 | 0.87 | 0.86 | 0.22 | 358.96 | 0.78 | 0.44 |
| Hex | C6 | 19 | 1C | 0 | 57 | 56 | 16 | 167 | 4E | 2C |
| Octal | 306 | 31 | 34 | 0 | 127 | 126 | 26 | 547 | 116 | 54 |
| Binary | 11000110 | 11001 | 11100 | 0 | 1010111 | 1010110 | 10110 | 101100111 | 1001110 | 101100 |
Color Harmonies of #C6191C
Complementary color
Monochromatic Colors of #C6191C
Black with #C6191C
Text Example
Text Example
White with #C6191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6191C; }
p { color: rgb(198,25,28); }
H1.HeaderClassName
{
color: #C6191C;
}
.AnyTagClassName
{
color: #C6191C;
}
</style>
background-color css
<style>
a { background-color: #C6191C; }
a { background-color: rgb(198,25,28); }
div.DivClassName
{
background-color: #C6191C;
}
.BgClassName
{
background-color: #C6191C;
}
</style>
border-color css
<style>
span { border-color: #C6191C; }
span { border-color: rgb(198,25,28); }
td.TdClassName
{
border-color: #C6191C;
}
.TagClassName
{
border-color: #C6191C;
}
</style>