Shades of Burnt Crimson #622225
Tints of Burnt Crimson #622225
RGB
CMYK
RGB Variations
Color information
#622225 (or 0x622225) is known color: Burnt Crimson. HEX triplet: 62, 22 and 25. RGB value is (98,34,37). Sum of RGB (Red+Green+Blue) = 98+34+37=169 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.99% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 98 - color contains mainly: red. Hex color #622225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622225 is #9DDDDA. Grayscale: #353535. Windows color (decimal): -10345947 or 2433634. OLE color: 2433634.
HSL color Cylindrical-coordinate representation of color #622225: hue angle of 357.19º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #622225 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 34 | 37 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.62 |
| HSL | 357.19º | 0.48% | 0.26% | - |
| HSV(B) | 357.19º | 0.65% | 0.38% | - |
| XYZ | 5.94 | 3.87 | 2.18 | - |
| YUV | 53.48 | 118.7 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 34 | 37 | 0 | 0.65 | 0.62 | 0.62 | 357.19 | 0.48 | 0.26 |
| Hex | 62 | 22 | 25 | 0 | 41 | 3E | 3E | 165 | 30 | 1A |
| Octal | 142 | 42 | 45 | 0 | 101 | 76 | 76 | 545 | 60 | 32 |
| Binary | 1100010 | 100010 | 100101 | 0 | 1000001 | 111110 | 111110 | 101100101 | 110000 | 11010 |
Color Harmonies of #622225
Complementary color
Monochromatic Colors of #622225
Black with #622225
Text Example
Text Example
White with #622225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622225; }
p { color: rgb(98,34,37); }
H1.HeaderClassName
{
color: #622225;
}
.AnyTagClassName
{
color: #622225;
}
</style>
background-color css
<style>
a { background-color: #622225; }
a { background-color: rgb(98,34,37); }
div.DivClassName
{
background-color: #622225;
}
.BgClassName
{
background-color: #622225;
}
</style>
border-color css
<style>
span { border-color: #622225; }
span { border-color: rgb(98,34,37); }
td.TdClassName
{
border-color: #622225;
}
.TagClassName
{
border-color: #622225;
}
</style>