Shades of Burnt Crimson #601E22
Tints of Burnt Crimson #601E22
RGB
CMYK
RGB Variations
Color information
#601E22 (or 0x601E22) is known color: Burnt Crimson. HEX triplet: 60, 1E and 22. RGB value is (96,30,34). Sum of RGB (Red+Green+Blue) = 96+30+34=160 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 34 (13.67% from 255 or 21.25% from 160); Max value from RGB is 96 - color contains mainly: red. Hex color #601E22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601E22 is #9FE1DD. Grayscale: #323232. Windows color (decimal): -10478046 or 2236000. OLE color: 2236000.
HSL color Cylindrical-coordinate representation of color #601E22: hue angle of 356.36º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #601E22 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 30 | 34 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.62 |
| HSL | 356.36º | 0.52% | 0.25% | - |
| HSV(B) | 356.36º | 0.69% | 0.38% | - |
| XYZ | 5.58 | 3.53 | 1.9 | - |
| YUV | 50.19 | 118.87 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 30 | 34 | 0 | 0.69 | 0.65 | 0.62 | 356.36 | 0.52 | 0.25 |
| Hex | 60 | 1E | 22 | 0 | 45 | 41 | 3E | 164 | 34 | 19 |
| Octal | 140 | 36 | 42 | 0 | 105 | 101 | 76 | 544 | 64 | 31 |
| Binary | 1100000 | 11110 | 100010 | 0 | 1000101 | 1000001 | 111110 | 101100100 | 110100 | 11001 |
Color Harmonies of #601E22
Complementary color
Monochromatic Colors of #601E22
Black with #601E22
Text Example
Text Example
White with #601E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601E22; }
p { color: rgb(96,30,34); }
H1.HeaderClassName
{
color: #601E22;
}
.AnyTagClassName
{
color: #601E22;
}
</style>
background-color css
<style>
a { background-color: #601E22; }
a { background-color: rgb(96,30,34); }
div.DivClassName
{
background-color: #601E22;
}
.BgClassName
{
background-color: #601E22;
}
</style>
border-color css
<style>
span { border-color: #601E22; }
span { border-color: rgb(96,30,34); }
td.TdClassName
{
border-color: #601E22;
}
.TagClassName
{
border-color: #601E22;
}
</style>