Shades of Fire Engine Red #C6141B
Tints of Fire Engine Red #C6141B
RGB
CMYK
RGB Variations
Color information
#C6141B (or 0xC6141B) is known color: Fire Engine Red. HEX triplet: C6, 14 and 1B. RGB value is (198,20,27). Sum of RGB (Red+Green+Blue) = 198+20+27=245 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.82% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 198 - color contains mainly: red. Hex color #C6141B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6141B is #39EBE4. Grayscale: #4A4A4A. Windows color (decimal): -3795941 or 1774790. OLE color: 1774790.
HSL color Cylindrical-coordinate representation of color #C6141B: hue angle of 357.64º 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 #C6141B is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 27 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.22 |
| HSL | 357.64º | 0.82% | 0.43% | - |
| HSV(B) | 357.64º | 0.9% | 0.78% | - |
| XYZ | 23.74 | 12.59 | 2.22 | - |
| YUV | 74.02 | 101.47 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 27 | 0 | 0.90 | 0.86 | 0.22 | 357.64 | 0.82 | 0.43 |
| Hex | C6 | 14 | 1B | 0 | 5A | 56 | 16 | 166 | 52 | 2B |
| Octal | 306 | 24 | 33 | 0 | 132 | 126 | 26 | 546 | 122 | 53 |
| Binary | 11000110 | 10100 | 11011 | 0 | 1011010 | 1010110 | 10110 | 101100110 | 1010010 | 101011 |
Color Harmonies of #C6141B
Complementary color
Monochromatic Colors of #C6141B
Black with #C6141B
Text Example
Text Example
White with #C6141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6141B; }
p { color: rgb(198,20,27); }
H1.HeaderClassName
{
color: #C6141B;
}
.AnyTagClassName
{
color: #C6141B;
}
</style>
background-color css
<style>
a { background-color: #C6141B; }
a { background-color: rgb(198,20,27); }
div.DivClassName
{
background-color: #C6141B;
}
.BgClassName
{
background-color: #C6141B;
}
</style>
border-color css
<style>
span { border-color: #C6141B; }
span { border-color: rgb(198,20,27); }
td.TdClassName
{
border-color: #C6141B;
}
.TagClassName
{
border-color: #C6141B;
}
</style>