Shades of Bright Red #9D2534
Tints of Bright Red #9D2534
RGB
CMYK
RGB Variations
Color information
#9D2534 (or 0x9D2534) is known color: Bright Red. HEX triplet: 9D, 25 and 34. RGB value is (157,37,52). Sum of RGB (Red+Green+Blue) = 157+37+52=246 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.82% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2534 is #62DACB. Grayscale: #4A4A4A. Windows color (decimal): -6478540 or 3417501. OLE color: 3417501.
HSL color Cylindrical-coordinate representation of color #9D2534: hue angle of 352.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 #9D2534 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 37 | 52 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.38 |
| HSL | 352.5º | 0.62% | 0.38% | - |
| HSV(B) | 352.5º | 0.76% | 0.62% | - |
| XYZ | 15.19 | 8.74 | 4.14 | - |
| YUV | 74.59 | 115.26 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 37 | 52 | 0 | 0.76 | 0.67 | 0.38 | 352.5 | 0.62 | 0.38 |
| Hex | 9D | 25 | 34 | 0 | 4C | 43 | 26 | 160 | 3E | 26 |
| Octal | 235 | 45 | 64 | 0 | 114 | 103 | 46 | 540 | 76 | 46 |
| Binary | 10011101 | 100101 | 110100 | 0 | 1001100 | 1000011 | 100110 | 101100000 | 111110 | 100110 |
Color Harmonies of #9D2534
Complementary color
Monochromatic Colors of #9D2534
Black with #9D2534
Text Example
Text Example
White with #9D2534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2534; }
p { color: rgb(157,37,52); }
H1.HeaderClassName
{
color: #9D2534;
}
.AnyTagClassName
{
color: #9D2534;
}
</style>
background-color css
<style>
a { background-color: #9D2534; }
a { background-color: rgb(157,37,52); }
div.DivClassName
{
background-color: #9D2534;
}
.BgClassName
{
background-color: #9D2534;
}
</style>
border-color css
<style>
span { border-color: #9D2534; }
span { border-color: rgb(157,37,52); }
td.TdClassName
{
border-color: #9D2534;
}
.TagClassName
{
border-color: #9D2534;
}
</style>