Shades of Dark Red #940505
Tints of Dark Red #940505
RGB
CMYK
RGB Variations
Color information
#940505 (or 0x940505) is known color: Dark Red. HEX triplet: 94, 05 and 05. RGB value is (148,5,5). Sum of RGB (Red+Green+Blue) = 148+5+5=158 (20% of max value = 765). Red value is 148 (58.20% from 255 or 93.67% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 5 (2.34% from 255 or 3.16% from 158); Max value from RGB is 148 - color contains mainly: red. Hex color #940505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940505 is #6BFAFA. Grayscale: #2F2F2F. Windows color (decimal): -7076603 or 329108. OLE color: 329108.
HSL color Cylindrical-coordinate representation of color #940505: hue angle of 0º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #940505 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 5 | 5 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.42 |
| HSL | 0º | 0.93% | 0.3% | - |
| HSV(B) | 0º | 0.97% | 0.58% | - |
| XYZ | 12.29 | 6.42 | 0.73 | - |
| YUV | 47.76 | 103.88 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 5 | 5 | 0 | 0.97 | 0.97 | 0.42 | 0 | 0.93 | 0.3 |
| Hex | 94 | 5 | 5 | 0 | 61 | 61 | 2A | 0 | 5D | 1E |
| Octal | 224 | 5 | 5 | 0 | 141 | 141 | 52 | 0 | 135 | 36 |
| Binary | 10010100 | 101 | 101 | 0 | 1100001 | 1100001 | 101010 | 0 | 1011101 | 11110 |
Color Harmonies of #940505
Complementary color
Monochromatic Colors of #940505
Black with #940505
Text Example
Text Example
White with #940505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940505; }
p { color: rgb(148,5,5); }
H1.HeaderClassName
{
color: #940505;
}
.AnyTagClassName
{
color: #940505;
}
</style>
background-color css
<style>
a { background-color: #940505; }
a { background-color: rgb(148,5,5); }
div.DivClassName
{
background-color: #940505;
}
.BgClassName
{
background-color: #940505;
}
</style>
border-color css
<style>
span { border-color: #940505; }
span { border-color: rgb(148,5,5); }
td.TdClassName
{
border-color: #940505;
}
.TagClassName
{
border-color: #940505;
}
</style>