Shades of Bright Red #9D283D
Tints of Bright Red #9D283D
RGB
CMYK
RGB Variations
Color information
#9D283D (or 0x9D283D) is known color: Bright Red. HEX triplet: 9D, 28 and 3D. RGB value is (157,40,61). Sum of RGB (Red+Green+Blue) = 157+40+61=258 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.85% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 157 - color contains mainly: red. Hex color #9D283D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D283D is #62D7C2. Grayscale: #4D4D4D. Windows color (decimal): -6477763 or 4008093. OLE color: 4008093.
HSL color Cylindrical-coordinate representation of color #9D283D: hue angle of 349.23º 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 #9D283D is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 40 | 61 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.38 |
| HSL | 349.23º | 0.59% | 0.39% | - |
| HSV(B) | 349.23º | 0.75% | 0.62% | - |
| XYZ | 15.51 | 9.02 | 5.34 | - |
| YUV | 77.38 | 118.76 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 40 | 61 | 0 | 0.75 | 0.61 | 0.38 | 349.23 | 0.59 | 0.39 |
| Hex | 9D | 28 | 3D | 0 | 4B | 3D | 26 | 15D | 3B | 27 |
| Octal | 235 | 50 | 75 | 0 | 113 | 75 | 46 | 535 | 73 | 47 |
| Binary | 10011101 | 101000 | 111101 | 0 | 1001011 | 111101 | 100110 | 101011101 | 111011 | 100111 |
Color Harmonies of #9D283D
Complementary color
Monochromatic Colors of #9D283D
Black with #9D283D
Text Example
Text Example
White with #9D283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D283D; }
p { color: rgb(157,40,61); }
H1.HeaderClassName
{
color: #9D283D;
}
.AnyTagClassName
{
color: #9D283D;
}
</style>
background-color css
<style>
a { background-color: #9D283D; }
a { background-color: rgb(157,40,61); }
div.DivClassName
{
background-color: #9D283D;
}
.BgClassName
{
background-color: #9D283D;
}
</style>
border-color css
<style>
span { border-color: #9D283D; }
span { border-color: rgb(157,40,61); }
td.TdClassName
{
border-color: #9D283D;
}
.TagClassName
{
border-color: #9D283D;
}
</style>