Shades of Dark Red #940300
Tints of Dark Red #940300
RGB
CMYK
RGB Variations
Color information
#940300 (or 0x940300) is known color: Dark Red. HEX triplet: 94, 03 and 00. RGB value is (148,3,0). Sum of RGB (Red+Green+Blue) = 148+3+0=151 (20% of max value = 765). Red value is 148 (58.20% from 255 or 98.01% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 148 - color contains mainly: red. Hex color #940300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940300 is #6BFCFF. Grayscale: #2E2E2E. Windows color (decimal): -7077120 or 916. OLE color: 916.
HSL color Cylindrical-coordinate representation of color #940300: hue angle of 1.22º 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 #940300 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 3 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.42 |
| HSL | 1.22º | 1% | 0.29% | - |
| HSV(B) | 1.22º | 1% | 0.58% | - |
| XYZ | 12.25 | 6.36 | 0.58 | - |
| YUV | 46.01 | 102.04 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 3 | 0 | 0 | 0.98 | 1 | 0.42 | 1.22 | 1 | 0.29 |
| Hex | 94 | 3 | 0 | 0 | 62 | 64 | 2A | 1 | 64 | 1D |
| Octal | 224 | 3 | 0 | 0 | 142 | 144 | 52 | 1 | 144 | 35 |
| Binary | 10010100 | 11 | 0 | 0 | 1100010 | 1100100 | 101010 | 1 | 1100100 | 11101 |
Color Harmonies of #940300
Complementary color
Monochromatic Colors of #940300
Black with #940300
Text Example
Text Example
White with #940300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940300; }
p { color: rgb(148,3,0); }
H1.HeaderClassName
{
color: #940300;
}
.AnyTagClassName
{
color: #940300;
}
</style>
background-color css
<style>
a { background-color: #940300; }
a { background-color: rgb(148,3,0); }
div.DivClassName
{
background-color: #940300;
}
.BgClassName
{
background-color: #940300;
}
</style>
border-color css
<style>
span { border-color: #940300; }
span { border-color: rgb(148,3,0); }
td.TdClassName
{
border-color: #940300;
}
.TagClassName
{
border-color: #940300;
}
</style>