Shades of Dark Red #940802
Tints of Dark Red #940802
RGB
CMYK
RGB Variations
Color information
#940802 (or 0x940802) is known color: Dark Red. HEX triplet: 94, 08 and 02. RGB value is (148,8,2). Sum of RGB (Red+Green+Blue) = 148+8+2=158 (20% of max value = 765). Red value is 148 (58.20% from 255 or 93.67% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 148 - color contains mainly: red. Hex color #940802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940802 is #6BF7FD. Grayscale: #313131. Windows color (decimal): -7075838 or 133268. OLE color: 133268.
HSL color Cylindrical-coordinate representation of color #940802: hue angle of 2.47º degrees, saturation: 0.97, 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 #940802 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 8 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.42 |
| HSL | 2.47º | 0.97% | 0.29% | - |
| HSV(B) | 2.47º | 0.99% | 0.58% | - |
| XYZ | 12.31 | 6.47 | 0.66 | - |
| YUV | 49.18 | 101.38 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 8 | 2 | 0 | 0.95 | 0.99 | 0.42 | 2.47 | 0.97 | 0.29 |
| Hex | 94 | 8 | 2 | 0 | 5F | 63 | 2A | 2 | 61 | 1D |
| Octal | 224 | 10 | 2 | 0 | 137 | 143 | 52 | 2 | 141 | 35 |
| Binary | 10010100 | 1000 | 10 | 0 | 1011111 | 1100011 | 101010 | 10 | 1100001 | 11101 |
Color Harmonies of #940802
Complementary color
Monochromatic Colors of #940802
Black with #940802
Text Example
Text Example
White with #940802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940802; }
p { color: rgb(148,8,2); }
H1.HeaderClassName
{
color: #940802;
}
.AnyTagClassName
{
color: #940802;
}
</style>
background-color css
<style>
a { background-color: #940802; }
a { background-color: rgb(148,8,2); }
div.DivClassName
{
background-color: #940802;
}
.BgClassName
{
background-color: #940802;
}
</style>
border-color css
<style>
span { border-color: #940802; }
span { border-color: rgb(148,8,2); }
td.TdClassName
{
border-color: #940802;
}
.TagClassName
{
border-color: #940802;
}
</style>