Shades of Dark Red #93100B
Tints of Dark Red #93100B
RGB
CMYK
RGB Variations
Color information
#93100B (or 0x93100B) is known color: Dark Red. HEX triplet: 93, 10 and 0B. RGB value is (147,16,11). Sum of RGB (Red+Green+Blue) = 147+16+11=174 (23% of max value = 765). Red value is 147 (57.81% from 255 or 84.48% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 147 - color contains mainly: red. Hex color #93100B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93100B is #6CEFF4. Grayscale: #363636. Windows color (decimal): -7139317 or 725139. OLE color: 725139.
HSL color Cylindrical-coordinate representation of color #93100B: hue angle of 2.21º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #93100B is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 16 | 11 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.42 |
| HSL | 2.21º | 0.86% | 0.31% | - |
| HSV(B) | 2.21º | 0.93% | 0.58% | - |
| XYZ | 12.28 | 6.6 | 0.94 | - |
| YUV | 54.6 | 103.4 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 16 | 11 | 0 | 0.89 | 0.93 | 0.42 | 2.21 | 0.86 | 0.31 |
| Hex | 93 | 10 | B | 0 | 59 | 5D | 2A | 2 | 56 | 1F |
| Octal | 223 | 20 | 13 | 0 | 131 | 135 | 52 | 2 | 126 | 37 |
| Binary | 10010011 | 10000 | 1011 | 0 | 1011001 | 1011101 | 101010 | 10 | 1010110 | 11111 |
Color Harmonies of #93100B
Complementary color
Monochromatic Colors of #93100B
Black with #93100B
Text Example
Text Example
White with #93100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93100B; }
p { color: rgb(147,16,11); }
H1.HeaderClassName
{
color: #93100B;
}
.AnyTagClassName
{
color: #93100B;
}
</style>
background-color css
<style>
a { background-color: #93100B; }
a { background-color: rgb(147,16,11); }
div.DivClassName
{
background-color: #93100B;
}
.BgClassName
{
background-color: #93100B;
}
</style>
border-color css
<style>
span { border-color: #93100B; }
span { border-color: rgb(147,16,11); }
td.TdClassName
{
border-color: #93100B;
}
.TagClassName
{
border-color: #93100B;
}
</style>