Shades of Bright Red #9D1D27
Tints of Bright Red #9D1D27
RGB
CMYK
RGB Variations
Color information
#9D1D27 (or 0x9D1D27) is known color: Bright Red. HEX triplet: 9D, 1D and 27. RGB value is (157,29,39). Sum of RGB (Red+Green+Blue) = 157+29+39=225 (29% of max value = 765). Red value is 157 (61.72% from 255 or 69.78% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1D27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1D27 is #62E2D8. Grayscale: #444444. Windows color (decimal): -6480601 or 2563485. OLE color: 2563485.
HSL color Cylindrical-coordinate representation of color #9D1D27: hue angle of 355.31º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D1D27 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 29 | 39 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.38 |
| HSL | 355.31º | 0.69% | 0.36% | - |
| HSV(B) | 355.31º | 0.82% | 0.62% | - |
| XYZ | 14.71 | 8.19 | 2.73 | - |
| YUV | 68.41 | 111.41 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 29 | 39 | 0 | 0.82 | 0.75 | 0.38 | 355.31 | 0.69 | 0.36 |
| Hex | 9D | 1D | 27 | 0 | 52 | 4B | 26 | 163 | 45 | 24 |
| Octal | 235 | 35 | 47 | 0 | 122 | 113 | 46 | 543 | 105 | 44 |
| Binary | 10011101 | 11101 | 100111 | 0 | 1010010 | 1001011 | 100110 | 101100011 | 1000101 | 100100 |
Color Harmonies of #9D1D27
Complementary color
Monochromatic Colors of #9D1D27
Black with #9D1D27
Text Example
Text Example
White with #9D1D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1D27; }
p { color: rgb(157,29,39); }
H1.HeaderClassName
{
color: #9D1D27;
}
.AnyTagClassName
{
color: #9D1D27;
}
</style>
background-color css
<style>
a { background-color: #9D1D27; }
a { background-color: rgb(157,29,39); }
div.DivClassName
{
background-color: #9D1D27;
}
.BgClassName
{
background-color: #9D1D27;
}
</style>
border-color css
<style>
span { border-color: #9D1D27; }
span { border-color: rgb(157,29,39); }
td.TdClassName
{
border-color: #9D1D27;
}
.TagClassName
{
border-color: #9D1D27;
}
</style>