Shades of Flame Red #802C2F
Tints of Flame Red #802C2F
RGB
CMYK
RGB Variations
Color information
#802C2F (or 0x802C2F) is known color: Flame Red. HEX triplet: 80, 2C and 2F. RGB value is (128,44,47). Sum of RGB (Red+Green+Blue) = 128+44+47=219 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.45% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 128 - color contains mainly: red. Hex color #802C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802C2F is #7FD3D0. Grayscale: #454545. Windows color (decimal): -8377297 or 3091584. OLE color: 3091584.
HSL color Cylindrical-coordinate representation of color #802C2F: hue angle of 357.86º degrees, saturation: 0.49, 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 #802C2F is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 44 | 47 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.50 |
| HSL | 357.86º | 0.49% | 0.34% | - |
| HSV(B) | 357.86º | 0.66% | 0.5% | - |
| XYZ | 10.32 | 6.6 | 3.42 | - |
| YUV | 69.46 | 115.33 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 47 | 0 | 0.66 | 0.63 | 0.50 | 357.86 | 0.49 | 0.34 |
| Hex | 80 | 2C | 2F | 0 | 42 | 3F | 32 | 166 | 31 | 22 |
| Octal | 200 | 54 | 57 | 0 | 102 | 77 | 62 | 546 | 61 | 42 |
| Binary | 10000000 | 101100 | 101111 | 0 | 1000010 | 111111 | 110010 | 101100110 | 110001 | 100010 |
Color Harmonies of #802C2F
Complementary color
Monochromatic Colors of #802C2F
Black with #802C2F
Text Example
Text Example
White with #802C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802C2F; }
p { color: rgb(128,44,47); }
H1.HeaderClassName
{
color: #802C2F;
}
.AnyTagClassName
{
color: #802C2F;
}
</style>
background-color css
<style>
a { background-color: #802C2F; }
a { background-color: rgb(128,44,47); }
div.DivClassName
{
background-color: #802C2F;
}
.BgClassName
{
background-color: #802C2F;
}
</style>
border-color css
<style>
span { border-color: #802C2F; }
span { border-color: rgb(128,44,47); }
td.TdClassName
{
border-color: #802C2F;
}
.TagClassName
{
border-color: #802C2F;
}
</style>