Shades of Dark Red #951003
Tints of Dark Red #951003
RGB
CMYK
RGB Variations
Color information
#951003 (or 0x951003) is known color: Dark Red. HEX triplet: 95, 10 and 03. RGB value is (149,16,3). Sum of RGB (Red+Green+Blue) = 149+16+3=168 (22% of max value = 765). Red value is 149 (58.59% from 255 or 88.69% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 3 (1.56% from 255 or 1.79% from 168); Max value from RGB is 149 - color contains mainly: red. Hex color #951003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951003 is #6AEFFC. Grayscale: #363636. Windows color (decimal): -7008253 or 200853. OLE color: 200853.
HSL color Cylindrical-coordinate representation of color #951003: hue angle of 5.34º 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 #951003 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 16 | 3 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.42 |
| HSL | 5.34º | 0.96% | 0.3% | - |
| HSV(B) | 5.34º | 0.98% | 0.58% | - |
| XYZ | 12.6 | 6.77 | 0.73 | - |
| YUV | 54.29 | 99.06 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 3 | 0 | 0.89 | 0.98 | 0.42 | 5.34 | 0.96 | 0.3 |
| Hex | 95 | 10 | 3 | 0 | 59 | 62 | 2A | 5 | 60 | 1E |
| Octal | 225 | 20 | 3 | 0 | 131 | 142 | 52 | 5 | 140 | 36 |
| Binary | 10010101 | 10000 | 11 | 0 | 1011001 | 1100010 | 101010 | 101 | 1100000 | 11110 |
Color Harmonies of #951003
Complementary color
Monochromatic Colors of #951003
Black with #951003
Text Example
Text Example
White with #951003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951003; }
p { color: rgb(149,16,3); }
H1.HeaderClassName
{
color: #951003;
}
.AnyTagClassName
{
color: #951003;
}
</style>
background-color css
<style>
a { background-color: #951003; }
a { background-color: rgb(149,16,3); }
div.DivClassName
{
background-color: #951003;
}
.BgClassName
{
background-color: #951003;
}
</style>
border-color css
<style>
span { border-color: #951003; }
span { border-color: rgb(149,16,3); }
td.TdClassName
{
border-color: #951003;
}
.TagClassName
{
border-color: #951003;
}
</style>