Shades of Burnt Crimson #5D171C
Tints of Burnt Crimson #5D171C
RGB
CMYK
RGB Variations
Color information
#5D171C (or 0x5D171C) is known color: Burnt Crimson. HEX triplet: 5D, 17 and 1C. RGB value is (93,23,28). Sum of RGB (Red+Green+Blue) = 93+23+28=144 (19% of max value = 765). Red value is 93 (36.72% from 255 or 64.58% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 93 - color contains mainly: red. Hex color #5D171C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D171C is #A2E8E3. Grayscale: #2C2C2C. Windows color (decimal): -10676452 or 1840989. OLE color: 1840989.
HSL color Cylindrical-coordinate representation of color #5D171C: hue angle of 355.71º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D171C is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 23 | 28 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.64 |
| HSL | 355.71º | 0.6% | 0.23% | - |
| HSV(B) | 355.71º | 0.75% | 0.36% | - |
| XYZ | 5.03 | 3.02 | 1.42 | - |
| YUV | 44.5 | 118.69 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 23 | 28 | 0 | 0.75 | 0.70 | 0.64 | 355.71 | 0.6 | 0.23 |
| Hex | 5D | 17 | 1C | 0 | 4B | 46 | 40 | 164 | 3C | 17 |
| Octal | 135 | 27 | 34 | 0 | 113 | 106 | 100 | 544 | 74 | 27 |
| Binary | 1011101 | 10111 | 11100 | 0 | 1001011 | 1000110 | 1000000 | 101100100 | 111100 | 10111 |
Color Harmonies of #5D171C
Complementary color
Monochromatic Colors of #5D171C
Black with #5D171C
Text Example
Text Example
White with #5D171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D171C; }
p { color: rgb(93,23,28); }
H1.HeaderClassName
{
color: #5D171C;
}
.AnyTagClassName
{
color: #5D171C;
}
</style>
background-color css
<style>
a { background-color: #5D171C; }
a { background-color: rgb(93,23,28); }
div.DivClassName
{
background-color: #5D171C;
}
.BgClassName
{
background-color: #5D171C;
}
</style>
border-color css
<style>
span { border-color: #5D171C; }
span { border-color: rgb(93,23,28); }
td.TdClassName
{
border-color: #5D171C;
}
.TagClassName
{
border-color: #5D171C;
}
</style>