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