Shades of Burnt Crimson #551E21
Tints of Burnt Crimson #551E21
RGB
CMYK
RGB Variations
Color information
#551E21 (or 0x551E21) is known color: Burnt Crimson. HEX triplet: 55, 1E and 21. RGB value is (85,30,33). Sum of RGB (Red+Green+Blue) = 85+30+33=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #551E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E21 is #AAE1DE. Grayscale: #2E2E2E. Windows color (decimal): -11198943 or 2170453. OLE color: 2170453.
HSL color Cylindrical-coordinate representation of color #551E21: hue angle of 356.73º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #551E21 is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 30 | 33 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.67 |
| HSL | 356.73º | 0.48% | 0.23% | - |
| HSV(B) | 356.73º | 0.65% | 0.33% | - |
| XYZ | 4.49 | 2.97 | 1.78 | - |
| YUV | 46.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 30 | 33 | 0 | 0.65 | 0.61 | 0.67 | 356.73 | 0.48 | 0.23 |
| Hex | 55 | 1E | 21 | 0 | 41 | 3D | 43 | 165 | 30 | 17 |
| Octal | 125 | 36 | 41 | 0 | 101 | 75 | 103 | 545 | 60 | 27 |
| Binary | 1010101 | 11110 | 100001 | 0 | 1000001 | 111101 | 1000011 | 101100101 | 110000 | 10111 |
Color Harmonies of #551E21
Complementary color
Monochromatic Colors of #551E21
Black with #551E21
Text Example
Text Example
White with #551E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551E21; }
p { color: rgb(85,30,33); }
H1.HeaderClassName
{
color: #551E21;
}
.AnyTagClassName
{
color: #551E21;
}
</style>
background-color css
<style>
a { background-color: #551E21; }
a { background-color: rgb(85,30,33); }
div.DivClassName
{
background-color: #551E21;
}
.BgClassName
{
background-color: #551E21;
}
</style>
border-color css
<style>
span { border-color: #551E21; }
span { border-color: rgb(85,30,33); }
td.TdClassName
{
border-color: #551E21;
}
.TagClassName
{
border-color: #551E21;
}
</style>