Shades of Fire Engine Red #C6141E
Tints of Fire Engine Red #C6141E
RGB
CMYK
RGB Variations
Color information
#C6141E (or 0xC6141E) is known color: Fire Engine Red. HEX triplet: C6, 14 and 1E. RGB value is (198,20,30). Sum of RGB (Red+Green+Blue) = 198+20+30=248 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.84% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 198 - color contains mainly: red. Hex color #C6141E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6141E is #39EBE1. Grayscale: #4A4A4A. Windows color (decimal): -3795938 or 1971398. OLE color: 1971398.
HSL color Cylindrical-coordinate representation of color #C6141E: hue angle of 356.63º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6141E is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 30 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.22 |
| HSL | 356.63º | 0.82% | 0.43% | - |
| HSV(B) | 356.63º | 0.9% | 0.78% | - |
| XYZ | 23.77 | 12.6 | 2.41 | - |
| YUV | 74.36 | 102.97 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 30 | 0 | 0.90 | 0.85 | 0.22 | 356.63 | 0.82 | 0.43 |
| Hex | C6 | 14 | 1E | 0 | 5A | 55 | 16 | 165 | 52 | 2B |
| Octal | 306 | 24 | 36 | 0 | 132 | 125 | 26 | 545 | 122 | 53 |
| Binary | 11000110 | 10100 | 11110 | 0 | 1011010 | 1010101 | 10110 | 101100101 | 1010010 | 101011 |
Color Harmonies of #C6141E
Complementary color
Monochromatic Colors of #C6141E
Black with #C6141E
Text Example
Text Example
White with #C6141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6141E; }
p { color: rgb(198,20,30); }
H1.HeaderClassName
{
color: #C6141E;
}
.AnyTagClassName
{
color: #C6141E;
}
</style>
background-color css
<style>
a { background-color: #C6141E; }
a { background-color: rgb(198,20,30); }
div.DivClassName
{
background-color: #C6141E;
}
.BgClassName
{
background-color: #C6141E;
}
</style>
border-color css
<style>
span { border-color: #C6141E; }
span { border-color: rgb(198,20,30); }
td.TdClassName
{
border-color: #C6141E;
}
.TagClassName
{
border-color: #C6141E;
}
</style>