Shades of Dark Red #940B01
Tints of Dark Red #940B01
RGB
CMYK
RGB Variations
Color information
#940B01 (or 0x940B01) is known color: Dark Red. HEX triplet: 94, 0B and 01. RGB value is (148,11,1). Sum of RGB (Red+Green+Blue) = 148+11+1=160 (21% of max value = 765). Red value is 148 (58.20% from 255 or 92.5% from 160); Green value is 11 (4.69% from 255 or 6.88% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 148 - color contains mainly: red. Hex color #940B01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940B01 is #6BF4FE. Grayscale: #333333. Windows color (decimal): -7075071 or 68500. OLE color: 68500.
HSL color Cylindrical-coordinate representation of color #940B01: hue angle of 4.08º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #940B01 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 11 | 1 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.42 |
| HSL | 4.08º | 0.99% | 0.29% | - |
| HSV(B) | 4.08º | 0.99% | 0.58% | - |
| XYZ | 12.34 | 6.54 | 0.64 | - |
| YUV | 50.82 | 99.89 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 11 | 1 | 0 | 0.93 | 0.99 | 0.42 | 4.08 | 0.99 | 0.29 |
| Hex | 94 | B | 1 | 0 | 5D | 63 | 2A | 4 | 63 | 1D |
| Octal | 224 | 13 | 1 | 0 | 135 | 143 | 52 | 4 | 143 | 35 |
| Binary | 10010100 | 1011 | 1 | 0 | 1011101 | 1100011 | 101010 | 100 | 1100011 | 11101 |
Color Harmonies of #940B01
Complementary color
Monochromatic Colors of #940B01
Black with #940B01
Text Example
Text Example
White with #940B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940B01; }
p { color: rgb(148,11,1); }
H1.HeaderClassName
{
color: #940B01;
}
.AnyTagClassName
{
color: #940B01;
}
</style>
background-color css
<style>
a { background-color: #940B01; }
a { background-color: rgb(148,11,1); }
div.DivClassName
{
background-color: #940B01;
}
.BgClassName
{
background-color: #940B01;
}
</style>
border-color css
<style>
span { border-color: #940B01; }
span { border-color: rgb(148,11,1); }
td.TdClassName
{
border-color: #940B01;
}
.TagClassName
{
border-color: #940B01;
}
</style>