Shades of Bright Red #9D1824
Tints of Bright Red #9D1824
RGB
CMYK
RGB Variations
Color information
#9D1824 (or 0x9D1824) is known color: Bright Red. HEX triplet: 9D, 18 and 24. RGB value is (157,24,36). Sum of RGB (Red+Green+Blue) = 157+24+36=217 (28% of max value = 765). Red value is 157 (61.72% from 255 or 72.35% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 36 (14.45% from 255 or 16.59% from 217); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1824 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1824 is #62E7DB. Grayscale: #414141. Windows color (decimal): -6481884 or 2365597. OLE color: 2365597.
HSL color Cylindrical-coordinate representation of color #9D1824: hue angle of 354.59º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D1824 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 24 | 36 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.38 |
| HSL | 354.59º | 0.73% | 0.35% | - |
| HSV(B) | 354.59º | 0.85% | 0.62% | - |
| XYZ | 14.55 | 7.95 | 2.44 | - |
| YUV | 65.14 | 111.56 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 24 | 36 | 0 | 0.85 | 0.77 | 0.38 | 354.59 | 0.73 | 0.35 |
| Hex | 9D | 18 | 24 | 0 | 55 | 4D | 26 | 163 | 49 | 23 |
| Octal | 235 | 30 | 44 | 0 | 125 | 115 | 46 | 543 | 111 | 43 |
| Binary | 10011101 | 11000 | 100100 | 0 | 1010101 | 1001101 | 100110 | 101100011 | 1001001 | 100011 |
Color Harmonies of #9D1824
Complementary color
Monochromatic Colors of #9D1824
Black with #9D1824
Text Example
Text Example
White with #9D1824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1824; }
p { color: rgb(157,24,36); }
H1.HeaderClassName
{
color: #9D1824;
}
.AnyTagClassName
{
color: #9D1824;
}
</style>
background-color css
<style>
a { background-color: #9D1824; }
a { background-color: rgb(157,24,36); }
div.DivClassName
{
background-color: #9D1824;
}
.BgClassName
{
background-color: #9D1824;
}
</style>
border-color css
<style>
span { border-color: #9D1824; }
span { border-color: rgb(157,24,36); }
td.TdClassName
{
border-color: #9D1824;
}
.TagClassName
{
border-color: #9D1824;
}
</style>