Shades of Flame Red #842A30
Tints of Flame Red #842A30
RGB
CMYK
RGB Variations
Color information
#842A30 (or 0x842A30) is known color: Flame Red. HEX triplet: 84, 2A and 30. RGB value is (132,42,48). Sum of RGB (Red+Green+Blue) = 132+42+48=222 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.46% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 132 - color contains mainly: red. Hex color #842A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842A30 is #7BD5CF. Grayscale: #454545. Windows color (decimal): -8115664 or 3156612. OLE color: 3156612.
HSL color Cylindrical-coordinate representation of color #842A30: hue angle of 356º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #842A30 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 42 | 48 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.48 |
| HSL | 356º | 0.52% | 0.34% | - |
| HSV(B) | 356º | 0.68% | 0.52% | - |
| XYZ | 10.88 | 6.77 | 3.53 | - |
| YUV | 69.59 | 115.82 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 42 | 48 | 0 | 0.68 | 0.64 | 0.48 | 356 | 0.52 | 0.34 |
| Hex | 84 | 2A | 30 | 0 | 44 | 40 | 30 | 164 | 34 | 22 |
| Octal | 204 | 52 | 60 | 0 | 104 | 100 | 60 | 544 | 64 | 42 |
| Binary | 10000100 | 101010 | 110000 | 0 | 1000100 | 1000000 | 110000 | 101100100 | 110100 | 100010 |
Color Harmonies of #842A30
Complementary color
Monochromatic Colors of #842A30
Black with #842A30
Text Example
Text Example
White with #842A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842A30; }
p { color: rgb(132,42,48); }
H1.HeaderClassName
{
color: #842A30;
}
.AnyTagClassName
{
color: #842A30;
}
</style>
background-color css
<style>
a { background-color: #842A30; }
a { background-color: rgb(132,42,48); }
div.DivClassName
{
background-color: #842A30;
}
.BgClassName
{
background-color: #842A30;
}
</style>
border-color css
<style>
span { border-color: #842A30; }
span { border-color: rgb(132,42,48); }
td.TdClassName
{
border-color: #842A30;
}
.TagClassName
{
border-color: #842A30;
}
</style>