Shades of Flame Red #802023
Tints of Flame Red #802023
RGB
CMYK
RGB Variations
Color information
#802023 (or 0x802023) is known color: Flame Red. HEX triplet: 80, 20 and 23. RGB value is (128,32,35). Sum of RGB (Red+Green+Blue) = 128+32+35=195 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.64% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 35 (14.06% from 255 or 17.95% from 195); Max value from RGB is 128 - color contains mainly: red. Hex color #802023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802023 is #7FDFDC. Grayscale: #3D3D3D. Windows color (decimal): -8380381 or 2302080. OLE color: 2302080.
HSL color Cylindrical-coordinate representation of color #802023: hue angle of 358.12º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802023 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 32 | 35 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.50 |
| HSL | 358.13º | 0.6% | 0.31% | - |
| HSV(B) | 358.13º | 0.75% | 0.5% | - |
| XYZ | 9.72 | 5.74 | 2.19 | - |
| YUV | 61.05 | 113.3 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 35 | 0 | 0.75 | 0.73 | 0.50 | 358.13 | 0.6 | 0.31 |
| Hex | 80 | 20 | 23 | 0 | 4B | 49 | 32 | 166 | 3C | 1F |
| Octal | 200 | 40 | 43 | 0 | 113 | 111 | 62 | 546 | 74 | 37 |
| Binary | 10000000 | 100000 | 100011 | 0 | 1001011 | 1001001 | 110010 | 101100110 | 111100 | 11111 |
Color Harmonies of #802023
Complementary color
Monochromatic Colors of #802023
Black with #802023
Text Example
Text Example
White with #802023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802023; }
p { color: rgb(128,32,35); }
H1.HeaderClassName
{
color: #802023;
}
.AnyTagClassName
{
color: #802023;
}
</style>
background-color css
<style>
a { background-color: #802023; }
a { background-color: rgb(128,32,35); }
div.DivClassName
{
background-color: #802023;
}
.BgClassName
{
background-color: #802023;
}
</style>
border-color css
<style>
span { border-color: #802023; }
span { border-color: rgb(128,32,35); }
td.TdClassName
{
border-color: #802023;
}
.TagClassName
{
border-color: #802023;
}
</style>