Shades of Fire Engine Red #C6171B
Tints of Fire Engine Red #C6171B
RGB
CMYK
RGB Variations
Color information
#C6171B (or 0xC6171B) is known color: Fire Engine Red. HEX triplet: C6, 17 and 1B. RGB value is (198,23,27). Sum of RGB (Red+Green+Blue) = 198+23+27=248 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.84% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 198 - color contains mainly: red. Hex color #C6171B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6171B is #39E8E4. Grayscale: #4B4B4B. Windows color (decimal): -3795173 or 1775558. OLE color: 1775558.
HSL color Cylindrical-coordinate representation of color #C6171B: hue angle of 358.63º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6171B is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 23 | 27 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.22 |
| HSL | 358.63º | 0.79% | 0.43% | - |
| HSV(B) | 358.63º | 0.88% | 0.78% | - |
| XYZ | 23.79 | 12.7 | 2.23 | - |
| YUV | 75.78 | 100.48 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 23 | 27 | 0 | 0.88 | 0.86 | 0.22 | 358.63 | 0.79 | 0.43 |
| Hex | C6 | 17 | 1B | 0 | 58 | 56 | 16 | 167 | 4F | 2B |
| Octal | 306 | 27 | 33 | 0 | 130 | 126 | 26 | 547 | 117 | 53 |
| Binary | 11000110 | 10111 | 11011 | 0 | 1011000 | 1010110 | 10110 | 101100111 | 1001111 | 101011 |
Color Harmonies of #C6171B
Complementary color
Monochromatic Colors of #C6171B
Black with #C6171B
Text Example
Text Example
White with #C6171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6171B; }
p { color: rgb(198,23,27); }
H1.HeaderClassName
{
color: #C6171B;
}
.AnyTagClassName
{
color: #C6171B;
}
</style>
background-color css
<style>
a { background-color: #C6171B; }
a { background-color: rgb(198,23,27); }
div.DivClassName
{
background-color: #C6171B;
}
.BgClassName
{
background-color: #C6171B;
}
</style>
border-color css
<style>
span { border-color: #C6171B; }
span { border-color: rgb(198,23,27); }
td.TdClassName
{
border-color: #C6171B;
}
.TagClassName
{
border-color: #C6171B;
}
</style>