Shades of Bright Red #9D1334
Tints of Bright Red #9D1334
RGB
CMYK
RGB Variations
Color information
#9D1334 (or 0x9D1334) is known color: Bright Red. HEX triplet: 9D, 13 and 34. RGB value is (157,19,52). Sum of RGB (Red+Green+Blue) = 157+19+52=228 (30% of max value = 765). Red value is 157 (61.72% from 255 or 68.86% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1334 is #62ECCB. Grayscale: #404040. Windows color (decimal): -6483148 or 3412893. OLE color: 3412893.
HSL color Cylindrical-coordinate representation of color #9D1334: hue angle of 345.65º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D1334 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 19 | 52 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.38 |
| HSL | 345.65º | 0.78% | 0.35% | - |
| HSV(B) | 345.65º | 0.88% | 0.62% | - |
| XYZ | 14.76 | 7.88 | 3.99 | - |
| YUV | 64.02 | 121.22 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 19 | 52 | 0 | 0.88 | 0.67 | 0.38 | 345.65 | 0.78 | 0.35 |
| Hex | 9D | 13 | 34 | 0 | 58 | 43 | 26 | 15A | 4E | 23 |
| Octal | 235 | 23 | 64 | 0 | 130 | 103 | 46 | 532 | 116 | 43 |
| Binary | 10011101 | 10011 | 110100 | 0 | 1011000 | 1000011 | 100110 | 101011010 | 1001110 | 100011 |
Color Harmonies of #9D1334
Complementary color
Monochromatic Colors of #9D1334
Black with #9D1334
Text Example
Text Example
White with #9D1334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1334; }
p { color: rgb(157,19,52); }
H1.HeaderClassName
{
color: #9D1334;
}
.AnyTagClassName
{
color: #9D1334;
}
</style>
background-color css
<style>
a { background-color: #9D1334; }
a { background-color: rgb(157,19,52); }
div.DivClassName
{
background-color: #9D1334;
}
.BgClassName
{
background-color: #9D1334;
}
</style>
border-color css
<style>
span { border-color: #9D1334; }
span { border-color: rgb(157,19,52); }
td.TdClassName
{
border-color: #9D1334;
}
.TagClassName
{
border-color: #9D1334;
}
</style>