Shades of Bright Red #9B263D
Tints of Bright Red #9B263D
RGB
CMYK
RGB Variations
Color information
#9B263D (or 0x9B263D) is known color: Bright Red. HEX triplet: 9B, 26 and 3D. RGB value is (155,38,61). Sum of RGB (Red+Green+Blue) = 155+38+61=254 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.02% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 155 - color contains mainly: red. Hex color #9B263D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B263D is #64D9C2. Grayscale: #4B4B4B. Windows color (decimal): -6609347 or 4007579. OLE color: 4007579.
HSL color Cylindrical-coordinate representation of color #9B263D: hue angle of 348.21º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B263D is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 38 | 61 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.39 |
| HSL | 348.21º | 0.61% | 0.38% | - |
| HSV(B) | 348.21º | 0.75% | 0.61% | - |
| XYZ | 15.05 | 8.69 | 5.3 | - |
| YUV | 75.61 | 119.76 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 38 | 61 | 0 | 0.75 | 0.61 | 0.39 | 348.21 | 0.61 | 0.38 |
| Hex | 9B | 26 | 3D | 0 | 4B | 3D | 27 | 15C | 3D | 26 |
| Octal | 233 | 46 | 75 | 0 | 113 | 75 | 47 | 534 | 75 | 46 |
| Binary | 10011011 | 100110 | 111101 | 0 | 1001011 | 111101 | 100111 | 101011100 | 111101 | 100110 |
Color Harmonies of #9B263D
Complementary color
Monochromatic Colors of #9B263D
Black with #9B263D
Text Example
Text Example
White with #9B263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B263D; }
p { color: rgb(155,38,61); }
H1.HeaderClassName
{
color: #9B263D;
}
.AnyTagClassName
{
color: #9B263D;
}
</style>
background-color css
<style>
a { background-color: #9B263D; }
a { background-color: rgb(155,38,61); }
div.DivClassName
{
background-color: #9B263D;
}
.BgClassName
{
background-color: #9B263D;
}
</style>
border-color css
<style>
span { border-color: #9B263D; }
span { border-color: rgb(155,38,61); }
td.TdClassName
{
border-color: #9B263D;
}
.TagClassName
{
border-color: #9B263D;
}
</style>