Shades of Flame Red #822D2F
Tints of Flame Red #822D2F
RGB
CMYK
RGB Variations
Color information
#822D2F (or 0x822D2F) is known color: Flame Red. HEX triplet: 82, 2D and 2F. RGB value is (130,45,47). Sum of RGB (Red+Green+Blue) = 130+45+47=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #822D2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822D2F is #7DD2D0. Grayscale: #464646. Windows color (decimal): -8245969 or 3091842. OLE color: 3091842.
HSL color Cylindrical-coordinate representation of color #822D2F: hue angle of 358.59º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #822D2F is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 45 | 47 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.49 |
| HSL | 358.59º | 0.49% | 0.34% | - |
| HSV(B) | 358.59º | 0.65% | 0.51% | - |
| XYZ | 10.66 | 6.83 | 3.45 | - |
| YUV | 70.64 | 114.66 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 45 | 47 | 0 | 0.65 | 0.64 | 0.49 | 358.59 | 0.49 | 0.34 |
| Hex | 82 | 2D | 2F | 0 | 41 | 40 | 31 | 167 | 31 | 22 |
| Octal | 202 | 55 | 57 | 0 | 101 | 100 | 61 | 547 | 61 | 42 |
| Binary | 10000010 | 101101 | 101111 | 0 | 1000001 | 1000000 | 110001 | 101100111 | 110001 | 100010 |
Color Harmonies of #822D2F
Complementary color
Monochromatic Colors of #822D2F
Black with #822D2F
Text Example
Text Example
White with #822D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822D2F; }
p { color: rgb(130,45,47); }
H1.HeaderClassName
{
color: #822D2F;
}
.AnyTagClassName
{
color: #822D2F;
}
</style>
background-color css
<style>
a { background-color: #822D2F; }
a { background-color: rgb(130,45,47); }
div.DivClassName
{
background-color: #822D2F;
}
.BgClassName
{
background-color: #822D2F;
}
</style>
border-color css
<style>
span { border-color: #822D2F; }
span { border-color: rgb(130,45,47); }
td.TdClassName
{
border-color: #822D2F;
}
.TagClassName
{
border-color: #822D2F;
}
</style>