Shades of Dark Red #941602
Tints of Dark Red #941602
RGB
CMYK
RGB Variations
Color information
#941602 (or 0x941602) is known color: Dark Red. HEX triplet: 94, 16 and 02. RGB value is (148,22,2). Sum of RGB (Red+Green+Blue) = 148+22+2=172 (22% of max value = 765). Red value is 148 (58.20% from 255 or 86.05% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 148 - color contains mainly: red. Hex color #941602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941602 is #6BE9FD. Grayscale: #393939. Windows color (decimal): -7072254 or 136852. OLE color: 136852.
HSL color Cylindrical-coordinate representation of color #941602: hue angle of 8.22º 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 #941602 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 22 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.42 |
| HSL | 8.22º | 0.97% | 0.29% | - |
| HSV(B) | 8.22º | 0.99% | 0.58% | - |
| XYZ | 12.51 | 6.87 | 0.72 | - |
| YUV | 57.39 | 96.74 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 22 | 2 | 0 | 0.85 | 0.99 | 0.42 | 8.22 | 0.97 | 0.29 |
| Hex | 94 | 16 | 2 | 0 | 55 | 63 | 2A | 8 | 61 | 1D |
| Octal | 224 | 26 | 2 | 0 | 125 | 143 | 52 | 10 | 141 | 35 |
| Binary | 10010100 | 10110 | 10 | 0 | 1010101 | 1100011 | 101010 | 1000 | 1100001 | 11101 |
Color Harmonies of #941602
Complementary color
Monochromatic Colors of #941602
Black with #941602
Text Example
Text Example
White with #941602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941602; }
p { color: rgb(148,22,2); }
H1.HeaderClassName
{
color: #941602;
}
.AnyTagClassName
{
color: #941602;
}
</style>
background-color css
<style>
a { background-color: #941602; }
a { background-color: rgb(148,22,2); }
div.DivClassName
{
background-color: #941602;
}
.BgClassName
{
background-color: #941602;
}
</style>
border-color css
<style>
span { border-color: #941602; }
span { border-color: rgb(148,22,2); }
td.TdClassName
{
border-color: #941602;
}
.TagClassName
{
border-color: #941602;
}
</style>