Shades of Fire Engine Red #C6141C
Tints of Fire Engine Red #C6141C
RGB
CMYK
RGB Variations
Color information
#C6141C (or 0xC6141C) is known color: Fire Engine Red. HEX triplet: C6, 14 and 1C. RGB value is (198,20,28). Sum of RGB (Red+Green+Blue) = 198+20+28=246 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.49% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 198 - color contains mainly: red. Hex color #C6141C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6141C is #39EBE3. Grayscale: #4A4A4A. Windows color (decimal): -3795940 or 1840326. OLE color: 1840326.
HSL color Cylindrical-coordinate representation of color #C6141C: hue angle of 357.3º 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 #C6141C is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 28 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.22 |
| HSL | 357.3º | 0.82% | 0.43% | - |
| HSV(B) | 357.3º | 0.9% | 0.78% | - |
| XYZ | 23.75 | 12.59 | 2.28 | - |
| YUV | 74.13 | 101.97 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 28 | 0 | 0.90 | 0.86 | 0.22 | 357.3 | 0.82 | 0.43 |
| Hex | C6 | 14 | 1C | 0 | 5A | 56 | 16 | 165 | 52 | 2B |
| Octal | 306 | 24 | 34 | 0 | 132 | 126 | 26 | 545 | 122 | 53 |
| Binary | 11000110 | 10100 | 11100 | 0 | 1011010 | 1010110 | 10110 | 101100101 | 1010010 | 101011 |
Color Harmonies of #C6141C
Complementary color
Monochromatic Colors of #C6141C
Black with #C6141C
Text Example
Text Example
White with #C6141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6141C; }
p { color: rgb(198,20,28); }
H1.HeaderClassName
{
color: #C6141C;
}
.AnyTagClassName
{
color: #C6141C;
}
</style>
background-color css
<style>
a { background-color: #C6141C; }
a { background-color: rgb(198,20,28); }
div.DivClassName
{
background-color: #C6141C;
}
.BgClassName
{
background-color: #C6141C;
}
</style>
border-color css
<style>
span { border-color: #C6141C; }
span { border-color: rgb(198,20,28); }
td.TdClassName
{
border-color: #C6141C;
}
.TagClassName
{
border-color: #C6141C;
}
</style>