Shades of Burnt Crimson #5C1819
Tints of Burnt Crimson #5C1819
RGB
CMYK
RGB Variations
Color information
#5C1819 (or 0x5C1819) is known color: Burnt Crimson. HEX triplet: 5C, 18 and 19. RGB value is (92,24,25). Sum of RGB (Red+Green+Blue) = 92+24+25=141 (18% of max value = 765). Red value is 92 (36.33% from 255 or 65.25% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C1819 is #A3E7E6. Grayscale: #2C2C2C. Windows color (decimal): -10741735 or 1644636. OLE color: 1644636.
HSL color Cylindrical-coordinate representation of color #5C1819: hue angle of 359.12º 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 #5C1819 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 24 | 25 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.64 |
| HSL | 359.12º | 0.59% | 0.23% | - |
| HSV(B) | 359.12º | 0.74% | 0.36% | - |
| XYZ | 4.92 | 3 | 1.24 | - |
| YUV | 44.45 | 117.03 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 24 | 25 | 0 | 0.74 | 0.73 | 0.64 | 359.12 | 0.59 | 0.23 |
| Hex | 5C | 18 | 19 | 0 | 4A | 49 | 40 | 167 | 3B | 17 |
| Octal | 134 | 30 | 31 | 0 | 112 | 111 | 100 | 547 | 73 | 27 |
| Binary | 1011100 | 11000 | 11001 | 0 | 1001010 | 1001001 | 1000000 | 101100111 | 111011 | 10111 |
Color Harmonies of #5C1819
Complementary color
Monochromatic Colors of #5C1819
Black with #5C1819
Text Example
Text Example
White with #5C1819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1819; }
p { color: rgb(92,24,25); }
H1.HeaderClassName
{
color: #5C1819;
}
.AnyTagClassName
{
color: #5C1819;
}
</style>
background-color css
<style>
a { background-color: #5C1819; }
a { background-color: rgb(92,24,25); }
div.DivClassName
{
background-color: #5C1819;
}
.BgClassName
{
background-color: #5C1819;
}
</style>
border-color css
<style>
span { border-color: #5C1819; }
span { border-color: rgb(92,24,25); }
td.TdClassName
{
border-color: #5C1819;
}
.TagClassName
{
border-color: #5C1819;
}
</style>