Shades of Burnt Crimson #5C191E
Tints of Burnt Crimson #5C191E
RGB
CMYK
RGB Variations
Color information
#5C191E (or 0x5C191E) is known color: Burnt Crimson. HEX triplet: 5C, 19 and 1E. RGB value is (92,25,30). Sum of RGB (Red+Green+Blue) = 92+25+30=147 (19% of max value = 765). Red value is 92 (36.33% from 255 or 62.59% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 92 - color contains mainly: red. Hex color #5C191E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C191E is #A3E6E1. Grayscale: #2D2D2D. Windows color (decimal): -10741474 or 1972572. OLE color: 1972572.
HSL color Cylindrical-coordinate representation of color #5C191E: hue angle of 355.52º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5C191E is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 25 | 30 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.64 |
| HSL | 355.52º | 0.57% | 0.23% | - |
| HSV(B) | 355.52º | 0.73% | 0.36% | - |
| XYZ | 5 | 3.06 | 1.56 | - |
| YUV | 45.6 | 119.2 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 25 | 30 | 0 | 0.73 | 0.67 | 0.64 | 355.52 | 0.57 | 0.23 |
| Hex | 5C | 19 | 1E | 0 | 49 | 43 | 40 | 164 | 39 | 17 |
| Octal | 134 | 31 | 36 | 0 | 111 | 103 | 100 | 544 | 71 | 27 |
| Binary | 1011100 | 11001 | 11110 | 0 | 1001001 | 1000011 | 1000000 | 101100100 | 111001 | 10111 |
Color Harmonies of #5C191E
Complementary color
Monochromatic Colors of #5C191E
Black with #5C191E
Text Example
Text Example
White with #5C191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C191E; }
p { color: rgb(92,25,30); }
H1.HeaderClassName
{
color: #5C191E;
}
.AnyTagClassName
{
color: #5C191E;
}
</style>
background-color css
<style>
a { background-color: #5C191E; }
a { background-color: rgb(92,25,30); }
div.DivClassName
{
background-color: #5C191E;
}
.BgClassName
{
background-color: #5C191E;
}
</style>
border-color css
<style>
span { border-color: #5C191E; }
span { border-color: rgb(92,25,30); }
td.TdClassName
{
border-color: #5C191E;
}
.TagClassName
{
border-color: #5C191E;
}
</style>