Shades of Flame Red #802B2F
Tints of Flame Red #802B2F
RGB
CMYK
RGB Variations
Color information
#802B2F (or 0x802B2F) is known color: Flame Red. HEX triplet: 80, 2B and 2F. RGB value is (128,43,47). Sum of RGB (Red+Green+Blue) = 128+43+47=218 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.72% from 218); Green value is 43 (17.19% from 255 or 19.72% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 128 - color contains mainly: red. Hex color #802B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802B2F is #7FD4D0. Grayscale: #444444. Windows color (decimal): -8377553 or 3091328. OLE color: 3091328.
HSL color Cylindrical-coordinate representation of color #802B2F: hue angle of 357.18º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #802B2F is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 43 | 47 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.50 |
| HSL | 357.18º | 0.5% | 0.34% | - |
| HSV(B) | 357.18º | 0.66% | 0.5% | - |
| XYZ | 10.28 | 6.52 | 3.41 | - |
| YUV | 68.87 | 115.66 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 43 | 47 | 0 | 0.66 | 0.63 | 0.50 | 357.18 | 0.5 | 0.34 |
| Hex | 80 | 2B | 2F | 0 | 42 | 3F | 32 | 165 | 32 | 22 |
| Octal | 200 | 53 | 57 | 0 | 102 | 77 | 62 | 545 | 62 | 42 |
| Binary | 10000000 | 101011 | 101111 | 0 | 1000010 | 111111 | 110010 | 101100101 | 110010 | 100010 |
Color Harmonies of #802B2F
Complementary color
Monochromatic Colors of #802B2F
Black with #802B2F
Text Example
Text Example
White with #802B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802B2F; }
p { color: rgb(128,43,47); }
H1.HeaderClassName
{
color: #802B2F;
}
.AnyTagClassName
{
color: #802B2F;
}
</style>
background-color css
<style>
a { background-color: #802B2F; }
a { background-color: rgb(128,43,47); }
div.DivClassName
{
background-color: #802B2F;
}
.BgClassName
{
background-color: #802B2F;
}
</style>
border-color css
<style>
span { border-color: #802B2F; }
span { border-color: rgb(128,43,47); }
td.TdClassName
{
border-color: #802B2F;
}
.TagClassName
{
border-color: #802B2F;
}
</style>