Shades of Bright Red #9B2D3D
Tints of Bright Red #9B2D3D
RGB
CMYK
RGB Variations
Color information
#9B2D3D (or 0x9B2D3D) is known color: Bright Red. HEX triplet: 9B, 2D and 3D. RGB value is (155,45,61). Sum of RGB (Red+Green+Blue) = 155+45+61=261 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.39% from 261); Green value is 45 (17.97% from 255 or 17.24% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2D3D is #64D2C2. Grayscale: #4F4F4F. Windows color (decimal): -6607555 or 4009371. OLE color: 4009371.
HSL color Cylindrical-coordinate representation of color #9B2D3D: hue angle of 351.27º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9B2D3D is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 45 | 61 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.39 |
| HSL | 351.27º | 0.55% | 0.39% | - |
| HSV(B) | 351.27º | 0.71% | 0.61% | - |
| XYZ | 15.3 | 9.18 | 5.38 | - |
| YUV | 79.71 | 117.44 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 45 | 61 | 0 | 0.71 | 0.61 | 0.39 | 351.27 | 0.55 | 0.39 |
| Hex | 9B | 2D | 3D | 0 | 47 | 3D | 27 | 15F | 37 | 27 |
| Octal | 233 | 55 | 75 | 0 | 107 | 75 | 47 | 537 | 67 | 47 |
| Binary | 10011011 | 101101 | 111101 | 0 | 1000111 | 111101 | 100111 | 101011111 | 110111 | 100111 |
Color Harmonies of #9B2D3D
Complementary color
Monochromatic Colors of #9B2D3D
Black with #9B2D3D
Text Example
Text Example
White with #9B2D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2D3D; }
p { color: rgb(155,45,61); }
H1.HeaderClassName
{
color: #9B2D3D;
}
.AnyTagClassName
{
color: #9B2D3D;
}
</style>
background-color css
<style>
a { background-color: #9B2D3D; }
a { background-color: rgb(155,45,61); }
div.DivClassName
{
background-color: #9B2D3D;
}
.BgClassName
{
background-color: #9B2D3D;
}
</style>
border-color css
<style>
span { border-color: #9B2D3D; }
span { border-color: rgb(155,45,61); }
td.TdClassName
{
border-color: #9B2D3D;
}
.TagClassName
{
border-color: #9B2D3D;
}
</style>