Shades of Dark Red #950101
Tints of Dark Red #950101
RGB
CMYK
RGB Variations
Color information
#950101 (or 0x950101) is known color: Dark Red. HEX triplet: 95, 01 and 01. RGB value is (149,1,1). Sum of RGB (Red+Green+Blue) = 149+1+1=151 (20% of max value = 765). Red value is 149 (58.59% from 255 or 98.68% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 149 - color contains mainly: red. Hex color #950101 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950101 is #6AFEFE. Grayscale: #2D2D2D. Windows color (decimal): -7012095 or 65941. OLE color: 65941.
HSL color Cylindrical-coordinate representation of color #950101: hue angle of 0º degrees, saturation: 0.99, 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 #950101 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 1 | 1 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.42 |
| HSL | 0º | 0.99% | 0.29% | - |
| HSV(B) | 0º | 0.99% | 0.58% | - |
| XYZ | 12.41 | 6.41 | 0.61 | - |
| YUV | 45.25 | 103.03 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 1 | 0 | 0.99 | 0.99 | 0.42 | 0 | 0.99 | 0.29 |
| Hex | 95 | 1 | 1 | 0 | 63 | 63 | 2A | 0 | 63 | 1D |
| Octal | 225 | 1 | 1 | 0 | 143 | 143 | 52 | 0 | 143 | 35 |
| Binary | 10010101 | 1 | 1 | 0 | 1100011 | 1100011 | 101010 | 0 | 1100011 | 11101 |
Color Harmonies of #950101
Complementary color
Monochromatic Colors of #950101
Black with #950101
Text Example
Text Example
White with #950101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950101; }
p { color: rgb(149,1,1); }
H1.HeaderClassName
{
color: #950101;
}
.AnyTagClassName
{
color: #950101;
}
</style>
background-color css
<style>
a { background-color: #950101; }
a { background-color: rgb(149,1,1); }
div.DivClassName
{
background-color: #950101;
}
.BgClassName
{
background-color: #950101;
}
</style>
border-color css
<style>
span { border-color: #950101; }
span { border-color: rgb(149,1,1); }
td.TdClassName
{
border-color: #950101;
}
.TagClassName
{
border-color: #950101;
}
</style>