Shades of Dark Red #940200
Tints of Dark Red #940200
RGB
CMYK
RGB Variations
Color information
#940200 (or 0x940200) is known color: Dark Red. HEX triplet: 94, 02 and 00. RGB value is (148,2,0). Sum of RGB (Red+Green+Blue) = 148+2+0=150 (19% of max value = 765). Red value is 148 (58.20% from 255 or 98.67% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 148 - color contains mainly: red. Hex color #940200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940200 is #6BFDFF. Grayscale: #2D2D2D. Windows color (decimal): -7077376 or 660. OLE color: 660.
HSL color Cylindrical-coordinate representation of color #940200: hue angle of 0.81º 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 #940200 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 2 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.42 |
| HSL | 0.81º | 1% | 0.29% | - |
| HSV(B) | 0.81º | 1% | 0.58% | - |
| XYZ | 12.23 | 6.34 | 0.58 | - |
| YUV | 45.43 | 102.37 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 2 | 0 | 0 | 0.99 | 1 | 0.42 | 0.81 | 1 | 0.29 |
| Hex | 94 | 2 | 0 | 0 | 63 | 64 | 2A | 1 | 64 | 1D |
| Octal | 224 | 2 | 0 | 0 | 143 | 144 | 52 | 1 | 144 | 35 |
| Binary | 10010100 | 10 | 0 | 0 | 1100011 | 1100100 | 101010 | 1 | 1100100 | 11101 |
Color Harmonies of #940200
Complementary color
Monochromatic Colors of #940200
Black with #940200
Text Example
Text Example
White with #940200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940200; }
p { color: rgb(148,2,0); }
H1.HeaderClassName
{
color: #940200;
}
.AnyTagClassName
{
color: #940200;
}
</style>
background-color css
<style>
a { background-color: #940200; }
a { background-color: rgb(148,2,0); }
div.DivClassName
{
background-color: #940200;
}
.BgClassName
{
background-color: #940200;
}
</style>
border-color css
<style>
span { border-color: #940200; }
span { border-color: rgb(148,2,0); }
td.TdClassName
{
border-color: #940200;
}
.TagClassName
{
border-color: #940200;
}
</style>