Shades of Bright Red #9B1D2F
Tints of Bright Red #9B1D2F
RGB
CMYK
RGB Variations
Color information
#9B1D2F (or 0x9B1D2F) is known color: Bright Red. HEX triplet: 9B, 1D and 2F. RGB value is (155,29,47). Sum of RGB (Red+Green+Blue) = 155+29+47=231 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.10% from 231); Green value is 29 (11.72% from 255 or 12.55% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1D2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1D2F is #64E2D0. Grayscale: #444444. Windows color (decimal): -6611665 or 3087771. OLE color: 3087771.
HSL color Cylindrical-coordinate representation of color #9B1D2F: hue angle of 351.43º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B1D2F is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 29 | 47 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.39 |
| HSL | 351.43º | 0.68% | 0.36% | - |
| HSV(B) | 351.43º | 0.81% | 0.61% | - |
| XYZ | 14.47 | 8.05 | 3.48 | - |
| YUV | 68.73 | 115.74 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 29 | 47 | 0 | 0.81 | 0.70 | 0.39 | 351.43 | 0.68 | 0.36 |
| Hex | 9B | 1D | 2F | 0 | 51 | 46 | 27 | 15F | 44 | 24 |
| Octal | 233 | 35 | 57 | 0 | 121 | 106 | 47 | 537 | 104 | 44 |
| Binary | 10011011 | 11101 | 101111 | 0 | 1010001 | 1000110 | 100111 | 101011111 | 1000100 | 100100 |
Color Harmonies of #9B1D2F
Complementary color
Monochromatic Colors of #9B1D2F
Black with #9B1D2F
Text Example
Text Example
White with #9B1D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1D2F; }
p { color: rgb(155,29,47); }
H1.HeaderClassName
{
color: #9B1D2F;
}
.AnyTagClassName
{
color: #9B1D2F;
}
</style>
background-color css
<style>
a { background-color: #9B1D2F; }
a { background-color: rgb(155,29,47); }
div.DivClassName
{
background-color: #9B1D2F;
}
.BgClassName
{
background-color: #9B1D2F;
}
</style>
border-color css
<style>
span { border-color: #9B1D2F; }
span { border-color: rgb(155,29,47); }
td.TdClassName
{
border-color: #9B1D2F;
}
.TagClassName
{
border-color: #9B1D2F;
}
</style>