Shades of Bright Red #9D2841
Tints of Bright Red #9D2841
RGB
CMYK
RGB Variations
Color information
#9D2841 (or 0x9D2841) is known color: Bright Red. HEX triplet: 9D, 28 and 41. RGB value is (157,40,65). Sum of RGB (Red+Green+Blue) = 157+40+65=262 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.92% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2841 is #62D7BE. Grayscale: #4D4D4D. Windows color (decimal): -6477759 or 4270237. OLE color: 4270237.
HSL color Cylindrical-coordinate representation of color #9D2841: hue angle of 347.18º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D2841 is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 40 | 65 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.38 |
| HSL | 347.18º | 0.59% | 0.39% | - |
| HSV(B) | 347.18º | 0.75% | 0.62% | - |
| XYZ | 15.62 | 9.07 | 5.93 | - |
| YUV | 77.83 | 120.76 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 40 | 65 | 0 | 0.75 | 0.59 | 0.38 | 347.18 | 0.59 | 0.39 |
| Hex | 9D | 28 | 41 | 0 | 4B | 3B | 26 | 15B | 3B | 27 |
| Octal | 235 | 50 | 101 | 0 | 113 | 73 | 46 | 533 | 73 | 47 |
| Binary | 10011101 | 101000 | 1000001 | 0 | 1001011 | 111011 | 100110 | 101011011 | 111011 | 100111 |
Color Harmonies of #9D2841
Complementary color
Monochromatic Colors of #9D2841
Black with #9D2841
Text Example
Text Example
White with #9D2841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2841; }
p { color: rgb(157,40,65); }
H1.HeaderClassName
{
color: #9D2841;
}
.AnyTagClassName
{
color: #9D2841;
}
</style>
background-color css
<style>
a { background-color: #9D2841; }
a { background-color: rgb(157,40,65); }
div.DivClassName
{
background-color: #9D2841;
}
.BgClassName
{
background-color: #9D2841;
}
</style>
border-color css
<style>
span { border-color: #9D2841; }
span { border-color: rgb(157,40,65); }
td.TdClassName
{
border-color: #9D2841;
}
.TagClassName
{
border-color: #9D2841;
}
</style>