Shades of Bright Red #9D243F
Tints of Bright Red #9D243F
RGB
CMYK
RGB Variations
Color information
#9D243F (or 0x9D243F) is known color: Bright Red. HEX triplet: 9D, 24 and 3F. RGB value is (157,36,63). Sum of RGB (Red+Green+Blue) = 157+36+63=256 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.33% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 157 - color contains mainly: red. Hex color #9D243F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D243F is #62DBC0. Grayscale: #4B4B4B. Windows color (decimal): -6478785 or 4138141. OLE color: 4138141.
HSL color Cylindrical-coordinate representation of color #9D243F: hue angle of 346.61º 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 #9D243F is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 36 | 63 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.38 |
| HSL | 346.61º | 0.63% | 0.38% | - |
| HSV(B) | 346.61º | 0.77% | 0.62% | - |
| XYZ | 15.43 | 8.79 | 5.59 | - |
| YUV | 75.26 | 121.09 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 36 | 63 | 0 | 0.77 | 0.60 | 0.38 | 346.61 | 0.63 | 0.38 |
| Hex | 9D | 24 | 3F | 0 | 4D | 3C | 26 | 15B | 3F | 26 |
| Octal | 235 | 44 | 77 | 0 | 115 | 74 | 46 | 533 | 77 | 46 |
| Binary | 10011101 | 100100 | 111111 | 0 | 1001101 | 111100 | 100110 | 101011011 | 111111 | 100110 |
Color Harmonies of #9D243F
Complementary color
Monochromatic Colors of #9D243F
Black with #9D243F
Text Example
Text Example
White with #9D243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D243F; }
p { color: rgb(157,36,63); }
H1.HeaderClassName
{
color: #9D243F;
}
.AnyTagClassName
{
color: #9D243F;
}
</style>
background-color css
<style>
a { background-color: #9D243F; }
a { background-color: rgb(157,36,63); }
div.DivClassName
{
background-color: #9D243F;
}
.BgClassName
{
background-color: #9D243F;
}
</style>
border-color css
<style>
span { border-color: #9D243F; }
span { border-color: rgb(157,36,63); }
td.TdClassName
{
border-color: #9D243F;
}
.TagClassName
{
border-color: #9D243F;
}
</style>