Shades of Flame Red #822427
Tints of Flame Red #822427
RGB
CMYK
RGB Variations
Color information
#822427 (or 0x822427) is known color: Flame Red. HEX triplet: 82, 24 and 27. RGB value is (130,36,39). Sum of RGB (Red+Green+Blue) = 130+36+39=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #822427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822427 is #7DDBD8. Grayscale: #404040. Windows color (decimal): -8248281 or 2565250. OLE color: 2565250.
HSL color Cylindrical-coordinate representation of color #822427: hue angle of 358.09º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #822427 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 36 | 39 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.49 |
| HSL | 358.09º | 0.57% | 0.33% | - |
| HSV(B) | 358.09º | 0.72% | 0.51% | - |
| XYZ | 10.2 | 6.15 | 2.57 | - |
| YUV | 64.45 | 113.64 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 36 | 39 | 0 | 0.72 | 0.70 | 0.49 | 358.09 | 0.57 | 0.33 |
| Hex | 82 | 24 | 27 | 0 | 48 | 46 | 31 | 166 | 39 | 21 |
| Octal | 202 | 44 | 47 | 0 | 110 | 106 | 61 | 546 | 71 | 41 |
| Binary | 10000010 | 100100 | 100111 | 0 | 1001000 | 1000110 | 110001 | 101100110 | 111001 | 100001 |
Color Harmonies of #822427
Complementary color
Monochromatic Colors of #822427
Black with #822427
Text Example
Text Example
White with #822427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822427; }
p { color: rgb(130,36,39); }
H1.HeaderClassName
{
color: #822427;
}
.AnyTagClassName
{
color: #822427;
}
</style>
background-color css
<style>
a { background-color: #822427; }
a { background-color: rgb(130,36,39); }
div.DivClassName
{
background-color: #822427;
}
.BgClassName
{
background-color: #822427;
}
</style>
border-color css
<style>
span { border-color: #822427; }
span { border-color: rgb(130,36,39); }
td.TdClassName
{
border-color: #822427;
}
.TagClassName
{
border-color: #822427;
}
</style>