Shades of Bright Red #9D2735
Tints of Bright Red #9D2735
RGB
CMYK
RGB Variations
Color information
#9D2735 (or 0x9D2735) is known color: Bright Red. HEX triplet: 9D, 27 and 35. RGB value is (157,39,53). Sum of RGB (Red+Green+Blue) = 157+39+53=249 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.05% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2735 is #62D8CA. Grayscale: #4B4B4B. Windows color (decimal): -6478027 or 3483549. OLE color: 3483549.
HSL color Cylindrical-coordinate representation of color #9D2735: hue angle of 352.88º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D2735 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 39 | 53 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.38 |
| HSL | 352.88º | 0.6% | 0.38% | - |
| HSV(B) | 352.88º | 0.75% | 0.62% | - |
| XYZ | 15.27 | 8.88 | 4.28 | - |
| YUV | 75.88 | 115.09 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 39 | 53 | 0 | 0.75 | 0.66 | 0.38 | 352.88 | 0.6 | 0.38 |
| Hex | 9D | 27 | 35 | 0 | 4B | 42 | 26 | 161 | 3C | 26 |
| Octal | 235 | 47 | 65 | 0 | 113 | 102 | 46 | 541 | 74 | 46 |
| Binary | 10011101 | 100111 | 110101 | 0 | 1001011 | 1000010 | 100110 | 101100001 | 111100 | 100110 |
Color Harmonies of #9D2735
Complementary color
Monochromatic Colors of #9D2735
Black with #9D2735
Text Example
Text Example
White with #9D2735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2735; }
p { color: rgb(157,39,53); }
H1.HeaderClassName
{
color: #9D2735;
}
.AnyTagClassName
{
color: #9D2735;
}
</style>
background-color css
<style>
a { background-color: #9D2735; }
a { background-color: rgb(157,39,53); }
div.DivClassName
{
background-color: #9D2735;
}
.BgClassName
{
background-color: #9D2735;
}
</style>
border-color css
<style>
span { border-color: #9D2735; }
span { border-color: rgb(157,39,53); }
td.TdClassName
{
border-color: #9D2735;
}
.TagClassName
{
border-color: #9D2735;
}
</style>