Shades of Burnt Crimson #5C1C21
Tints of Burnt Crimson #5C1C21
RGB
CMYK
RGB Variations
Color information
#5C1C21 (or 0x5C1C21) is known color: Burnt Crimson. HEX triplet: 5C, 1C and 21. RGB value is (92,28,33). Sum of RGB (Red+Green+Blue) = 92+28+33=153 (20% of max value = 765). Red value is 92 (36.33% from 255 or 60.13% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 33 (13.28% from 255 or 21.57% from 153); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C1C21 is #A3E3DE. Grayscale: #2F2F2F. Windows color (decimal): -10740703 or 2169948. OLE color: 2169948.
HSL color Cylindrical-coordinate representation of color #5C1C21: hue angle of 355.31º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5C1C21 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 28 | 33 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.64 |
| HSL | 355.31º | 0.53% | 0.24% | - |
| HSV(B) | 355.31º | 0.7% | 0.36% | - |
| XYZ | 5.1 | 3.22 | 1.79 | - |
| YUV | 47.71 | 119.7 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 28 | 33 | 0 | 0.70 | 0.64 | 0.64 | 355.31 | 0.53 | 0.24 |
| Hex | 5C | 1C | 21 | 0 | 46 | 40 | 40 | 163 | 35 | 18 |
| Octal | 134 | 34 | 41 | 0 | 106 | 100 | 100 | 543 | 65 | 30 |
| Binary | 1011100 | 11100 | 100001 | 0 | 1000110 | 1000000 | 1000000 | 101100011 | 110101 | 11000 |
Color Harmonies of #5C1C21
Complementary color
Monochromatic Colors of #5C1C21
Black with #5C1C21
Text Example
Text Example
White with #5C1C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1C21; }
p { color: rgb(92,28,33); }
H1.HeaderClassName
{
color: #5C1C21;
}
.AnyTagClassName
{
color: #5C1C21;
}
</style>
background-color css
<style>
a { background-color: #5C1C21; }
a { background-color: rgb(92,28,33); }
div.DivClassName
{
background-color: #5C1C21;
}
.BgClassName
{
background-color: #5C1C21;
}
</style>
border-color css
<style>
span { border-color: #5C1C21; }
span { border-color: rgb(92,28,33); }
td.TdClassName
{
border-color: #5C1C21;
}
.TagClassName
{
border-color: #5C1C21;
}
</style>