Shades of Dark Red #940F08
Tints of Dark Red #940F08
RGB
CMYK
RGB Variations
Color information
#940F08 (or 0x940F08) is known color: Dark Red. HEX triplet: 94, 0F and 08. RGB value is (148,15,8). Sum of RGB (Red+Green+Blue) = 148+15+8=171 (22% of max value = 765). Red value is 148 (58.20% from 255 or 86.55% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 148 - color contains mainly: red. Hex color #940F08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940F08 is #6BF0F7. Grayscale: #363636. Windows color (decimal): -7074040 or 528276. OLE color: 528276.
HSL color Cylindrical-coordinate representation of color #940F08: hue angle of 3º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940F08 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 15 | 8 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.42 |
| HSL | 3º | 0.9% | 0.31% | - |
| HSV(B) | 3º | 0.95% | 0.58% | - |
| XYZ | 12.43 | 6.66 | 0.86 | - |
| YUV | 53.97 | 102.06 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 15 | 8 | 0 | 0.90 | 0.95 | 0.42 | 3 | 0.9 | 0.31 |
| Hex | 94 | F | 8 | 0 | 5A | 5F | 2A | 3 | 5A | 1F |
| Octal | 224 | 17 | 10 | 0 | 132 | 137 | 52 | 3 | 132 | 37 |
| Binary | 10010100 | 1111 | 1000 | 0 | 1011010 | 1011111 | 101010 | 11 | 1011010 | 11111 |
Color Harmonies of #940F08
Complementary color
Monochromatic Colors of #940F08
Black with #940F08
Text Example
Text Example
White with #940F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940F08; }
p { color: rgb(148,15,8); }
H1.HeaderClassName
{
color: #940F08;
}
.AnyTagClassName
{
color: #940F08;
}
</style>
background-color css
<style>
a { background-color: #940F08; }
a { background-color: rgb(148,15,8); }
div.DivClassName
{
background-color: #940F08;
}
.BgClassName
{
background-color: #940F08;
}
</style>
border-color css
<style>
span { border-color: #940F08; }
span { border-color: rgb(148,15,8); }
td.TdClassName
{
border-color: #940F08;
}
.TagClassName
{
border-color: #940F08;
}
</style>