Shades of Dark Red #950301
Tints of Dark Red #950301
RGB
CMYK
RGB Variations
Color information
#950301 (or 0x950301) is known color: Dark Red. HEX triplet: 95, 03 and 01. RGB value is (149,3,1). Sum of RGB (Red+Green+Blue) = 149+3+1=153 (20% of max value = 765). Red value is 149 (58.59% from 255 or 97.39% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 149 - color contains mainly: red. Hex color #950301 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950301 is #6AFCFE. Grayscale: #2E2E2E. Windows color (decimal): -7011583 or 66453. OLE color: 66453.
HSL color Cylindrical-coordinate representation of color #950301: hue angle of 0.81º 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 #950301 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 3 | 1 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.42 |
| HSL | 0.81º | 0.99% | 0.29% | - |
| HSV(B) | 0.81º | 0.99% | 0.58% | - |
| XYZ | 12.43 | 6.46 | 0.62 | - |
| YUV | 46.43 | 102.37 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 1 | 0 | 0.98 | 0.99 | 0.42 | 0.81 | 0.99 | 0.29 |
| Hex | 95 | 3 | 1 | 0 | 62 | 63 | 2A | 1 | 63 | 1D |
| Octal | 225 | 3 | 1 | 0 | 142 | 143 | 52 | 1 | 143 | 35 |
| Binary | 10010101 | 11 | 1 | 0 | 1100010 | 1100011 | 101010 | 1 | 1100011 | 11101 |
Color Harmonies of #950301
Complementary color
Monochromatic Colors of #950301
Black with #950301
Text Example
Text Example
White with #950301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950301; }
p { color: rgb(149,3,1); }
H1.HeaderClassName
{
color: #950301;
}
.AnyTagClassName
{
color: #950301;
}
</style>
background-color css
<style>
a { background-color: #950301; }
a { background-color: rgb(149,3,1); }
div.DivClassName
{
background-color: #950301;
}
.BgClassName
{
background-color: #950301;
}
</style>
border-color css
<style>
span { border-color: #950301; }
span { border-color: rgb(149,3,1); }
td.TdClassName
{
border-color: #950301;
}
.TagClassName
{
border-color: #950301;
}
</style>