Shades of Dark Red #941500
Tints of Dark Red #941500
RGB
CMYK
RGB Variations
Color information
#941500 (or 0x941500) is known color: Dark Red. HEX triplet: 94, 15 and 00. RGB value is (148,21,0). Sum of RGB (Red+Green+Blue) = 148+21+0=169 (22% of max value = 765). Red value is 148 (58.20% from 255 or 87.57% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 148 - color contains mainly: red. Hex color #941500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941500 is #6BEAFF. Grayscale: #383838. Windows color (decimal): -7072512 or 5524. OLE color: 5524.
HSL color Cylindrical-coordinate representation of color #941500: hue angle of 8.51º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #941500 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 21 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.42 |
| HSL | 8.51º | 1% | 0.29% | - |
| HSV(B) | 8.51º | 1% | 0.58% | - |
| XYZ | 12.48 | 6.83 | 0.66 | - |
| YUV | 56.58 | 96.08 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 21 | 0 | 0 | 0.86 | 1 | 0.42 | 8.51 | 1 | 0.29 |
| Hex | 94 | 15 | 0 | 0 | 56 | 64 | 2A | 9 | 64 | 1D |
| Octal | 224 | 25 | 0 | 0 | 126 | 144 | 52 | 11 | 144 | 35 |
| Binary | 10010100 | 10101 | 0 | 0 | 1010110 | 1100100 | 101010 | 1001 | 1100100 | 11101 |
Color Harmonies of #941500
Complementary color
Monochromatic Colors of #941500
Black with #941500
Text Example
Text Example
White with #941500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941500; }
p { color: rgb(148,21,0); }
H1.HeaderClassName
{
color: #941500;
}
.AnyTagClassName
{
color: #941500;
}
</style>
background-color css
<style>
a { background-color: #941500; }
a { background-color: rgb(148,21,0); }
div.DivClassName
{
background-color: #941500;
}
.BgClassName
{
background-color: #941500;
}
</style>
border-color css
<style>
span { border-color: #941500; }
span { border-color: rgb(148,21,0); }
td.TdClassName
{
border-color: #941500;
}
.TagClassName
{
border-color: #941500;
}
</style>