Shades of Flame Red #802C30
Tints of Flame Red #802C30
RGB
CMYK
RGB Variations
Color information
#802C30 (or 0x802C30) is known color: Flame Red. HEX triplet: 80, 2C and 30. RGB value is (128,44,48). Sum of RGB (Red+Green+Blue) = 128+44+48=220 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.18% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 48 (19.14% from 255 or 21.82% from 220); Max value from RGB is 128 - color contains mainly: red. Hex color #802C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802C30 is #7FD3CF. Grayscale: #454545. Windows color (decimal): -8377296 or 3157120. OLE color: 3157120.
HSL color Cylindrical-coordinate representation of color #802C30: hue angle of 357.14º 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 #802C30 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 44 | 48 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.50 |
| HSL | 357.14º | 0.49% | 0.34% | - |
| HSV(B) | 357.14º | 0.66% | 0.5% | - |
| XYZ | 10.34 | 6.6 | 3.53 | - |
| YUV | 69.57 | 115.83 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 48 | 0 | 0.66 | 0.62 | 0.50 | 357.14 | 0.49 | 0.34 |
| Hex | 80 | 2C | 30 | 0 | 42 | 3E | 32 | 165 | 31 | 22 |
| Octal | 200 | 54 | 60 | 0 | 102 | 76 | 62 | 545 | 61 | 42 |
| Binary | 10000000 | 101100 | 110000 | 0 | 1000010 | 111110 | 110010 | 101100101 | 110001 | 100010 |
Color Harmonies of #802C30
Complementary color
Monochromatic Colors of #802C30
Black with #802C30
Text Example
Text Example
White with #802C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802C30; }
p { color: rgb(128,44,48); }
H1.HeaderClassName
{
color: #802C30;
}
.AnyTagClassName
{
color: #802C30;
}
</style>
background-color css
<style>
a { background-color: #802C30; }
a { background-color: rgb(128,44,48); }
div.DivClassName
{
background-color: #802C30;
}
.BgClassName
{
background-color: #802C30;
}
</style>
border-color css
<style>
span { border-color: #802C30; }
span { border-color: rgb(128,44,48); }
td.TdClassName
{
border-color: #802C30;
}
.TagClassName
{
border-color: #802C30;
}
</style>