Shades of Bright Red #9D253E
Tints of Bright Red #9D253E
RGB
CMYK
RGB Variations
Color information
#9D253E (or 0x9D253E) is known color: Bright Red. HEX triplet: 9D, 25 and 3E. RGB value is (157,37,62). Sum of RGB (Red+Green+Blue) = 157+37+62=256 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.33% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 157 - color contains mainly: red. Hex color #9D253E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D253E is #62DAC1. Grayscale: #4B4B4B. Windows color (decimal): -6478530 or 4072861. OLE color: 4072861.
HSL color Cylindrical-coordinate representation of color #9D253E: hue angle of 347.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D253E is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 37 | 62 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.38 |
| HSL | 347.5º | 0.62% | 0.38% | - |
| HSV(B) | 347.5º | 0.76% | 0.62% | - |
| XYZ | 15.44 | 8.84 | 5.45 | - |
| YUV | 75.73 | 120.26 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 37 | 62 | 0 | 0.76 | 0.61 | 0.38 | 347.5 | 0.62 | 0.38 |
| Hex | 9D | 25 | 3E | 0 | 4C | 3D | 26 | 15C | 3E | 26 |
| Octal | 235 | 45 | 76 | 0 | 114 | 75 | 46 | 534 | 76 | 46 |
| Binary | 10011101 | 100101 | 111110 | 0 | 1001100 | 111101 | 100110 | 101011100 | 111110 | 100110 |
Color Harmonies of #9D253E
Complementary color
Monochromatic Colors of #9D253E
Black with #9D253E
Text Example
Text Example
White with #9D253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D253E; }
p { color: rgb(157,37,62); }
H1.HeaderClassName
{
color: #9D253E;
}
.AnyTagClassName
{
color: #9D253E;
}
</style>
background-color css
<style>
a { background-color: #9D253E; }
a { background-color: rgb(157,37,62); }
div.DivClassName
{
background-color: #9D253E;
}
.BgClassName
{
background-color: #9D253E;
}
</style>
border-color css
<style>
span { border-color: #9D253E; }
span { border-color: rgb(157,37,62); }
td.TdClassName
{
border-color: #9D253E;
}
.TagClassName
{
border-color: #9D253E;
}
</style>