Shades of Bright Red #9D2C42
Tints of Bright Red #9D2C42
RGB
CMYK
RGB Variations
Color information
#9D2C42 (or 0x9D2C42) is known color: Bright Red. HEX triplet: 9D, 2C and 42. RGB value is (157,44,66). Sum of RGB (Red+Green+Blue) = 157+44+66=267 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.80% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2C42 is #62D3BD. Grayscale: #505050. Windows color (decimal): -6476734 or 4336797. OLE color: 4336797.
HSL color Cylindrical-coordinate representation of color #9D2C42: hue angle of 348.32º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D2C42 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 44 | 66 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.38 |
| HSL | 348.32º | 0.56% | 0.39% | - |
| HSV(B) | 348.32º | 0.72% | 0.62% | - |
| XYZ | 15.79 | 9.36 | 6.13 | - |
| YUV | 80.3 | 119.94 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 44 | 66 | 0 | 0.72 | 0.58 | 0.38 | 348.32 | 0.56 | 0.39 |
| Hex | 9D | 2C | 42 | 0 | 48 | 3A | 26 | 15C | 38 | 27 |
| Octal | 235 | 54 | 102 | 0 | 110 | 72 | 46 | 534 | 70 | 47 |
| Binary | 10011101 | 101100 | 1000010 | 0 | 1001000 | 111010 | 100110 | 101011100 | 111000 | 100111 |
Color Harmonies of #9D2C42
Complementary color
Monochromatic Colors of #9D2C42
Black with #9D2C42
Text Example
Text Example
White with #9D2C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2C42; }
p { color: rgb(157,44,66); }
H1.HeaderClassName
{
color: #9D2C42;
}
.AnyTagClassName
{
color: #9D2C42;
}
</style>
background-color css
<style>
a { background-color: #9D2C42; }
a { background-color: rgb(157,44,66); }
div.DivClassName
{
background-color: #9D2C42;
}
.BgClassName
{
background-color: #9D2C42;
}
</style>
border-color css
<style>
span { border-color: #9D2C42; }
span { border-color: rgb(157,44,66); }
td.TdClassName
{
border-color: #9D2C42;
}
.TagClassName
{
border-color: #9D2C42;
}
</style>