Shades of Burnt Crimson #5D1415
Tints of Burnt Crimson #5D1415
RGB
CMYK
RGB Variations
Color information
#5D1415 (or 0x5D1415) is known color: Burnt Crimson. HEX triplet: 5D, 14 and 15. RGB value is (93,20,21). Sum of RGB (Red+Green+Blue) = 93+20+21=134 (17% of max value = 765). Red value is 93 (36.72% from 255 or 69.40% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D1415 is #A2EBEA. Grayscale: #2A2A2A. Windows color (decimal): -10677227 or 1381469. OLE color: 1381469.
HSL color Cylindrical-coordinate representation of color #5D1415: hue angle of 359.18º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D1415 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 20 | 21 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.64 |
| HSL | 359.18º | 0.65% | 0.22% | - |
| HSV(B) | 359.18º | 0.78% | 0.36% | - |
| XYZ | 4.9 | 2.88 | 1.01 | - |
| YUV | 41.94 | 116.18 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 20 | 21 | 0 | 0.78 | 0.77 | 0.64 | 359.18 | 0.65 | 0.22 |
| Hex | 5D | 14 | 15 | 0 | 4E | 4D | 40 | 167 | 41 | 16 |
| Octal | 135 | 24 | 25 | 0 | 116 | 115 | 100 | 547 | 101 | 26 |
| Binary | 1011101 | 10100 | 10101 | 0 | 1001110 | 1001101 | 1000000 | 101100111 | 1000001 | 10110 |
Color Harmonies of #5D1415
Complementary color
Monochromatic Colors of #5D1415
Black with #5D1415
Text Example
Text Example
White with #5D1415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1415; }
p { color: rgb(93,20,21); }
H1.HeaderClassName
{
color: #5D1415;
}
.AnyTagClassName
{
color: #5D1415;
}
</style>
background-color css
<style>
a { background-color: #5D1415; }
a { background-color: rgb(93,20,21); }
div.DivClassName
{
background-color: #5D1415;
}
.BgClassName
{
background-color: #5D1415;
}
</style>
border-color css
<style>
span { border-color: #5D1415; }
span { border-color: rgb(93,20,21); }
td.TdClassName
{
border-color: #5D1415;
}
.TagClassName
{
border-color: #5D1415;
}
</style>