Shades of Fire Engine Red #C8152C
Tints of Fire Engine Red #C8152C
RGB
CMYK
RGB Variations
Color information
#C8152C (or 0xC8152C) is known color: Fire Engine Red. HEX triplet: C8, 15 and 2C. RGB value is (200,21,44). Sum of RGB (Red+Green+Blue) = 200+21+44=265 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.47% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 200 - color contains mainly: red. Hex color #C8152C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8152C is #37EAD3. Grayscale: #4D4D4D. Windows color (decimal): -3664596 or 2889160. OLE color: 2889160.
HSL color Cylindrical-coordinate representation of color #C8152C: hue angle of 352.29º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8152C is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 44 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.22 |
| HSL | 352.29º | 0.81% | 0.43% | - |
| HSV(B) | 352.29º | 0.9% | 0.78% | - |
| XYZ | 24.54 | 13 | 3.6 | - |
| YUV | 77.14 | 109.3 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 44 | 0 | 0.90 | 0.78 | 0.22 | 352.29 | 0.81 | 0.43 |
| Hex | C8 | 15 | 2C | 0 | 5A | 4E | 16 | 160 | 51 | 2B |
| Octal | 310 | 25 | 54 | 0 | 132 | 116 | 26 | 540 | 121 | 53 |
| Binary | 11001000 | 10101 | 101100 | 0 | 1011010 | 1001110 | 10110 | 101100000 | 1010001 | 101011 |
Color Harmonies of #C8152C
Complementary color
Monochromatic Colors of #C8152C
Black with #C8152C
Text Example
Text Example
White with #C8152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8152C; }
p { color: rgb(200,21,44); }
H1.HeaderClassName
{
color: #C8152C;
}
.AnyTagClassName
{
color: #C8152C;
}
</style>
background-color css
<style>
a { background-color: #C8152C; }
a { background-color: rgb(200,21,44); }
div.DivClassName
{
background-color: #C8152C;
}
.BgClassName
{
background-color: #C8152C;
}
</style>
border-color css
<style>
span { border-color: #C8152C; }
span { border-color: rgb(200,21,44); }
td.TdClassName
{
border-color: #C8152C;
}
.TagClassName
{
border-color: #C8152C;
}
</style>