Shades of Bright Red #9B1635
Tints of Bright Red #9B1635
RGB
CMYK
RGB Variations
Color information
#9B1635 (or 0x9B1635) is known color: Bright Red. HEX triplet: 9B, 16 and 35. RGB value is (155,22,53). Sum of RGB (Red+Green+Blue) = 155+22+53=230 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.39% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1635 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1635 is #64E9CA. Grayscale: #414141. Windows color (decimal): -6613451 or 3479195. OLE color: 3479195.
HSL color Cylindrical-coordinate representation of color #9B1635: hue angle of 346.02º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B1635 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 22 | 53 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.39 |
| HSL | 346.02º | 0.75% | 0.35% | - |
| HSV(B) | 346.02º | 0.86% | 0.61% | - |
| XYZ | 14.45 | 7.8 | 4.11 | - |
| YUV | 65.3 | 121.06 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 22 | 53 | 0 | 0.86 | 0.66 | 0.39 | 346.02 | 0.75 | 0.35 |
| Hex | 9B | 16 | 35 | 0 | 56 | 42 | 27 | 15A | 4B | 23 |
| Octal | 233 | 26 | 65 | 0 | 126 | 102 | 47 | 532 | 113 | 43 |
| Binary | 10011011 | 10110 | 110101 | 0 | 1010110 | 1000010 | 100111 | 101011010 | 1001011 | 100011 |
Color Harmonies of #9B1635
Complementary color
Monochromatic Colors of #9B1635
Black with #9B1635
Text Example
Text Example
White with #9B1635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1635; }
p { color: rgb(155,22,53); }
H1.HeaderClassName
{
color: #9B1635;
}
.AnyTagClassName
{
color: #9B1635;
}
</style>
background-color css
<style>
a { background-color: #9B1635; }
a { background-color: rgb(155,22,53); }
div.DivClassName
{
background-color: #9B1635;
}
.BgClassName
{
background-color: #9B1635;
}
</style>
border-color css
<style>
span { border-color: #9B1635; }
span { border-color: rgb(155,22,53); }
td.TdClassName
{
border-color: #9B1635;
}
.TagClassName
{
border-color: #9B1635;
}
</style>