Shades of Dark Red #941402
Tints of Dark Red #941402
RGB
CMYK
RGB Variations
Color information
#941402 (or 0x941402) is known color: Dark Red. HEX triplet: 94, 14 and 02. RGB value is (148,20,2). Sum of RGB (Red+Green+Blue) = 148+20+2=170 (22% of max value = 765). Red value is 148 (58.20% from 255 or 87.06% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 148 - color contains mainly: red. Hex color #941402 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941402 is #6BEBFD. Grayscale: #383838. Windows color (decimal): -7072766 or 136340. OLE color: 136340.
HSL color Cylindrical-coordinate representation of color #941402: hue angle of 7.4º 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 #941402 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 20 | 2 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.42 |
| HSL | 7.4º | 0.97% | 0.29% | - |
| HSV(B) | 7.4º | 0.99% | 0.58% | - |
| XYZ | 12.47 | 6.8 | 0.71 | - |
| YUV | 56.22 | 97.41 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 20 | 2 | 0 | 0.86 | 0.99 | 0.42 | 7.4 | 0.97 | 0.29 |
| Hex | 94 | 14 | 2 | 0 | 56 | 63 | 2A | 7 | 61 | 1D |
| Octal | 224 | 24 | 2 | 0 | 126 | 143 | 52 | 7 | 141 | 35 |
| Binary | 10010100 | 10100 | 10 | 0 | 1010110 | 1100011 | 101010 | 111 | 1100001 | 11101 |
Color Harmonies of #941402
Complementary color
Monochromatic Colors of #941402
Black with #941402
Text Example
Text Example
White with #941402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941402; }
p { color: rgb(148,20,2); }
H1.HeaderClassName
{
color: #941402;
}
.AnyTagClassName
{
color: #941402;
}
</style>
background-color css
<style>
a { background-color: #941402; }
a { background-color: rgb(148,20,2); }
div.DivClassName
{
background-color: #941402;
}
.BgClassName
{
background-color: #941402;
}
</style>
border-color css
<style>
span { border-color: #941402; }
span { border-color: rgb(148,20,2); }
td.TdClassName
{
border-color: #941402;
}
.TagClassName
{
border-color: #941402;
}
</style>