Shades of Burnt Crimson #5F1819
Tints of Burnt Crimson #5F1819
RGB
CMYK
RGB Variations
Color information
#5F1819 (or 0x5F1819) is known color: Burnt Crimson. HEX triplet: 5F, 18 and 19. RGB value is (95,24,25). Sum of RGB (Red+Green+Blue) = 95+24+25=144 (19% of max value = 765). Red value is 95 (37.5% from 255 or 65.97% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F1819 is #A0E7E6. Grayscale: #2D2D2D. Windows color (decimal): -10545127 or 1644639. OLE color: 1644639.
HSL color Cylindrical-coordinate representation of color #5F1819: hue angle of 359.15º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F1819 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 24 | 25 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.63 |
| HSL | 359.15º | 0.6% | 0.23% | - |
| HSV(B) | 359.15º | 0.75% | 0.37% | - |
| XYZ | 5.22 | 3.16 | 1.25 | - |
| YUV | 45.34 | 116.52 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 24 | 25 | 0 | 0.75 | 0.74 | 0.63 | 359.15 | 0.6 | 0.23 |
| Hex | 5F | 18 | 19 | 0 | 4B | 4A | 3F | 167 | 3C | 17 |
| Octal | 137 | 30 | 31 | 0 | 113 | 112 | 77 | 547 | 74 | 27 |
| Binary | 1011111 | 11000 | 11001 | 0 | 1001011 | 1001010 | 111111 | 101100111 | 111100 | 10111 |
Color Harmonies of #5F1819
Complementary color
Monochromatic Colors of #5F1819
Black with #5F1819
Text Example
Text Example
White with #5F1819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1819; }
p { color: rgb(95,24,25); }
H1.HeaderClassName
{
color: #5F1819;
}
.AnyTagClassName
{
color: #5F1819;
}
</style>
background-color css
<style>
a { background-color: #5F1819; }
a { background-color: rgb(95,24,25); }
div.DivClassName
{
background-color: #5F1819;
}
.BgClassName
{
background-color: #5F1819;
}
</style>
border-color css
<style>
span { border-color: #5F1819; }
span { border-color: rgb(95,24,25); }
td.TdClassName
{
border-color: #5F1819;
}
.TagClassName
{
border-color: #5F1819;
}
</style>