Shades of Dark Red #941502
Tints of Dark Red #941502
RGB
CMYK
RGB Variations
Color information
#941502 (or 0x941502) is known color: Dark Red. HEX triplet: 94, 15 and 02. RGB value is (148,21,2). Sum of RGB (Red+Green+Blue) = 148+21+2=171 (22% of max value = 765). Red value is 148 (58.20% from 255 or 86.55% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 148 - color contains mainly: red. Hex color #941502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941502 is #6BEAFD. Grayscale: #393939. Windows color (decimal): -7072510 or 136596. OLE color: 136596.
HSL color Cylindrical-coordinate representation of color #941502: hue angle of 7.81º 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 #941502 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 21 | 2 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.42 |
| HSL | 7.81º | 0.97% | 0.29% | - |
| HSV(B) | 7.81º | 0.99% | 0.58% | - |
| XYZ | 12.49 | 6.84 | 0.72 | - |
| YUV | 56.81 | 97.08 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 21 | 2 | 0 | 0.86 | 0.99 | 0.42 | 7.81 | 0.97 | 0.29 |
| Hex | 94 | 15 | 2 | 0 | 56 | 63 | 2A | 8 | 61 | 1D |
| Octal | 224 | 25 | 2 | 0 | 126 | 143 | 52 | 10 | 141 | 35 |
| Binary | 10010100 | 10101 | 10 | 0 | 1010110 | 1100011 | 101010 | 1000 | 1100001 | 11101 |
Color Harmonies of #941502
Complementary color
Monochromatic Colors of #941502
Black with #941502
Text Example
Text Example
White with #941502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941502; }
p { color: rgb(148,21,2); }
H1.HeaderClassName
{
color: #941502;
}
.AnyTagClassName
{
color: #941502;
}
</style>
background-color css
<style>
a { background-color: #941502; }
a { background-color: rgb(148,21,2); }
div.DivClassName
{
background-color: #941502;
}
.BgClassName
{
background-color: #941502;
}
</style>
border-color css
<style>
span { border-color: #941502; }
span { border-color: rgb(148,21,2); }
td.TdClassName
{
border-color: #941502;
}
.TagClassName
{
border-color: #941502;
}
</style>