Shades of Burnt Crimson #5C212A
Tints of Burnt Crimson #5C212A
RGB
CMYK
RGB Variations
Color information
#5C212A (or 0x5C212A) is known color: Burnt Crimson. HEX triplet: 5C, 21 and 2A. RGB value is (92,33,42). Sum of RGB (Red+Green+Blue) = 92+33+42=167 (22% of max value = 765). Red value is 92 (36.33% from 255 or 55.09% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 92 - color contains mainly: red. Hex color #5C212A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C212A is #A3DED5. Grayscale: #333333. Windows color (decimal): -10739414 or 2761052. OLE color: 2761052.
HSL color Cylindrical-coordinate representation of color #5C212A: hue angle of 350.85º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C212A is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 33 | 42 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.64 |
| HSL | 350.85º | 0.47% | 0.25% | - |
| HSV(B) | 350.85º | 0.64% | 0.36% | - |
| XYZ | 5.38 | 3.53 | 2.59 | - |
| YUV | 51.67 | 122.55 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 33 | 42 | 0 | 0.64 | 0.54 | 0.64 | 350.85 | 0.47 | 0.25 |
| Hex | 5C | 21 | 2A | 0 | 40 | 36 | 40 | 15F | 2F | 19 |
| Octal | 134 | 41 | 52 | 0 | 100 | 66 | 100 | 537 | 57 | 31 |
| Binary | 1011100 | 100001 | 101010 | 0 | 1000000 | 110110 | 1000000 | 101011111 | 101111 | 11001 |
Color Harmonies of #5C212A
Complementary color
Monochromatic Colors of #5C212A
Black with #5C212A
Text Example
Text Example
White with #5C212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C212A; }
p { color: rgb(92,33,42); }
H1.HeaderClassName
{
color: #5C212A;
}
.AnyTagClassName
{
color: #5C212A;
}
</style>
background-color css
<style>
a { background-color: #5C212A; }
a { background-color: rgb(92,33,42); }
div.DivClassName
{
background-color: #5C212A;
}
.BgClassName
{
background-color: #5C212A;
}
</style>
border-color css
<style>
span { border-color: #5C212A; }
span { border-color: rgb(92,33,42); }
td.TdClassName
{
border-color: #5C212A;
}
.TagClassName
{
border-color: #5C212A;
}
</style>