Shades of Bright Red #9D1B2C
Tints of Bright Red #9D1B2C
RGB
CMYK
RGB Variations
Color information
#9D1B2C (or 0x9D1B2C) is known color: Bright Red. HEX triplet: 9D, 1B and 2C. RGB value is (157,27,44). Sum of RGB (Red+Green+Blue) = 157+27+44=228 (30% of max value = 765). Red value is 157 (61.72% from 255 or 68.86% from 228); Green value is 27 (10.94% from 255 or 11.84% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1B2C is #62E4D3. Grayscale: #434343. Windows color (decimal): -6481108 or 2890653. OLE color: 2890653.
HSL color Cylindrical-coordinate representation of color #9D1B2C: hue angle of 352.15º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9D1B2C is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 27 | 44 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.38 |
| HSL | 352.15º | 0.71% | 0.36% | - |
| HSV(B) | 352.15º | 0.83% | 0.62% | - |
| XYZ | 14.75 | 8.13 | 3.18 | - |
| YUV | 67.81 | 114.57 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 27 | 44 | 0 | 0.83 | 0.72 | 0.38 | 352.15 | 0.71 | 0.36 |
| Hex | 9D | 1B | 2C | 0 | 53 | 48 | 26 | 160 | 47 | 24 |
| Octal | 235 | 33 | 54 | 0 | 123 | 110 | 46 | 540 | 107 | 44 |
| Binary | 10011101 | 11011 | 101100 | 0 | 1010011 | 1001000 | 100110 | 101100000 | 1000111 | 100100 |
Color Harmonies of #9D1B2C
Complementary color
Monochromatic Colors of #9D1B2C
Black with #9D1B2C
Text Example
Text Example
White with #9D1B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1B2C; }
p { color: rgb(157,27,44); }
H1.HeaderClassName
{
color: #9D1B2C;
}
.AnyTagClassName
{
color: #9D1B2C;
}
</style>
background-color css
<style>
a { background-color: #9D1B2C; }
a { background-color: rgb(157,27,44); }
div.DivClassName
{
background-color: #9D1B2C;
}
.BgClassName
{
background-color: #9D1B2C;
}
</style>
border-color css
<style>
span { border-color: #9D1B2C; }
span { border-color: rgb(157,27,44); }
td.TdClassName
{
border-color: #9D1B2C;
}
.TagClassName
{
border-color: #9D1B2C;
}
</style>