Shades of Dark Red #940501
Tints of Dark Red #940501
RGB
CMYK
RGB Variations
Color information
#940501 (or 0x940501) is known color: Dark Red. HEX triplet: 94, 05 and 01. RGB value is (148,5,1). Sum of RGB (Red+Green+Blue) = 148+5+1=154 (20% of max value = 765). Red value is 148 (58.20% from 255 or 96.10% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 148 - color contains mainly: red. Hex color #940501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940501 is #6BFAFE. Grayscale: #2F2F2F. Windows color (decimal): -7076607 or 66964. OLE color: 66964.
HSL color Cylindrical-coordinate representation of color #940501: hue angle of 1.63º 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 #940501 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 5 | 1 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.42 |
| HSL | 1.63º | 0.99% | 0.29% | - |
| HSV(B) | 1.63º | 0.99% | 0.58% | - |
| XYZ | 12.27 | 6.41 | 0.62 | - |
| YUV | 47.3 | 101.88 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 5 | 1 | 0 | 0.97 | 0.99 | 0.42 | 1.63 | 0.99 | 0.29 |
| Hex | 94 | 5 | 1 | 0 | 61 | 63 | 2A | 2 | 63 | 1D |
| Octal | 224 | 5 | 1 | 0 | 141 | 143 | 52 | 2 | 143 | 35 |
| Binary | 10010100 | 101 | 1 | 0 | 1100001 | 1100011 | 101010 | 10 | 1100011 | 11101 |
Color Harmonies of #940501
Complementary color
Monochromatic Colors of #940501
Black with #940501
Text Example
Text Example
White with #940501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940501; }
p { color: rgb(148,5,1); }
H1.HeaderClassName
{
color: #940501;
}
.AnyTagClassName
{
color: #940501;
}
</style>
background-color css
<style>
a { background-color: #940501; }
a { background-color: rgb(148,5,1); }
div.DivClassName
{
background-color: #940501;
}
.BgClassName
{
background-color: #940501;
}
</style>
border-color css
<style>
span { border-color: #940501; }
span { border-color: rgb(148,5,1); }
td.TdClassName
{
border-color: #940501;
}
.TagClassName
{
border-color: #940501;
}
</style>