Shades of Dark Red #940702
Tints of Dark Red #940702
RGB
CMYK
RGB Variations
Color information
#940702 (or 0x940702) is known color: Dark Red. HEX triplet: 94, 07 and 02. RGB value is (148,7,2). Sum of RGB (Red+Green+Blue) = 148+7+2=157 (20% of max value = 765). Red value is 148 (58.20% from 255 or 94.27% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 148 - color contains mainly: red. Hex color #940702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940702 is #6BF8FD. Grayscale: #303030. Windows color (decimal): -7076094 or 133012. OLE color: 133012.
HSL color Cylindrical-coordinate representation of color #940702: hue angle of 2.05º 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 #940702 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 7 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.42 |
| HSL | 2.05º | 0.97% | 0.29% | - |
| HSV(B) | 2.05º | 0.99% | 0.58% | - |
| XYZ | 12.3 | 6.45 | 0.65 | - |
| YUV | 48.59 | 101.71 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 7 | 2 | 0 | 0.95 | 0.99 | 0.42 | 2.05 | 0.97 | 0.29 |
| Hex | 94 | 7 | 2 | 0 | 5F | 63 | 2A | 2 | 61 | 1D |
| Octal | 224 | 7 | 2 | 0 | 137 | 143 | 52 | 2 | 141 | 35 |
| Binary | 10010100 | 111 | 10 | 0 | 1011111 | 1100011 | 101010 | 10 | 1100001 | 11101 |
Color Harmonies of #940702
Complementary color
Monochromatic Colors of #940702
Black with #940702
Text Example
Text Example
White with #940702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940702; }
p { color: rgb(148,7,2); }
H1.HeaderClassName
{
color: #940702;
}
.AnyTagClassName
{
color: #940702;
}
</style>
background-color css
<style>
a { background-color: #940702; }
a { background-color: rgb(148,7,2); }
div.DivClassName
{
background-color: #940702;
}
.BgClassName
{
background-color: #940702;
}
</style>
border-color css
<style>
span { border-color: #940702; }
span { border-color: rgb(148,7,2); }
td.TdClassName
{
border-color: #940702;
}
.TagClassName
{
border-color: #940702;
}
</style>