Shades of Flame Red #8C2330
Tints of Flame Red #8C2330
RGB
CMYK
RGB Variations
Color information
#8C2330 (or 0x8C2330) is known color: Flame Red. HEX triplet: 8C, 23 and 30. RGB value is (140,35,48). Sum of RGB (Red+Green+Blue) = 140+35+48=223 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.78% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2330 is #73DCCF. Grayscale: #434343. Windows color (decimal): -7593168 or 3154828. OLE color: 3154828.
HSL color Cylindrical-coordinate representation of color #8C2330: hue angle of 352.57º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C2330 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 35 | 48 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.45 |
| HSL | 352.57º | 0.6% | 0.34% | - |
| HSV(B) | 352.57º | 0.75% | 0.55% | - |
| XYZ | 11.95 | 6.99 | 3.52 | - |
| YUV | 67.88 | 116.79 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 35 | 48 | 0 | 0.75 | 0.66 | 0.45 | 352.57 | 0.6 | 0.34 |
| Hex | 8C | 23 | 30 | 0 | 4B | 42 | 2D | 161 | 3C | 22 |
| Octal | 214 | 43 | 60 | 0 | 113 | 102 | 55 | 541 | 74 | 42 |
| Binary | 10001100 | 100011 | 110000 | 0 | 1001011 | 1000010 | 101101 | 101100001 | 111100 | 100010 |
Color Harmonies of #8C2330
Complementary color
Monochromatic Colors of #8C2330
Black with #8C2330
Text Example
Text Example
White with #8C2330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2330; }
p { color: rgb(140,35,48); }
H1.HeaderClassName
{
color: #8C2330;
}
.AnyTagClassName
{
color: #8C2330;
}
</style>
background-color css
<style>
a { background-color: #8C2330; }
a { background-color: rgb(140,35,48); }
div.DivClassName
{
background-color: #8C2330;
}
.BgClassName
{
background-color: #8C2330;
}
</style>
border-color css
<style>
span { border-color: #8C2330; }
span { border-color: rgb(140,35,48); }
td.TdClassName
{
border-color: #8C2330;
}
.TagClassName
{
border-color: #8C2330;
}
</style>