Shades of Fire Engine Red #C6171D
Tints of Fire Engine Red #C6171D
RGB
CMYK
RGB Variations
Color information
#C6171D (or 0xC6171D) is known color: Fire Engine Red. HEX triplet: C6, 17 and 1D. RGB value is (198,23,29). Sum of RGB (Red+Green+Blue) = 198+23+29=250 (33% of max value = 765). Red value is 198 (77.73% from 255 or 79.2% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 198 - color contains mainly: red. Hex color #C6171D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6171D is #39E8E2. Grayscale: #4C4C4C. Windows color (decimal): -3795171 or 1906630. OLE color: 1906630.
HSL color Cylindrical-coordinate representation of color #C6171D: hue angle of 357.94º 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 #C6171D is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 23 | 29 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.22 |
| HSL | 357.94º | 0.79% | 0.43% | - |
| HSV(B) | 357.94º | 0.88% | 0.78% | - |
| XYZ | 23.82 | 12.71 | 2.36 | - |
| YUV | 76.01 | 101.48 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 23 | 29 | 0 | 0.88 | 0.85 | 0.22 | 357.94 | 0.79 | 0.43 |
| Hex | C6 | 17 | 1D | 0 | 58 | 55 | 16 | 166 | 4F | 2B |
| Octal | 306 | 27 | 35 | 0 | 130 | 125 | 26 | 546 | 117 | 53 |
| Binary | 11000110 | 10111 | 11101 | 0 | 1011000 | 1010101 | 10110 | 101100110 | 1001111 | 101011 |
Color Harmonies of #C6171D
Complementary color
Monochromatic Colors of #C6171D
Black with #C6171D
Text Example
Text Example
White with #C6171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6171D; }
p { color: rgb(198,23,29); }
H1.HeaderClassName
{
color: #C6171D;
}
.AnyTagClassName
{
color: #C6171D;
}
</style>
background-color css
<style>
a { background-color: #C6171D; }
a { background-color: rgb(198,23,29); }
div.DivClassName
{
background-color: #C6171D;
}
.BgClassName
{
background-color: #C6171D;
}
</style>
border-color css
<style>
span { border-color: #C6171D; }
span { border-color: rgb(198,23,29); }
td.TdClassName
{
border-color: #C6171D;
}
.TagClassName
{
border-color: #C6171D;
}
</style>