Shades of Fire Engine Red #C6191F
Tints of Fire Engine Red #C6191F
RGB
CMYK
RGB Variations
Color information
#C6191F (or 0xC6191F) is known color: Fire Engine Red. HEX triplet: C6, 19 and 1F. RGB value is (198,25,31). Sum of RGB (Red+Green+Blue) = 198+25+31=254 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.95% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 198 - color contains mainly: red. Hex color #C6191F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6191F is #39E6E0. Grayscale: #4D4D4D. Windows color (decimal): -3794657 or 2038214. OLE color: 2038214.
HSL color Cylindrical-coordinate representation of color #C6191F: hue angle of 357.92º 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 #C6191F is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 31 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.22 |
| HSL | 357.92º | 0.78% | 0.44% | - |
| HSV(B) | 357.92º | 0.87% | 0.78% | - |
| XYZ | 23.88 | 12.8 | 2.51 | - |
| YUV | 77.41 | 101.81 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 31 | 0 | 0.87 | 0.84 | 0.22 | 357.92 | 0.78 | 0.44 |
| Hex | C6 | 19 | 1F | 0 | 57 | 54 | 16 | 166 | 4E | 2C |
| Octal | 306 | 31 | 37 | 0 | 127 | 124 | 26 | 546 | 116 | 54 |
| Binary | 11000110 | 11001 | 11111 | 0 | 1010111 | 1010100 | 10110 | 101100110 | 1001110 | 101100 |
Color Harmonies of #C6191F
Complementary color
Monochromatic Colors of #C6191F
Black with #C6191F
Text Example
Text Example
White with #C6191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6191F; }
p { color: rgb(198,25,31); }
H1.HeaderClassName
{
color: #C6191F;
}
.AnyTagClassName
{
color: #C6191F;
}
</style>
background-color css
<style>
a { background-color: #C6191F; }
a { background-color: rgb(198,25,31); }
div.DivClassName
{
background-color: #C6191F;
}
.BgClassName
{
background-color: #C6191F;
}
</style>
border-color css
<style>
span { border-color: #C6191F; }
span { border-color: rgb(198,25,31); }
td.TdClassName
{
border-color: #C6191F;
}
.TagClassName
{
border-color: #C6191F;
}
</style>