Shades of Bright Red #9B263F
Tints of Bright Red #9B263F
RGB
CMYK
RGB Variations
Color information
#9B263F (or 0x9B263F) is known color: Bright Red. HEX triplet: 9B, 26 and 3F. RGB value is (155,38,63). Sum of RGB (Red+Green+Blue) = 155+38+63=256 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.55% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 155 - color contains mainly: red. Hex color #9B263F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B263F is #64D9C0. Grayscale: #4B4B4B. Windows color (decimal): -6609345 or 4138651. OLE color: 4138651.
HSL color Cylindrical-coordinate representation of color #9B263F: hue angle of 347.18º 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 #9B263F is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 38 | 63 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.39 |
| HSL | 347.18º | 0.61% | 0.38% | - |
| HSV(B) | 347.18º | 0.75% | 0.61% | - |
| XYZ | 15.11 | 8.71 | 5.59 | - |
| YUV | 75.83 | 120.76 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 38 | 63 | 0 | 0.75 | 0.59 | 0.39 | 347.18 | 0.61 | 0.38 |
| Hex | 9B | 26 | 3F | 0 | 4B | 3B | 27 | 15B | 3D | 26 |
| Octal | 233 | 46 | 77 | 0 | 113 | 73 | 47 | 533 | 75 | 46 |
| Binary | 10011011 | 100110 | 111111 | 0 | 1001011 | 111011 | 100111 | 101011011 | 111101 | 100110 |
Color Harmonies of #9B263F
Complementary color
Monochromatic Colors of #9B263F
Black with #9B263F
Text Example
Text Example
White with #9B263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B263F; }
p { color: rgb(155,38,63); }
H1.HeaderClassName
{
color: #9B263F;
}
.AnyTagClassName
{
color: #9B263F;
}
</style>
background-color css
<style>
a { background-color: #9B263F; }
a { background-color: rgb(155,38,63); }
div.DivClassName
{
background-color: #9B263F;
}
.BgClassName
{
background-color: #9B263F;
}
</style>
border-color css
<style>
span { border-color: #9B263F; }
span { border-color: rgb(155,38,63); }
td.TdClassName
{
border-color: #9B263F;
}
.TagClassName
{
border-color: #9B263F;
}
</style>