Shades of Fire Engine Red #C8171C
Tints of Fire Engine Red #C8171C
RGB
CMYK
RGB Variations
Color information
#C8171C (or 0xC8171C) is known color: Fire Engine Red. HEX triplet: C8, 17 and 1C. RGB value is (200,23,28). Sum of RGB (Red+Green+Blue) = 200+23+28=251 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.68% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 200 - color contains mainly: red. Hex color #C8171C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8171C is #37E8E3. Grayscale: #4C4C4C. Windows color (decimal): -3664100 or 1841096. OLE color: 1841096.
HSL color Cylindrical-coordinate representation of color #C8171C: hue angle of 358.31º 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 #C8171C is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 28 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.22 |
| HSL | 358.31º | 0.79% | 0.44% | - |
| HSV(B) | 358.31º | 0.89% | 0.78% | - |
| XYZ | 24.34 | 12.98 | 2.32 | - |
| YUV | 76.49 | 100.64 | 216.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 28 | 0 | 0.88 | 0.86 | 0.22 | 358.31 | 0.79 | 0.44 |
| Hex | C8 | 17 | 1C | 0 | 58 | 56 | 16 | 166 | 4F | 2C |
| Octal | 310 | 27 | 34 | 0 | 130 | 126 | 26 | 546 | 117 | 54 |
| Binary | 11001000 | 10111 | 11100 | 0 | 1011000 | 1010110 | 10110 | 101100110 | 1001111 | 101100 |
Color Harmonies of #C8171C
Complementary color
Monochromatic Colors of #C8171C
Black with #C8171C
Text Example
Text Example
White with #C8171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8171C; }
p { color: rgb(200,23,28); }
H1.HeaderClassName
{
color: #C8171C;
}
.AnyTagClassName
{
color: #C8171C;
}
</style>
background-color css
<style>
a { background-color: #C8171C; }
a { background-color: rgb(200,23,28); }
div.DivClassName
{
background-color: #C8171C;
}
.BgClassName
{
background-color: #C8171C;
}
</style>
border-color css
<style>
span { border-color: #C8171C; }
span { border-color: rgb(200,23,28); }
td.TdClassName
{
border-color: #C8171C;
}
.TagClassName
{
border-color: #C8171C;
}
</style>