Shades of Fire Engine Red #C8171D
Tints of Fire Engine Red #C8171D
RGB
CMYK
RGB Variations
Color information
#C8171D (or 0xC8171D) is known color: Fire Engine Red. HEX triplet: C8, 17 and 1D. RGB value is (200,23,29). Sum of RGB (Red+Green+Blue) = 200+23+29=252 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.37% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 200 - color contains mainly: red. Hex color #C8171D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8171D is #37E8E2. Grayscale: #4C4C4C. Windows color (decimal): -3664099 or 1906632. OLE color: 1906632.
HSL color Cylindrical-coordinate representation of color #C8171D: hue angle of 357.97º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8171D is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 29 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.22 |
| HSL | 357.97º | 0.79% | 0.44% | - |
| HSV(B) | 357.97º | 0.89% | 0.78% | - |
| XYZ | 24.35 | 12.98 | 2.38 | - |
| YUV | 76.61 | 101.14 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 29 | 0 | 0.88 | 0.86 | 0.22 | 357.97 | 0.79 | 0.44 |
| Hex | C8 | 17 | 1D | 0 | 58 | 56 | 16 | 166 | 4F | 2C |
| Octal | 310 | 27 | 35 | 0 | 130 | 126 | 26 | 546 | 117 | 54 |
| Binary | 11001000 | 10111 | 11101 | 0 | 1011000 | 1010110 | 10110 | 101100110 | 1001111 | 101100 |
Color Harmonies of #C8171D
Complementary color
Monochromatic Colors of #C8171D
Black with #C8171D
Text Example
Text Example
White with #C8171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8171D; }
p { color: rgb(200,23,29); }
H1.HeaderClassName
{
color: #C8171D;
}
.AnyTagClassName
{
color: #C8171D;
}
</style>
background-color css
<style>
a { background-color: #C8171D; }
a { background-color: rgb(200,23,29); }
div.DivClassName
{
background-color: #C8171D;
}
.BgClassName
{
background-color: #C8171D;
}
</style>
border-color css
<style>
span { border-color: #C8171D; }
span { border-color: rgb(200,23,29); }
td.TdClassName
{
border-color: #C8171D;
}
.TagClassName
{
border-color: #C8171D;
}
</style>