Shades of Burnt Crimson #5D232B
Tints of Burnt Crimson #5D232B
RGB
CMYK
RGB Variations
Color information
#5D232B (or 0x5D232B) is known color: Burnt Crimson. HEX triplet: 5D, 23 and 2B. RGB value is (93,35,43). Sum of RGB (Red+Green+Blue) = 93+35+43=171 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.39% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 93 - color contains mainly: red. Hex color #5D232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D232B is #A2DCD4. Grayscale: #353535. Windows color (decimal): -10673365 or 2827101. OLE color: 2827101.
HSL color Cylindrical-coordinate representation of color #5D232B: hue angle of 351.72º 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 #5D232B is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 35 | 43 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.64 |
| HSL | 351.72º | 0.45% | 0.25% | - |
| HSV(B) | 351.72º | 0.62% | 0.36% | - |
| XYZ | 5.55 | 3.7 | 2.71 | - |
| YUV | 53.25 | 122.22 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 35 | 43 | 0 | 0.62 | 0.54 | 0.64 | 351.72 | 0.45 | 0.25 |
| Hex | 5D | 23 | 2B | 0 | 3E | 36 | 40 | 160 | 2D | 19 |
| Octal | 135 | 43 | 53 | 0 | 76 | 66 | 100 | 540 | 55 | 31 |
| Binary | 1011101 | 100011 | 101011 | 0 | 111110 | 110110 | 1000000 | 101100000 | 101101 | 11001 |
Color Harmonies of #5D232B
Complementary color
Monochromatic Colors of #5D232B
Black with #5D232B
Text Example
Text Example
White with #5D232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D232B; }
p { color: rgb(93,35,43); }
H1.HeaderClassName
{
color: #5D232B;
}
.AnyTagClassName
{
color: #5D232B;
}
</style>
background-color css
<style>
a { background-color: #5D232B; }
a { background-color: rgb(93,35,43); }
div.DivClassName
{
background-color: #5D232B;
}
.BgClassName
{
background-color: #5D232B;
}
</style>
border-color css
<style>
span { border-color: #5D232B; }
span { border-color: rgb(93,35,43); }
td.TdClassName
{
border-color: #5D232B;
}
.TagClassName
{
border-color: #5D232B;
}
</style>