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