Shades of Bright Red #9D242A
Tints of Bright Red #9D242A
RGB
CMYK
RGB Variations
Color information
#9D242A (or 0x9D242A) is known color: Bright Red. HEX triplet: 9D, 24 and 2A. RGB value is (157,36,42). Sum of RGB (Red+Green+Blue) = 157+36+42=235 (31% of max value = 765). Red value is 157 (61.72% from 255 or 66.81% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 157 - color contains mainly: red. Hex color #9D242A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D242A is #62DBD5. Grayscale: #484848. Windows color (decimal): -6478806 or 2761885. OLE color: 2761885.
HSL color Cylindrical-coordinate representation of color #9D242A: hue angle of 357.02º 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 #9D242A is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 36 | 42 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.38 |
| HSL | 357.02º | 0.63% | 0.38% | - |
| HSV(B) | 357.02º | 0.77% | 0.62% | - |
| XYZ | 14.95 | 8.6 | 3.06 | - |
| YUV | 72.86 | 110.59 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 36 | 42 | 0 | 0.77 | 0.73 | 0.38 | 357.02 | 0.63 | 0.38 |
| Hex | 9D | 24 | 2A | 0 | 4D | 49 | 26 | 165 | 3F | 26 |
| Octal | 235 | 44 | 52 | 0 | 115 | 111 | 46 | 545 | 77 | 46 |
| Binary | 10011101 | 100100 | 101010 | 0 | 1001101 | 1001001 | 100110 | 101100101 | 111111 | 100110 |
Color Harmonies of #9D242A
Complementary color
Monochromatic Colors of #9D242A
Black with #9D242A
Text Example
Text Example
White with #9D242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D242A; }
p { color: rgb(157,36,42); }
H1.HeaderClassName
{
color: #9D242A;
}
.AnyTagClassName
{
color: #9D242A;
}
</style>
background-color css
<style>
a { background-color: #9D242A; }
a { background-color: rgb(157,36,42); }
div.DivClassName
{
background-color: #9D242A;
}
.BgClassName
{
background-color: #9D242A;
}
</style>
border-color css
<style>
span { border-color: #9D242A; }
span { border-color: rgb(157,36,42); }
td.TdClassName
{
border-color: #9D242A;
}
.TagClassName
{
border-color: #9D242A;
}
</style>