Shades of Fire Engine Red #C8161E
Tints of Fire Engine Red #C8161E
RGB
CMYK
RGB Variations
Color information
#C8161E (or 0xC8161E) is known color: Fire Engine Red. HEX triplet: C8, 16 and 1E. RGB value is (200,22,30). Sum of RGB (Red+Green+Blue) = 200+22+30=252 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.37% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 200 - color contains mainly: red. Hex color #C8161E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8161E is #37E9E1. Grayscale: #4C4C4C. Windows color (decimal): -3664354 or 1971912. OLE color: 1971912.
HSL color Cylindrical-coordinate representation of color #C8161E: hue angle of 357.3º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8161E is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 30 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.22 |
| HSL | 357.3º | 0.8% | 0.44% | - |
| HSV(B) | 357.3º | 0.89% | 0.78% | - |
| XYZ | 24.34 | 12.95 | 2.44 | - |
| YUV | 76.13 | 101.97 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 30 | 0 | 0.89 | 0.85 | 0.22 | 357.3 | 0.8 | 0.44 |
| Hex | C8 | 16 | 1E | 0 | 59 | 55 | 16 | 165 | 50 | 2C |
| Octal | 310 | 26 | 36 | 0 | 131 | 125 | 26 | 545 | 120 | 54 |
| Binary | 11001000 | 10110 | 11110 | 0 | 1011001 | 1010101 | 10110 | 101100101 | 1010000 | 101100 |
Color Harmonies of #C8161E
Complementary color
Monochromatic Colors of #C8161E
Black with #C8161E
Text Example
Text Example
White with #C8161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8161E; }
p { color: rgb(200,22,30); }
H1.HeaderClassName
{
color: #C8161E;
}
.AnyTagClassName
{
color: #C8161E;
}
</style>
background-color css
<style>
a { background-color: #C8161E; }
a { background-color: rgb(200,22,30); }
div.DivClassName
{
background-color: #C8161E;
}
.BgClassName
{
background-color: #C8161E;
}
</style>
border-color css
<style>
span { border-color: #C8161E; }
span { border-color: rgb(200,22,30); }
td.TdClassName
{
border-color: #C8161E;
}
.TagClassName
{
border-color: #C8161E;
}
</style>