Shades of Burnt Crimson #5F1D1E
Tints of Burnt Crimson #5F1D1E
RGB
CMYK
RGB Variations
Color information
#5F1D1E (or 0x5F1D1E) is known color: Burnt Crimson. HEX triplet: 5F, 1D and 1E. RGB value is (95,29,30). Sum of RGB (Red+Green+Blue) = 95+29+30=154 (20% of max value = 765). Red value is 95 (37.5% from 255 or 61.69% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F1D1E is #A0E2E1. Grayscale: #303030. Windows color (decimal): -10543842 or 1973599. OLE color: 1973599.
HSL color Cylindrical-coordinate representation of color #5F1D1E: hue angle of 359.09º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F1D1E is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 29 | 30 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.63 |
| HSL | 359.09º | 0.53% | 0.24% | - |
| HSV(B) | 359.09º | 0.69% | 0.37% | - |
| XYZ | 5.39 | 3.41 | 1.6 | - |
| YUV | 48.85 | 117.37 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 29 | 30 | 0 | 0.69 | 0.68 | 0.63 | 359.09 | 0.53 | 0.24 |
| Hex | 5F | 1D | 1E | 0 | 45 | 44 | 3F | 167 | 35 | 18 |
| Octal | 137 | 35 | 36 | 0 | 105 | 104 | 77 | 547 | 65 | 30 |
| Binary | 1011111 | 11101 | 11110 | 0 | 1000101 | 1000100 | 111111 | 101100111 | 110101 | 11000 |
Color Harmonies of #5F1D1E
Complementary color
Monochromatic Colors of #5F1D1E
Black with #5F1D1E
Text Example
Text Example
White with #5F1D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1D1E; }
p { color: rgb(95,29,30); }
H1.HeaderClassName
{
color: #5F1D1E;
}
.AnyTagClassName
{
color: #5F1D1E;
}
</style>
background-color css
<style>
a { background-color: #5F1D1E; }
a { background-color: rgb(95,29,30); }
div.DivClassName
{
background-color: #5F1D1E;
}
.BgClassName
{
background-color: #5F1D1E;
}
</style>
border-color css
<style>
span { border-color: #5F1D1E; }
span { border-color: rgb(95,29,30); }
td.TdClassName
{
border-color: #5F1D1E;
}
.TagClassName
{
border-color: #5F1D1E;
}
</style>