Shades of Dark Red #940900
Tints of Dark Red #940900
RGB
CMYK
RGB Variations
Color information
#940900 (or 0x940900) is known color: Dark Red. HEX triplet: 94, 09 and 00. RGB value is (148,9,0). Sum of RGB (Red+Green+Blue) = 148+9+0=157 (20% of max value = 765). Red value is 148 (58.20% from 255 or 94.27% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 148 - color contains mainly: red. Hex color #940900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940900 is #6BF6FF. Grayscale: #313131. Windows color (decimal): -7075584 or 2452. OLE color: 2452.
HSL color Cylindrical-coordinate representation of color #940900: hue angle of 3.65º 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 #940900 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 9 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.42 |
| HSL | 3.65º | 1% | 0.29% | - |
| HSV(B) | 3.65º | 1% | 0.58% | - |
| XYZ | 12.31 | 6.49 | 0.6 | - |
| YUV | 49.54 | 100.05 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 9 | 0 | 0 | 0.94 | 1 | 0.42 | 3.65 | 1 | 0.29 |
| Hex | 94 | 9 | 0 | 0 | 5E | 64 | 2A | 4 | 64 | 1D |
| Octal | 224 | 11 | 0 | 0 | 136 | 144 | 52 | 4 | 144 | 35 |
| Binary | 10010100 | 1001 | 0 | 0 | 1011110 | 1100100 | 101010 | 100 | 1100100 | 11101 |
Color Harmonies of #940900
Complementary color
Monochromatic Colors of #940900
Black with #940900
Text Example
Text Example
White with #940900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940900; }
p { color: rgb(148,9,0); }
H1.HeaderClassName
{
color: #940900;
}
.AnyTagClassName
{
color: #940900;
}
</style>
background-color css
<style>
a { background-color: #940900; }
a { background-color: rgb(148,9,0); }
div.DivClassName
{
background-color: #940900;
}
.BgClassName
{
background-color: #940900;
}
</style>
border-color css
<style>
span { border-color: #940900; }
span { border-color: rgb(148,9,0); }
td.TdClassName
{
border-color: #940900;
}
.TagClassName
{
border-color: #940900;
}
</style>