Shades of Dark Red #951503
Tints of Dark Red #951503
RGB
CMYK
RGB Variations
Color information
#951503 (or 0x951503) is known color: Dark Red. HEX triplet: 95, 15 and 03. RGB value is (149,21,3). Sum of RGB (Red+Green+Blue) = 149+21+3=173 (22% of max value = 765). Red value is 149 (58.59% from 255 or 86.13% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 3 (1.56% from 255 or 1.73% from 173); Max value from RGB is 149 - color contains mainly: red. Hex color #951503 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951503 is #6AEAFC. Grayscale: #393939. Windows color (decimal): -7006973 or 202133. OLE color: 202133.
HSL color Cylindrical-coordinate representation of color #951503: hue angle of 7.4º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #951503 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 21 | 3 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.42 |
| HSL | 7.4º | 0.96% | 0.3% | - |
| HSV(B) | 7.4º | 0.98% | 0.58% | - |
| XYZ | 12.68 | 6.93 | 0.76 | - |
| YUV | 57.22 | 97.41 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 21 | 3 | 0 | 0.86 | 0.98 | 0.42 | 7.4 | 0.96 | 0.3 |
| Hex | 95 | 15 | 3 | 0 | 56 | 62 | 2A | 7 | 60 | 1E |
| Octal | 225 | 25 | 3 | 0 | 126 | 142 | 52 | 7 | 140 | 36 |
| Binary | 10010101 | 10101 | 11 | 0 | 1010110 | 1100010 | 101010 | 111 | 1100000 | 11110 |
Color Harmonies of #951503
Complementary color
Monochromatic Colors of #951503
Black with #951503
Text Example
Text Example
White with #951503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951503; }
p { color: rgb(149,21,3); }
H1.HeaderClassName
{
color: #951503;
}
.AnyTagClassName
{
color: #951503;
}
</style>
background-color css
<style>
a { background-color: #951503; }
a { background-color: rgb(149,21,3); }
div.DivClassName
{
background-color: #951503;
}
.BgClassName
{
background-color: #951503;
}
</style>
border-color css
<style>
span { border-color: #951503; }
span { border-color: rgb(149,21,3); }
td.TdClassName
{
border-color: #951503;
}
.TagClassName
{
border-color: #951503;
}
</style>