Shades of Fire Engine Red #C8161B
Tints of Fire Engine Red #C8161B
RGB
CMYK
RGB Variations
Color information
#C8161B (or 0xC8161B) is known color: Fire Engine Red. HEX triplet: C8, 16 and 1B. RGB value is (200,22,27). Sum of RGB (Red+Green+Blue) = 200+22+27=249 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.32% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 200 - color contains mainly: red. Hex color #C8161B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8161B is #37E9E4. Grayscale: #4B4B4B. Windows color (decimal): -3664357 or 1775304. OLE color: 1775304.
HSL color Cylindrical-coordinate representation of color #C8161B: hue angle of 358.31º 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 #C8161B is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 27 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.22 |
| HSL | 358.31º | 0.8% | 0.44% | - |
| HSV(B) | 358.31º | 0.89% | 0.78% | - |
| XYZ | 24.3 | 12.93 | 2.25 | - |
| YUV | 75.79 | 100.47 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 27 | 0 | 0.89 | 0.86 | 0.22 | 358.31 | 0.8 | 0.44 |
| Hex | C8 | 16 | 1B | 0 | 59 | 56 | 16 | 166 | 50 | 2C |
| Octal | 310 | 26 | 33 | 0 | 131 | 126 | 26 | 546 | 120 | 54 |
| Binary | 11001000 | 10110 | 11011 | 0 | 1011001 | 1010110 | 10110 | 101100110 | 1010000 | 101100 |
Color Harmonies of #C8161B
Complementary color
Monochromatic Colors of #C8161B
Black with #C8161B
Text Example
Text Example
White with #C8161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8161B; }
p { color: rgb(200,22,27); }
H1.HeaderClassName
{
color: #C8161B;
}
.AnyTagClassName
{
color: #C8161B;
}
</style>
background-color css
<style>
a { background-color: #C8161B; }
a { background-color: rgb(200,22,27); }
div.DivClassName
{
background-color: #C8161B;
}
.BgClassName
{
background-color: #C8161B;
}
</style>
border-color css
<style>
span { border-color: #C8161B; }
span { border-color: rgb(200,22,27); }
td.TdClassName
{
border-color: #C8161B;
}
.TagClassName
{
border-color: #C8161B;
}
</style>