Shades of Bright Red #9B0E36
Tints of Bright Red #9B0E36
RGB
CMYK
RGB Variations
Color information
#9B0E36 (or 0x9B0E36) is known color: Bright Red. HEX triplet: 9B, 0E and 36. RGB value is (155,14,54). Sum of RGB (Red+Green+Blue) = 155+14+54=223 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.51% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0E36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0E36 is #64F1C9. Grayscale: #3C3C3C. Windows color (decimal): -6615498 or 3542683. OLE color: 3542683.
HSL color Cylindrical-coordinate representation of color #9B0E36: hue angle of 342.98º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B0E36 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 14 | 54 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.39 |
| HSL | 342.98º | 0.83% | 0.33% | - |
| HSV(B) | 342.98º | 0.91% | 0.61% | - |
| XYZ | 14.34 | 7.55 | 4.19 | - |
| YUV | 60.72 | 124.21 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 14 | 54 | 0 | 0.91 | 0.65 | 0.39 | 342.98 | 0.83 | 0.33 |
| Hex | 9B | E | 36 | 0 | 5B | 41 | 27 | 157 | 53 | 21 |
| Octal | 233 | 16 | 66 | 0 | 133 | 101 | 47 | 527 | 123 | 41 |
| Binary | 10011011 | 1110 | 110110 | 0 | 1011011 | 1000001 | 100111 | 101010111 | 1010011 | 100001 |
Color Harmonies of #9B0E36
Complementary color
Monochromatic Colors of #9B0E36
Black with #9B0E36
Text Example
Text Example
White with #9B0E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0E36; }
p { color: rgb(155,14,54); }
H1.HeaderClassName
{
color: #9B0E36;
}
.AnyTagClassName
{
color: #9B0E36;
}
</style>
background-color css
<style>
a { background-color: #9B0E36; }
a { background-color: rgb(155,14,54); }
div.DivClassName
{
background-color: #9B0E36;
}
.BgClassName
{
background-color: #9B0E36;
}
</style>
border-color css
<style>
span { border-color: #9B0E36; }
span { border-color: rgb(155,14,54); }
td.TdClassName
{
border-color: #9B0E36;
}
.TagClassName
{
border-color: #9B0E36;
}
</style>