Shades of Dark Red #950300
Tints of Dark Red #950300
RGB
CMYK
RGB Variations
Color information
#950300 (or 0x950300) is known color: Dark Red. HEX triplet: 95, 03 and 00. RGB value is (149,3,0). Sum of RGB (Red+Green+Blue) = 149+3+0=152 (20% of max value = 765). Red value is 149 (58.59% from 255 or 98.03% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 149 - color contains mainly: red. Hex color #950300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950300 is #6AFCFF. Grayscale: #2E2E2E. Windows color (decimal): -7011584 or 917. OLE color: 917.
HSL color Cylindrical-coordinate representation of color #950300: hue angle of 1.21º 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 #950300 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 3 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.42 |
| HSL | 1.21º | 1% | 0.29% | - |
| HSV(B) | 1.21º | 1% | 0.58% | - |
| XYZ | 12.43 | 6.45 | 0.59 | - |
| YUV | 46.31 | 101.87 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 0 | 0 | 0.98 | 1 | 0.42 | 1.21 | 1 | 0.29 |
| Hex | 95 | 3 | 0 | 0 | 62 | 64 | 2A | 1 | 64 | 1D |
| Octal | 225 | 3 | 0 | 0 | 142 | 144 | 52 | 1 | 144 | 35 |
| Binary | 10010101 | 11 | 0 | 0 | 1100010 | 1100100 | 101010 | 1 | 1100100 | 11101 |
Color Harmonies of #950300
Complementary color
Monochromatic Colors of #950300
Black with #950300
Text Example
Text Example
White with #950300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950300; }
p { color: rgb(149,3,0); }
H1.HeaderClassName
{
color: #950300;
}
.AnyTagClassName
{
color: #950300;
}
</style>
background-color css
<style>
a { background-color: #950300; }
a { background-color: rgb(149,3,0); }
div.DivClassName
{
background-color: #950300;
}
.BgClassName
{
background-color: #950300;
}
</style>
border-color css
<style>
span { border-color: #950300; }
span { border-color: rgb(149,3,0); }
td.TdClassName
{
border-color: #950300;
}
.TagClassName
{
border-color: #950300;
}
</style>