Shades of Flame Red #8F2023
Tints of Flame Red #8F2023
RGB
CMYK
RGB Variations
Color information
#8F2023 (or 0x8F2023) is known color: Flame Red. HEX triplet: 8F, 20 and 23. RGB value is (143,32,35). Sum of RGB (Red+Green+Blue) = 143+32+35=210 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.10% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 35 (14.06% from 255 or 16.67% from 210); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2023 is #70DFDC. Grayscale: #414141. Windows color (decimal): -7397341 or 2302095. OLE color: 2302095.
HSL color Cylindrical-coordinate representation of color #8F2023: hue angle of 358.38º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F2023 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 32 | 35 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.44 |
| HSL | 358.38º | 0.63% | 0.34% | - |
| HSV(B) | 358.38º | 0.78% | 0.56% | - |
| XYZ | 12.15 | 6.99 | 2.3 | - |
| YUV | 65.53 | 110.77 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 35 | 0 | 0.78 | 0.76 | 0.44 | 358.38 | 0.63 | 0.34 |
| Hex | 8F | 20 | 23 | 0 | 4E | 4C | 2C | 166 | 3F | 22 |
| Octal | 217 | 40 | 43 | 0 | 116 | 114 | 54 | 546 | 77 | 42 |
| Binary | 10001111 | 100000 | 100011 | 0 | 1001110 | 1001100 | 101100 | 101100110 | 111111 | 100010 |
Color Harmonies of #8F2023
Complementary color
Monochromatic Colors of #8F2023
Black with #8F2023
Text Example
Text Example
White with #8F2023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2023; }
p { color: rgb(143,32,35); }
H1.HeaderClassName
{
color: #8F2023;
}
.AnyTagClassName
{
color: #8F2023;
}
</style>
background-color css
<style>
a { background-color: #8F2023; }
a { background-color: rgb(143,32,35); }
div.DivClassName
{
background-color: #8F2023;
}
.BgClassName
{
background-color: #8F2023;
}
</style>
border-color css
<style>
span { border-color: #8F2023; }
span { border-color: rgb(143,32,35); }
td.TdClassName
{
border-color: #8F2023;
}
.TagClassName
{
border-color: #8F2023;
}
</style>