Shades of Dark Red #940602
Tints of Dark Red #940602
RGB
CMYK
RGB Variations
Color information
#940602 (or 0x940602) is known color: Dark Red. HEX triplet: 94, 06 and 02. RGB value is (148,6,2). Sum of RGB (Red+Green+Blue) = 148+6+2=156 (20% of max value = 765). Red value is 148 (58.20% from 255 or 94.87% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 148 - color contains mainly: red. Hex color #940602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940602 is #6BF9FD. Grayscale: #303030. Windows color (decimal): -7076350 or 132756. OLE color: 132756.
HSL color Cylindrical-coordinate representation of color #940602: hue angle of 1.64º degrees, saturation: 0.97, 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 #940602 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 6 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.42 |
| HSL | 1.64º | 0.97% | 0.29% | - |
| HSV(B) | 1.64º | 0.99% | 0.58% | - |
| XYZ | 12.29 | 6.43 | 0.65 | - |
| YUV | 48 | 102.04 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 6 | 2 | 0 | 0.96 | 0.99 | 0.42 | 1.64 | 0.97 | 0.29 |
| Hex | 94 | 6 | 2 | 0 | 60 | 63 | 2A | 2 | 61 | 1D |
| Octal | 224 | 6 | 2 | 0 | 140 | 143 | 52 | 2 | 141 | 35 |
| Binary | 10010100 | 110 | 10 | 0 | 1100000 | 1100011 | 101010 | 10 | 1100001 | 11101 |
Color Harmonies of #940602
Complementary color
Monochromatic Colors of #940602
Black with #940602
Text Example
Text Example
White with #940602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940602; }
p { color: rgb(148,6,2); }
H1.HeaderClassName
{
color: #940602;
}
.AnyTagClassName
{
color: #940602;
}
</style>
background-color css
<style>
a { background-color: #940602; }
a { background-color: rgb(148,6,2); }
div.DivClassName
{
background-color: #940602;
}
.BgClassName
{
background-color: #940602;
}
</style>
border-color css
<style>
span { border-color: #940602; }
span { border-color: rgb(148,6,2); }
td.TdClassName
{
border-color: #940602;
}
.TagClassName
{
border-color: #940602;
}
</style>