Shades of Bright Red #9D1A20
Tints of Bright Red #9D1A20
RGB
CMYK
RGB Variations
Color information
#9D1A20 (or 0x9D1A20) is known color: Bright Red. HEX triplet: 9D, 1A and 20. RGB value is (157,26,32). Sum of RGB (Red+Green+Blue) = 157+26+32=215 (28% of max value = 765). Red value is 157 (61.72% from 255 or 73.02% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1A20 is #62E5DF. Grayscale: #414141. Windows color (decimal): -6481376 or 2103965. OLE color: 2103965.
HSL color Cylindrical-coordinate representation of color #9D1A20: hue angle of 357.25º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9D1A20 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 26 | 32 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.38 |
| HSL | 357.25º | 0.72% | 0.36% | - |
| HSV(B) | 357.25º | 0.83% | 0.62% | - |
| XYZ | 14.53 | 8.01 | 2.15 | - |
| YUV | 65.85 | 108.9 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 26 | 32 | 0 | 0.83 | 0.80 | 0.38 | 357.25 | 0.72 | 0.36 |
| Hex | 9D | 1A | 20 | 0 | 53 | 50 | 26 | 165 | 48 | 24 |
| Octal | 235 | 32 | 40 | 0 | 123 | 120 | 46 | 545 | 110 | 44 |
| Binary | 10011101 | 11010 | 100000 | 0 | 1010011 | 1010000 | 100110 | 101100101 | 1001000 | 100100 |
Color Harmonies of #9D1A20
Complementary color
Monochromatic Colors of #9D1A20
Black with #9D1A20
Text Example
Text Example
White with #9D1A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1A20; }
p { color: rgb(157,26,32); }
H1.HeaderClassName
{
color: #9D1A20;
}
.AnyTagClassName
{
color: #9D1A20;
}
</style>
background-color css
<style>
a { background-color: #9D1A20; }
a { background-color: rgb(157,26,32); }
div.DivClassName
{
background-color: #9D1A20;
}
.BgClassName
{
background-color: #9D1A20;
}
</style>
border-color css
<style>
span { border-color: #9D1A20; }
span { border-color: rgb(157,26,32); }
td.TdClassName
{
border-color: #9D1A20;
}
.TagClassName
{
border-color: #9D1A20;
}
</style>