Shades of Burnt Crimson #5C2324
Tints of Burnt Crimson #5C2324
RGB
CMYK
RGB Variations
Color information
#5C2324 (or 0x5C2324) is known color: Burnt Crimson. HEX triplet: 5C, 23 and 24. RGB value is (92,35,36). Sum of RGB (Red+Green+Blue) = 92+35+36=163 (21% of max value = 765). Red value is 92 (36.33% from 255 or 56.44% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 36 (14.45% from 255 or 22.09% from 163); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2324 is #A3DCDB. Grayscale: #343434. Windows color (decimal): -10738908 or 2368348. OLE color: 2368348.
HSL color Cylindrical-coordinate representation of color #5C2324: hue angle of 358.95º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C2324 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 35 | 36 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.64 |
| HSL | 358.95º | 0.45% | 0.25% | - |
| HSV(B) | 358.95º | 0.62% | 0.36% | - |
| XYZ | 5.33 | 3.6 | 2.08 | - |
| YUV | 52.16 | 118.88 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 35 | 36 | 0 | 0.62 | 0.61 | 0.64 | 358.95 | 0.45 | 0.25 |
| Hex | 5C | 23 | 24 | 0 | 3E | 3D | 40 | 167 | 2D | 19 |
| Octal | 134 | 43 | 44 | 0 | 76 | 75 | 100 | 547 | 55 | 31 |
| Binary | 1011100 | 100011 | 100100 | 0 | 111110 | 111101 | 1000000 | 101100111 | 101101 | 11001 |
Color Harmonies of #5C2324
Complementary color
Monochromatic Colors of #5C2324
Black with #5C2324
Text Example
Text Example
White with #5C2324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2324; }
p { color: rgb(92,35,36); }
H1.HeaderClassName
{
color: #5C2324;
}
.AnyTagClassName
{
color: #5C2324;
}
</style>
background-color css
<style>
a { background-color: #5C2324; }
a { background-color: rgb(92,35,36); }
div.DivClassName
{
background-color: #5C2324;
}
.BgClassName
{
background-color: #5C2324;
}
</style>
border-color css
<style>
span { border-color: #5C2324; }
span { border-color: rgb(92,35,36); }
td.TdClassName
{
border-color: #5C2324;
}
.TagClassName
{
border-color: #5C2324;
}
</style>