Shades of Burnt Crimson #5D181D
Tints of Burnt Crimson #5D181D
RGB
CMYK
RGB Variations
Color information
#5D181D (or 0x5D181D) is known color: Burnt Crimson. HEX triplet: 5D, 18 and 1D. RGB value is (93,24,29). Sum of RGB (Red+Green+Blue) = 93+24+29=146 (19% of max value = 765). Red value is 93 (36.72% from 255 or 63.70% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 93 - color contains mainly: red. Hex color #5D181D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D181D is #A2E7E2. Grayscale: #2D2D2D. Windows color (decimal): -10676195 or 1906781. OLE color: 1906781.
HSL color Cylindrical-coordinate representation of color #5D181D: hue angle of 355.65º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5D181D is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 24 | 29 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.64 |
| HSL | 355.65º | 0.59% | 0.23% | - |
| HSV(B) | 355.65º | 0.74% | 0.36% | - |
| XYZ | 5.06 | 3.07 | 1.49 | - |
| YUV | 45.2 | 118.86 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 24 | 29 | 0 | 0.74 | 0.69 | 0.64 | 355.65 | 0.59 | 0.23 |
| Hex | 5D | 18 | 1D | 0 | 4A | 45 | 40 | 164 | 3B | 17 |
| Octal | 135 | 30 | 35 | 0 | 112 | 105 | 100 | 544 | 73 | 27 |
| Binary | 1011101 | 11000 | 11101 | 0 | 1001010 | 1000101 | 1000000 | 101100100 | 111011 | 10111 |
Color Harmonies of #5D181D
Complementary color
Monochromatic Colors of #5D181D
Black with #5D181D
Text Example
Text Example
White with #5D181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D181D; }
p { color: rgb(93,24,29); }
H1.HeaderClassName
{
color: #5D181D;
}
.AnyTagClassName
{
color: #5D181D;
}
</style>
background-color css
<style>
a { background-color: #5D181D; }
a { background-color: rgb(93,24,29); }
div.DivClassName
{
background-color: #5D181D;
}
.BgClassName
{
background-color: #5D181D;
}
</style>
border-color css
<style>
span { border-color: #5D181D; }
span { border-color: rgb(93,24,29); }
td.TdClassName
{
border-color: #5D181D;
}
.TagClassName
{
border-color: #5D181D;
}
</style>