Shades of Fire Engine Red #C8161C
Tints of Fire Engine Red #C8161C
RGB
CMYK
RGB Variations
Color information
#C8161C (or 0xC8161C) is known color: Fire Engine Red. HEX triplet: C8, 16 and 1C. RGB value is (200,22,28). Sum of RGB (Red+Green+Blue) = 200+22+28=250 (33% of max value = 765). Red value is 200 (78.52% from 255 or 80% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 200 - color contains mainly: red. Hex color #C8161C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8161C is #37E9E3. Grayscale: #4C4C4C. Windows color (decimal): -3664356 or 1840840. OLE color: 1840840.
HSL color Cylindrical-coordinate representation of color #C8161C: hue angle of 357.98º 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 #C8161C is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 28 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.22 |
| HSL | 357.98º | 0.8% | 0.44% | - |
| HSV(B) | 357.98º | 0.89% | 0.78% | - |
| XYZ | 24.32 | 12.94 | 2.31 | - |
| YUV | 75.91 | 100.97 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 28 | 0 | 0.89 | 0.86 | 0.22 | 357.98 | 0.8 | 0.44 |
| Hex | C8 | 16 | 1C | 0 | 59 | 56 | 16 | 166 | 50 | 2C |
| Octal | 310 | 26 | 34 | 0 | 131 | 126 | 26 | 546 | 120 | 54 |
| Binary | 11001000 | 10110 | 11100 | 0 | 1011001 | 1010110 | 10110 | 101100110 | 1010000 | 101100 |
Color Harmonies of #C8161C
Complementary color
Monochromatic Colors of #C8161C
Black with #C8161C
Text Example
Text Example
White with #C8161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8161C; }
p { color: rgb(200,22,28); }
H1.HeaderClassName
{
color: #C8161C;
}
.AnyTagClassName
{
color: #C8161C;
}
</style>
background-color css
<style>
a { background-color: #C8161C; }
a { background-color: rgb(200,22,28); }
div.DivClassName
{
background-color: #C8161C;
}
.BgClassName
{
background-color: #C8161C;
}
</style>
border-color css
<style>
span { border-color: #C8161C; }
span { border-color: rgb(200,22,28); }
td.TdClassName
{
border-color: #C8161C;
}
.TagClassName
{
border-color: #C8161C;
}
</style>