Shades of Fire Engine Red #C8172C
Tints of Fire Engine Red #C8172C
RGB
CMYK
RGB Variations
Color information
#C8172C (or 0xC8172C) is known color: Fire Engine Red. HEX triplet: C8, 17 and 2C. RGB value is (200,23,44). Sum of RGB (Red+Green+Blue) = 200+23+44=267 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.91% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 200 - color contains mainly: red. Hex color #C8172C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8172C is #37E8D3. Grayscale: #4E4E4E. Windows color (decimal): -3664084 or 2889672. OLE color: 2889672.
HSL color Cylindrical-coordinate representation of color #C8172C: hue angle of 352.88º 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 #C8172C is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 44 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.22 |
| HSL | 352.88º | 0.79% | 0.44% | - |
| HSV(B) | 352.88º | 0.89% | 0.78% | - |
| XYZ | 24.58 | 13.07 | 3.61 | - |
| YUV | 78.32 | 108.64 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 44 | 0 | 0.88 | 0.78 | 0.22 | 352.88 | 0.79 | 0.44 |
| Hex | C8 | 17 | 2C | 0 | 58 | 4E | 16 | 161 | 4F | 2C |
| Octal | 310 | 27 | 54 | 0 | 130 | 116 | 26 | 541 | 117 | 54 |
| Binary | 11001000 | 10111 | 101100 | 0 | 1011000 | 1001110 | 10110 | 101100001 | 1001111 | 101100 |
Color Harmonies of #C8172C
Complementary color
Monochromatic Colors of #C8172C
Black with #C8172C
Text Example
Text Example
White with #C8172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8172C; }
p { color: rgb(200,23,44); }
H1.HeaderClassName
{
color: #C8172C;
}
.AnyTagClassName
{
color: #C8172C;
}
</style>
background-color css
<style>
a { background-color: #C8172C; }
a { background-color: rgb(200,23,44); }
div.DivClassName
{
background-color: #C8172C;
}
.BgClassName
{
background-color: #C8172C;
}
</style>
border-color css
<style>
span { border-color: #C8172C; }
span { border-color: rgb(200,23,44); }
td.TdClassName
{
border-color: #C8172C;
}
.TagClassName
{
border-color: #C8172C;
}
</style>