Shades of Flame Red #802A30
Tints of Flame Red #802A30
RGB
CMYK
RGB Variations
Color information
#802A30 (or 0x802A30) is known color: Flame Red. HEX triplet: 80, 2A and 30. RGB value is (128,42,48). Sum of RGB (Red+Green+Blue) = 128+42+48=218 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.72% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 128 - color contains mainly: red. Hex color #802A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802A30 is #7FD5CF. Grayscale: #444444. Windows color (decimal): -8377808 or 3156608. OLE color: 3156608.
HSL color Cylindrical-coordinate representation of color #802A30: hue angle of 355.81º 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 #802A30 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 42 | 48 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.50 |
| HSL | 355.81º | 0.51% | 0.33% | - |
| HSV(B) | 355.81º | 0.67% | 0.5% | - |
| XYZ | 10.26 | 6.46 | 3.5 | - |
| YUV | 68.4 | 116.49 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 42 | 48 | 0 | 0.67 | 0.62 | 0.50 | 355.81 | 0.51 | 0.33 |
| Hex | 80 | 2A | 30 | 0 | 43 | 3E | 32 | 164 | 33 | 21 |
| Octal | 200 | 52 | 60 | 0 | 103 | 76 | 62 | 544 | 63 | 41 |
| Binary | 10000000 | 101010 | 110000 | 0 | 1000011 | 111110 | 110010 | 101100100 | 110011 | 100001 |
Color Harmonies of #802A30
Complementary color
Monochromatic Colors of #802A30
Black with #802A30
Text Example
Text Example
White with #802A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802A30; }
p { color: rgb(128,42,48); }
H1.HeaderClassName
{
color: #802A30;
}
.AnyTagClassName
{
color: #802A30;
}
</style>
background-color css
<style>
a { background-color: #802A30; }
a { background-color: rgb(128,42,48); }
div.DivClassName
{
background-color: #802A30;
}
.BgClassName
{
background-color: #802A30;
}
</style>
border-color css
<style>
span { border-color: #802A30; }
span { border-color: rgb(128,42,48); }
td.TdClassName
{
border-color: #802A30;
}
.TagClassName
{
border-color: #802A30;
}
</style>