Shades of Bright Red #9D243E
Tints of Bright Red #9D243E
RGB
CMYK
RGB Variations
Color information
#9D243E (or 0x9D243E) is known color: Bright Red. HEX triplet: 9D, 24 and 3E. RGB value is (157,36,62). Sum of RGB (Red+Green+Blue) = 157+36+62=255 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.57% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 157 - color contains mainly: red. Hex color #9D243E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D243E is #62DBC1. Grayscale: #4B4B4B. Windows color (decimal): -6478786 or 4072605. OLE color: 4072605.
HSL color Cylindrical-coordinate representation of color #9D243E: hue angle of 347.11º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9D243E is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 36 | 62 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.38 |
| HSL | 347.11º | 0.63% | 0.38% | - |
| HSV(B) | 347.11º | 0.77% | 0.62% | - |
| XYZ | 15.41 | 8.78 | 5.44 | - |
| YUV | 75.14 | 120.59 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 36 | 62 | 0 | 0.77 | 0.61 | 0.38 | 347.11 | 0.63 | 0.38 |
| Hex | 9D | 24 | 3E | 0 | 4D | 3D | 26 | 15B | 3F | 26 |
| Octal | 235 | 44 | 76 | 0 | 115 | 75 | 46 | 533 | 77 | 46 |
| Binary | 10011101 | 100100 | 111110 | 0 | 1001101 | 111101 | 100110 | 101011011 | 111111 | 100110 |
Color Harmonies of #9D243E
Complementary color
Monochromatic Colors of #9D243E
Black with #9D243E
Text Example
Text Example
White with #9D243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D243E; }
p { color: rgb(157,36,62); }
H1.HeaderClassName
{
color: #9D243E;
}
.AnyTagClassName
{
color: #9D243E;
}
</style>
background-color css
<style>
a { background-color: #9D243E; }
a { background-color: rgb(157,36,62); }
div.DivClassName
{
background-color: #9D243E;
}
.BgClassName
{
background-color: #9D243E;
}
</style>
border-color css
<style>
span { border-color: #9D243E; }
span { border-color: rgb(157,36,62); }
td.TdClassName
{
border-color: #9D243E;
}
.TagClassName
{
border-color: #9D243E;
}
</style>