Shades of Fire Engine Red #C8161F
Tints of Fire Engine Red #C8161F
RGB
CMYK
RGB Variations
Color information
#C8161F (or 0xC8161F) is known color: Fire Engine Red. HEX triplet: C8, 16 and 1F. RGB value is (200,22,31). Sum of RGB (Red+Green+Blue) = 200+22+31=253 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.05% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 200 - color contains mainly: red. Hex color #C8161F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8161F is #37E9E0. Grayscale: #4C4C4C. Windows color (decimal): -3664353 or 2037448. OLE color: 2037448.
HSL color Cylindrical-coordinate representation of color #C8161F: hue angle of 356.97º 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 #C8161F is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 31 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.22 |
| HSL | 356.97º | 0.8% | 0.44% | - |
| HSV(B) | 356.97º | 0.89% | 0.78% | - |
| XYZ | 24.35 | 12.95 | 2.51 | - |
| YUV | 76.25 | 102.47 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 31 | 0 | 0.89 | 0.84 | 0.22 | 356.97 | 0.8 | 0.44 |
| Hex | C8 | 16 | 1F | 0 | 59 | 54 | 16 | 165 | 50 | 2C |
| Octal | 310 | 26 | 37 | 0 | 131 | 124 | 26 | 545 | 120 | 54 |
| Binary | 11001000 | 10110 | 11111 | 0 | 1011001 | 1010100 | 10110 | 101100101 | 1010000 | 101100 |
Color Harmonies of #C8161F
Complementary color
Monochromatic Colors of #C8161F
Black with #C8161F
Text Example
Text Example
White with #C8161F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8161F; }
p { color: rgb(200,22,31); }
H1.HeaderClassName
{
color: #C8161F;
}
.AnyTagClassName
{
color: #C8161F;
}
</style>
background-color css
<style>
a { background-color: #C8161F; }
a { background-color: rgb(200,22,31); }
div.DivClassName
{
background-color: #C8161F;
}
.BgClassName
{
background-color: #C8161F;
}
</style>
border-color css
<style>
span { border-color: #C8161F; }
span { border-color: rgb(200,22,31); }
td.TdClassName
{
border-color: #C8161F;
}
.TagClassName
{
border-color: #C8161F;
}
</style>