Shades of Bright Red #9D233F
Tints of Bright Red #9D233F
RGB
CMYK
RGB Variations
Color information
#9D233F (or 0x9D233F) is known color: Bright Red. HEX triplet: 9D, 23 and 3F. RGB value is (157,35,63). Sum of RGB (Red+Green+Blue) = 157+35+63=255 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.57% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 157 - color contains mainly: red. Hex color #9D233F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D233F is #62DCC0. Grayscale: #4A4A4A. Windows color (decimal): -6479041 or 4137885. OLE color: 4137885.
HSL color Cylindrical-coordinate representation of color #9D233F: hue angle of 346.23º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9D233F is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 35 | 63 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.38 |
| HSL | 346.23º | 0.64% | 0.38% | - |
| HSV(B) | 346.23º | 0.78% | 0.62% | - |
| XYZ | 15.4 | 8.73 | 5.58 | - |
| YUV | 74.67 | 121.42 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 35 | 63 | 0 | 0.78 | 0.60 | 0.38 | 346.23 | 0.64 | 0.38 |
| Hex | 9D | 23 | 3F | 0 | 4E | 3C | 26 | 15A | 40 | 26 |
| Octal | 235 | 43 | 77 | 0 | 116 | 74 | 46 | 532 | 100 | 46 |
| Binary | 10011101 | 100011 | 111111 | 0 | 1001110 | 111100 | 100110 | 101011010 | 1000000 | 100110 |
Color Harmonies of #9D233F
Complementary color
Monochromatic Colors of #9D233F
Black with #9D233F
Text Example
Text Example
White with #9D233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D233F; }
p { color: rgb(157,35,63); }
H1.HeaderClassName
{
color: #9D233F;
}
.AnyTagClassName
{
color: #9D233F;
}
</style>
background-color css
<style>
a { background-color: #9D233F; }
a { background-color: rgb(157,35,63); }
div.DivClassName
{
background-color: #9D233F;
}
.BgClassName
{
background-color: #9D233F;
}
</style>
border-color css
<style>
span { border-color: #9D233F; }
span { border-color: rgb(157,35,63); }
td.TdClassName
{
border-color: #9D233F;
}
.TagClassName
{
border-color: #9D233F;
}
</style>