Shades of Dark Red #9D0A0A
Tints of Dark Red #9D0A0A
RGB
CMYK
RGB Variations
Color information
#9D0A0A (or 0x9D0A0A) is known color: Dark Red. HEX triplet: 9D, 0A and 0A. RGB value is (157,10,10). Sum of RGB (Red+Green+Blue) = 157+10+10=177 (23% of max value = 765). Red value is 157 (61.72% from 255 or 88.70% from 177); Green value is 10 (4.30% from 255 or 5.65% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0A0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0A0A is #62F5F5. Grayscale: #363636. Windows color (decimal): -6485494 or 658077. OLE color: 658077.
HSL color Cylindrical-coordinate representation of color #9D0A0A: hue angle of 0º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0A0A is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
RGB | 157 | 10 | 10 | - |
CMYK | 0 | 0.94 | 0.94 | 0.38 |
HSL | 0º | 0.88% | 0.33% | - |
HSV(B) | 0º | 0.94% | 0.62% | - |
XYZ | 14.07 | 7.41 | 0.98 | - |
YUV | 53.95 | 103.2 | 201.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 10 | 10 | 0 | 0.94 | 0.94 | 0.38 | 0 | 0.88 | 0.33 |
Hex | 9D | A | A | 0 | 5E | 5E | 26 | 0 | 58 | 21 |
Octal | 235 | 12 | 12 | 0 | 136 | 136 | 46 | 0 | 130 | 41 |
Binary | 10011101 | 1010 | 1010 | 0 | 1011110 | 1011110 | 100110 | 0 | 1011000 | 100001 |
Color Harmonies of #9D0A0A
Complementary color
Monochromatic Colors of #9D0A0A
Black with #9D0A0A
Text Example
Text Example
White with #9D0A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0A0A; }
p { color: rgb(157,10,10); }
H1.HeaderClassName
{
color: #9D0A0A;
}
.AnyTagClassName
{
color: #9D0A0A;
}
</style>
background-color css
<style>
a { background-color: #9D0A0A; }
a { background-color: rgb(157,10,10); }
div.DivClassName
{
background-color: #9D0A0A;
}
.BgClassName
{
background-color: #9D0A0A;
}
</style>
border-color css
<style>
span { border-color: #9D0A0A; }
span { border-color: rgb(157,10,10); }
td.TdClassName
{
border-color: #9D0A0A;
}
.TagClassName
{
border-color: #9D0A0A;
}
</style>