Shades of Fire Engine Red #C8172A
Tints of Fire Engine Red #C8172A
RGB
CMYK
RGB Variations
Color information
#C8172A (or 0xC8172A) is known color: Fire Engine Red. HEX triplet: C8, 17 and 2A. RGB value is (200,23,42). Sum of RGB (Red+Green+Blue) = 200+23+42=265 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.47% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 200 - color contains mainly: red. Hex color #C8172A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8172A is #37E8D5. Grayscale: #4E4E4E. Windows color (decimal): -3664086 or 2758600. OLE color: 2758600.
HSL color Cylindrical-coordinate representation of color #C8172A: hue angle of 353.56º 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 #C8172A is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 42 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.22 |
| HSL | 353.56º | 0.79% | 0.44% | - |
| HSV(B) | 353.56º | 0.89% | 0.78% | - |
| XYZ | 24.54 | 13.06 | 3.42 | - |
| YUV | 78.09 | 107.64 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 42 | 0 | 0.88 | 0.79 | 0.22 | 353.56 | 0.79 | 0.44 |
| Hex | C8 | 17 | 2A | 0 | 58 | 4F | 16 | 162 | 4F | 2C |
| Octal | 310 | 27 | 52 | 0 | 130 | 117 | 26 | 542 | 117 | 54 |
| Binary | 11001000 | 10111 | 101010 | 0 | 1011000 | 1001111 | 10110 | 101100010 | 1001111 | 101100 |
Color Harmonies of #C8172A
Complementary color
Monochromatic Colors of #C8172A
Black with #C8172A
Text Example
Text Example
White with #C8172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8172A; }
p { color: rgb(200,23,42); }
H1.HeaderClassName
{
color: #C8172A;
}
.AnyTagClassName
{
color: #C8172A;
}
</style>
background-color css
<style>
a { background-color: #C8172A; }
a { background-color: rgb(200,23,42); }
div.DivClassName
{
background-color: #C8172A;
}
.BgClassName
{
background-color: #C8172A;
}
</style>
border-color css
<style>
span { border-color: #C8172A; }
span { border-color: rgb(200,23,42); }
td.TdClassName
{
border-color: #C8172A;
}
.TagClassName
{
border-color: #C8172A;
}
</style>