Shades of Dark Red #941102
Tints of Dark Red #941102
RGB
CMYK
RGB Variations
Color information
#941102 (or 0x941102) is known color: Dark Red. HEX triplet: 94, 11 and 02. RGB value is (148,17,2). Sum of RGB (Red+Green+Blue) = 148+17+2=167 (22% of max value = 765). Red value is 148 (58.20% from 255 or 88.62% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 148 - color contains mainly: red. Hex color #941102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941102 is #6BEEFD. Grayscale: #363636. Windows color (decimal): -7073534 or 135572. OLE color: 135572.
HSL color Cylindrical-coordinate representation of color #941102: hue angle of 6.16º 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 #941102 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 17 | 2 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.42 |
| HSL | 6.16º | 0.97% | 0.29% | - |
| HSV(B) | 6.16º | 0.99% | 0.58% | - |
| XYZ | 12.42 | 6.7 | 0.7 | - |
| YUV | 54.46 | 98.4 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 17 | 2 | 0 | 0.89 | 0.99 | 0.42 | 6.16 | 0.97 | 0.29 |
| Hex | 94 | 11 | 2 | 0 | 59 | 63 | 2A | 6 | 61 | 1D |
| Octal | 224 | 21 | 2 | 0 | 131 | 143 | 52 | 6 | 141 | 35 |
| Binary | 10010100 | 10001 | 10 | 0 | 1011001 | 1100011 | 101010 | 110 | 1100001 | 11101 |
Color Harmonies of #941102
Complementary color
Monochromatic Colors of #941102
Black with #941102
Text Example
Text Example
White with #941102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941102; }
p { color: rgb(148,17,2); }
H1.HeaderClassName
{
color: #941102;
}
.AnyTagClassName
{
color: #941102;
}
</style>
background-color css
<style>
a { background-color: #941102; }
a { background-color: rgb(148,17,2); }
div.DivClassName
{
background-color: #941102;
}
.BgClassName
{
background-color: #941102;
}
</style>
border-color css
<style>
span { border-color: #941102; }
span { border-color: rgb(148,17,2); }
td.TdClassName
{
border-color: #941102;
}
.TagClassName
{
border-color: #941102;
}
</style>