Shades of Fire Engine Red #C8182C
Tints of Fire Engine Red #C8182C
RGB
CMYK
RGB Variations
Color information
#C8182C (or 0xC8182C) is known color: Fire Engine Red. HEX triplet: C8, 18 and 2C. RGB value is (200,24,44). Sum of RGB (Red+Green+Blue) = 200+24+44=268 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.63% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 200 - color contains mainly: red. Hex color #C8182C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8182C is #37E7D3. Grayscale: #4F4F4F. Windows color (decimal): -3663828 or 2889928. OLE color: 2889928.
HSL color Cylindrical-coordinate representation of color #C8182C: hue angle of 353.18º 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 #C8182C is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 44 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.22 |
| HSL | 353.18º | 0.79% | 0.44% | - |
| HSV(B) | 353.18º | 0.88% | 0.78% | - |
| XYZ | 24.6 | 13.11 | 3.62 | - |
| YUV | 78.9 | 108.31 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 44 | 0 | 0.88 | 0.78 | 0.22 | 353.18 | 0.79 | 0.44 |
| Hex | C8 | 18 | 2C | 0 | 58 | 4E | 16 | 161 | 4F | 2C |
| Octal | 310 | 30 | 54 | 0 | 130 | 116 | 26 | 541 | 117 | 54 |
| Binary | 11001000 | 11000 | 101100 | 0 | 1011000 | 1001110 | 10110 | 101100001 | 1001111 | 101100 |
Color Harmonies of #C8182C
Complementary color
Monochromatic Colors of #C8182C
Black with #C8182C
Text Example
Text Example
White with #C8182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8182C; }
p { color: rgb(200,24,44); }
H1.HeaderClassName
{
color: #C8182C;
}
.AnyTagClassName
{
color: #C8182C;
}
</style>
background-color css
<style>
a { background-color: #C8182C; }
a { background-color: rgb(200,24,44); }
div.DivClassName
{
background-color: #C8182C;
}
.BgClassName
{
background-color: #C8182C;
}
</style>
border-color css
<style>
span { border-color: #C8182C; }
span { border-color: rgb(200,24,44); }
td.TdClassName
{
border-color: #C8182C;
}
.TagClassName
{
border-color: #C8182C;
}
</style>