Shades of Bright Red #9D2338
Tints of Bright Red #9D2338
RGB
CMYK
RGB Variations
Color information
#9D2338 (or 0x9D2338) is known color: Bright Red. HEX triplet: 9D, 23 and 38. RGB value is (157,35,56). Sum of RGB (Red+Green+Blue) = 157+35+56=248 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.31% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 56 (22.27% from 255 or 22.58% from 248); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2338 is #62DCC7. Grayscale: #494949. Windows color (decimal): -6479048 or 3679133. OLE color: 3679133.
HSL color Cylindrical-coordinate representation of color #9D2338: hue angle of 349.67º 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 #9D2338 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 35 | 56 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.38 |
| HSL | 349.67º | 0.64% | 0.38% | - |
| HSV(B) | 349.67º | 0.78% | 0.62% | - |
| XYZ | 15.22 | 8.66 | 4.61 | - |
| YUV | 73.87 | 117.92 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 35 | 56 | 0 | 0.78 | 0.64 | 0.38 | 349.67 | 0.64 | 0.38 |
| Hex | 9D | 23 | 38 | 0 | 4E | 40 | 26 | 15E | 40 | 26 |
| Octal | 235 | 43 | 70 | 0 | 116 | 100 | 46 | 536 | 100 | 46 |
| Binary | 10011101 | 100011 | 111000 | 0 | 1001110 | 1000000 | 100110 | 101011110 | 1000000 | 100110 |
Color Harmonies of #9D2338
Complementary color
Monochromatic Colors of #9D2338
Black with #9D2338
Text Example
Text Example
White with #9D2338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2338; }
p { color: rgb(157,35,56); }
H1.HeaderClassName
{
color: #9D2338;
}
.AnyTagClassName
{
color: #9D2338;
}
</style>
background-color css
<style>
a { background-color: #9D2338; }
a { background-color: rgb(157,35,56); }
div.DivClassName
{
background-color: #9D2338;
}
.BgClassName
{
background-color: #9D2338;
}
</style>
border-color css
<style>
span { border-color: #9D2338; }
span { border-color: rgb(157,35,56); }
td.TdClassName
{
border-color: #9D2338;
}
.TagClassName
{
border-color: #9D2338;
}
</style>