Shades of Flame Red #802A2F
Tints of Flame Red #802A2F
RGB
CMYK
RGB Variations
Color information
#802A2F (or 0x802A2F) is known color: Flame Red. HEX triplet: 80, 2A and 2F. RGB value is (128,42,47). Sum of RGB (Red+Green+Blue) = 128+42+47=217 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.99% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 128 - color contains mainly: red. Hex color #802A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802A2F is #7FD5D0. Grayscale: #444444. Windows color (decimal): -8377809 or 3091072. OLE color: 3091072.
HSL color Cylindrical-coordinate representation of color #802A2F: hue angle of 356.51º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #802A2F is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 42 | 47 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.50 |
| HSL | 356.51º | 0.51% | 0.33% | - |
| HSV(B) | 356.51º | 0.67% | 0.5% | - |
| XYZ | 10.24 | 6.45 | 3.39 | - |
| YUV | 68.28 | 115.99 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 42 | 47 | 0 | 0.67 | 0.63 | 0.50 | 356.51 | 0.51 | 0.33 |
| Hex | 80 | 2A | 2F | 0 | 43 | 3F | 32 | 165 | 33 | 21 |
| Octal | 200 | 52 | 57 | 0 | 103 | 77 | 62 | 545 | 63 | 41 |
| Binary | 10000000 | 101010 | 101111 | 0 | 1000011 | 111111 | 110010 | 101100101 | 110011 | 100001 |
Color Harmonies of #802A2F
Complementary color
Monochromatic Colors of #802A2F
Black with #802A2F
Text Example
Text Example
White with #802A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802A2F; }
p { color: rgb(128,42,47); }
H1.HeaderClassName
{
color: #802A2F;
}
.AnyTagClassName
{
color: #802A2F;
}
</style>
background-color css
<style>
a { background-color: #802A2F; }
a { background-color: rgb(128,42,47); }
div.DivClassName
{
background-color: #802A2F;
}
.BgClassName
{
background-color: #802A2F;
}
</style>
border-color css
<style>
span { border-color: #802A2F; }
span { border-color: rgb(128,42,47); }
td.TdClassName
{
border-color: #802A2F;
}
.TagClassName
{
border-color: #802A2F;
}
</style>