Shades of Flame Red #8C1F23
Tints of Flame Red #8C1F23
RGB
CMYK
RGB Variations
Color information
#8C1F23 (or 0x8C1F23) is known color: Flame Red. HEX triplet: 8C, 1F and 23. RGB value is (140,31,35). Sum of RGB (Red+Green+Blue) = 140+31+35=206 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.96% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 35 (14.06% from 255 or 16.99% from 206); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1F23 is #73E0DC. Grayscale: #404040. Windows color (decimal): -7594205 or 2301836. OLE color: 2301836.
HSL color Cylindrical-coordinate representation of color #8C1F23: hue angle of 357.8º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C1F23 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 31 | 35 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.45 |
| HSL | 357.8º | 0.64% | 0.34% | - |
| HSV(B) | 357.8º | 0.78% | 0.55% | - |
| XYZ | 11.61 | 6.68 | 2.27 | - |
| YUV | 64.05 | 111.61 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 31 | 35 | 0 | 0.78 | 0.75 | 0.45 | 357.8 | 0.64 | 0.34 |
| Hex | 8C | 1F | 23 | 0 | 4E | 4B | 2D | 166 | 40 | 22 |
| Octal | 214 | 37 | 43 | 0 | 116 | 113 | 55 | 546 | 100 | 42 |
| Binary | 10001100 | 11111 | 100011 | 0 | 1001110 | 1001011 | 101101 | 101100110 | 1000000 | 100010 |
Color Harmonies of #8C1F23
Complementary color
Monochromatic Colors of #8C1F23
Black with #8C1F23
Text Example
Text Example
White with #8C1F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1F23; }
p { color: rgb(140,31,35); }
H1.HeaderClassName
{
color: #8C1F23;
}
.AnyTagClassName
{
color: #8C1F23;
}
</style>
background-color css
<style>
a { background-color: #8C1F23; }
a { background-color: rgb(140,31,35); }
div.DivClassName
{
background-color: #8C1F23;
}
.BgClassName
{
background-color: #8C1F23;
}
</style>
border-color css
<style>
span { border-color: #8C1F23; }
span { border-color: rgb(140,31,35); }
td.TdClassName
{
border-color: #8C1F23;
}
.TagClassName
{
border-color: #8C1F23;
}
</style>