Shades of Dark Red #9D1303
Tints of Dark Red #9D1303
RGB
CMYK
RGB Variations
Color information
#9D1303 (or 0x9D1303) is known color: Dark Red. HEX triplet: 9D, 13 and 03. RGB value is (157,19,3). Sum of RGB (Red+Green+Blue) = 157+19+3=179 (23% of max value = 765). Red value is 157 (61.72% from 255 or 87.71% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 3 (1.56% from 255 or 1.68% from 179); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1303 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D1303 is #62ECFC. Grayscale: #3A3A3A. Windows color (decimal): -6483197 or 201629. OLE color: 201629.
HSL color Cylindrical-coordinate representation of color #9D1303: hue angle of 6.23º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9D1303 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 19 | 3 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.38 |
| HSL | 6.23º | 0.96% | 0.31% | - |
| HSV(B) | 6.23º | 0.98% | 0.62% | - |
| XYZ | 14.15 | 7.64 | 0.81 | - |
| YUV | 58.44 | 96.72 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 19 | 3 | 0 | 0.88 | 0.98 | 0.38 | 6.23 | 0.96 | 0.31 |
| Hex | 9D | 13 | 3 | 0 | 58 | 62 | 26 | 6 | 60 | 1F |
| Octal | 235 | 23 | 3 | 0 | 130 | 142 | 46 | 6 | 140 | 37 |
| Binary | 10011101 | 10011 | 11 | 0 | 1011000 | 1100010 | 100110 | 110 | 1100000 | 11111 |
Color Harmonies of #9D1303
Complementary color
Monochromatic Colors of #9D1303
Black with #9D1303
Text Example
Text Example
White with #9D1303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1303; }
p { color: rgb(157,19,3); }
H1.HeaderClassName
{
color: #9D1303;
}
.AnyTagClassName
{
color: #9D1303;
}
</style>
background-color css
<style>
a { background-color: #9D1303; }
a { background-color: rgb(157,19,3); }
div.DivClassName
{
background-color: #9D1303;
}
.BgClassName
{
background-color: #9D1303;
}
</style>
border-color css
<style>
span { border-color: #9D1303; }
span { border-color: rgb(157,19,3); }
td.TdClassName
{
border-color: #9D1303;
}
.TagClassName
{
border-color: #9D1303;
}
</style>