Shades of Dark Red #941D01
Tints of Dark Red #941D01
RGB
CMYK
RGB Variations
Color information
#941D01 (or 0x941D01) is known color: Dark Red. HEX triplet: 94, 1D and 01. RGB value is (148,29,1). Sum of RGB (Red+Green+Blue) = 148+29+1=178 (23% of max value = 765). Red value is 148 (58.20% from 255 or 83.15% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 148 - color contains mainly: red. Hex color #941D01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #941D01 is #6BE2FE. Grayscale: #3D3D3D. Windows color (decimal): -7070463 or 73108. OLE color: 73108.
HSL color Cylindrical-coordinate representation of color #941D01: hue angle of 11.43º degrees, saturation: 0.99, 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 #941D01 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 29 | 1 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.42 |
| HSL | 11.43º | 0.99% | 0.29% | - |
| HSV(B) | 11.43º | 0.99% | 0.58% | - |
| XYZ | 12.66 | 7.18 | 0.75 | - |
| YUV | 61.39 | 93.92 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 29 | 1 | 0 | 0.80 | 0.99 | 0.42 | 11.43 | 0.99 | 0.29 |
| Hex | 94 | 1D | 1 | 0 | 50 | 63 | 2A | B | 63 | 1D |
| Octal | 224 | 35 | 1 | 0 | 120 | 143 | 52 | 13 | 143 | 35 |
| Binary | 10010100 | 11101 | 1 | 0 | 1010000 | 1100011 | 101010 | 1011 | 1100011 | 11101 |
Color Harmonies of #941D01
Complementary color
Monochromatic Colors of #941D01
Black with #941D01
Text Example
Text Example
White with #941D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941D01; }
p { color: rgb(148,29,1); }
H1.HeaderClassName
{
color: #941D01;
}
.AnyTagClassName
{
color: #941D01;
}
</style>
background-color css
<style>
a { background-color: #941D01; }
a { background-color: rgb(148,29,1); }
div.DivClassName
{
background-color: #941D01;
}
.BgClassName
{
background-color: #941D01;
}
</style>
border-color css
<style>
span { border-color: #941D01; }
span { border-color: rgb(148,29,1); }
td.TdClassName
{
border-color: #941D01;
}
.TagClassName
{
border-color: #941D01;
}
</style>