Shades of Dark Red #940F03
Tints of Dark Red #940F03
RGB
CMYK
RGB Variations
Color information
#940F03 (or 0x940F03) is known color: Dark Red. HEX triplet: 94, 0F and 03. RGB value is (148,15,3). Sum of RGB (Red+Green+Blue) = 148+15+3=166 (21% of max value = 765). Red value is 148 (58.20% from 255 or 89.16% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 3 (1.56% from 255 or 1.81% from 166); Max value from RGB is 148 - color contains mainly: red. Hex color #940F03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940F03 is #6BF0FC. Grayscale: #353535. Windows color (decimal): -7074045 or 200596. OLE color: 200596.
HSL color Cylindrical-coordinate representation of color #940F03: hue angle of 4.97º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #940F03 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 15 | 3 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.42 |
| HSL | 4.97º | 0.96% | 0.3% | - |
| HSV(B) | 4.97º | 0.98% | 0.58% | - |
| XYZ | 12.4 | 6.64 | 0.72 | - |
| YUV | 53.4 | 99.56 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 15 | 3 | 0 | 0.90 | 0.98 | 0.42 | 4.97 | 0.96 | 0.3 |
| Hex | 94 | F | 3 | 0 | 5A | 62 | 2A | 5 | 60 | 1E |
| Octal | 224 | 17 | 3 | 0 | 132 | 142 | 52 | 5 | 140 | 36 |
| Binary | 10010100 | 1111 | 11 | 0 | 1011010 | 1100010 | 101010 | 101 | 1100000 | 11110 |
Color Harmonies of #940F03
Complementary color
Monochromatic Colors of #940F03
Black with #940F03
Text Example
Text Example
White with #940F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940F03; }
p { color: rgb(148,15,3); }
H1.HeaderClassName
{
color: #940F03;
}
.AnyTagClassName
{
color: #940F03;
}
</style>
background-color css
<style>
a { background-color: #940F03; }
a { background-color: rgb(148,15,3); }
div.DivClassName
{
background-color: #940F03;
}
.BgClassName
{
background-color: #940F03;
}
</style>
border-color css
<style>
span { border-color: #940F03; }
span { border-color: rgb(148,15,3); }
td.TdClassName
{
border-color: #940F03;
}
.TagClassName
{
border-color: #940F03;
}
</style>