Shades of Burnt Crimson #5A1E21
Tints of Burnt Crimson #5A1E21
RGB
CMYK
RGB Variations
Color information
#5A1E21 (or 0x5A1E21) is known color: Burnt Crimson. HEX triplet: 5A, 1E and 21. RGB value is (90,30,33). Sum of RGB (Red+Green+Blue) = 90+30+33=153 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.82% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 33 (13.28% from 255 or 21.57% from 153); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1E21 is #A5E1DE. Grayscale: #303030. Windows color (decimal): -10871263 or 2170458. OLE color: 2170458.
HSL color Cylindrical-coordinate representation of color #5A1E21: hue angle of 357º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A1E21 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 30 | 33 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.65 |
| HSL | 357º | 0.5% | 0.24% | - |
| HSV(B) | 357º | 0.67% | 0.35% | - |
| XYZ | 4.96 | 3.21 | 1.8 | - |
| YUV | 48.28 | 119.38 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 30 | 33 | 0 | 0.67 | 0.63 | 0.65 | 357 | 0.5 | 0.24 |
| Hex | 5A | 1E | 21 | 0 | 43 | 3F | 41 | 165 | 32 | 18 |
| Octal | 132 | 36 | 41 | 0 | 103 | 77 | 101 | 545 | 62 | 30 |
| Binary | 1011010 | 11110 | 100001 | 0 | 1000011 | 111111 | 1000001 | 101100101 | 110010 | 11000 |
Color Harmonies of #5A1E21
Complementary color
Monochromatic Colors of #5A1E21
Black with #5A1E21
Text Example
Text Example
White with #5A1E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1E21; }
p { color: rgb(90,30,33); }
H1.HeaderClassName
{
color: #5A1E21;
}
.AnyTagClassName
{
color: #5A1E21;
}
</style>
background-color css
<style>
a { background-color: #5A1E21; }
a { background-color: rgb(90,30,33); }
div.DivClassName
{
background-color: #5A1E21;
}
.BgClassName
{
background-color: #5A1E21;
}
</style>
border-color css
<style>
span { border-color: #5A1E21; }
span { border-color: rgb(90,30,33); }
td.TdClassName
{
border-color: #5A1E21;
}
.TagClassName
{
border-color: #5A1E21;
}
</style>