Shades of Burnt Crimson #5D2425
Tints of Burnt Crimson #5D2425
RGB
CMYK
RGB Variations
Color information
#5D2425 (or 0x5D2425) is known color: Burnt Crimson. HEX triplet: 5D, 24 and 25. RGB value is (93,36,37). Sum of RGB (Red+Green+Blue) = 93+36+37=166 (21% of max value = 765). Red value is 93 (36.72% from 255 or 56.02% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2425 is #A2DBDA. Grayscale: #353535. Windows color (decimal): -10673115 or 2434141. OLE color: 2434141.
HSL color Cylindrical-coordinate representation of color #5D2425: hue angle of 358.95º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D2425 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 36 | 37 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.64 |
| HSL | 358.95º | 0.44% | 0.25% | - |
| HSV(B) | 358.95º | 0.61% | 0.36% | - |
| XYZ | 5.48 | 3.72 | 2.18 | - |
| YUV | 53.16 | 118.88 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 36 | 37 | 0 | 0.61 | 0.60 | 0.64 | 358.95 | 0.44 | 0.25 |
| Hex | 5D | 24 | 25 | 0 | 3D | 3C | 40 | 167 | 2C | 19 |
| Octal | 135 | 44 | 45 | 0 | 75 | 74 | 100 | 547 | 54 | 31 |
| Binary | 1011101 | 100100 | 100101 | 0 | 111101 | 111100 | 1000000 | 101100111 | 101100 | 11001 |
Color Harmonies of #5D2425
Complementary color
Monochromatic Colors of #5D2425
Black with #5D2425
Text Example
Text Example
White with #5D2425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2425; }
p { color: rgb(93,36,37); }
H1.HeaderClassName
{
color: #5D2425;
}
.AnyTagClassName
{
color: #5D2425;
}
</style>
background-color css
<style>
a { background-color: #5D2425; }
a { background-color: rgb(93,36,37); }
div.DivClassName
{
background-color: #5D2425;
}
.BgClassName
{
background-color: #5D2425;
}
</style>
border-color css
<style>
span { border-color: #5D2425; }
span { border-color: rgb(93,36,37); }
td.TdClassName
{
border-color: #5D2425;
}
.TagClassName
{
border-color: #5D2425;
}
</style>