Shades of Bright Red #9B1F3C
Tints of Bright Red #9B1F3C
RGB
CMYK
RGB Variations
Color information
#9B1F3C (or 0x9B1F3C) is known color: Bright Red. HEX triplet: 9B, 1F and 3C. RGB value is (155,31,60). Sum of RGB (Red+Green+Blue) = 155+31+60=246 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.01% from 246); Green value is 31 (12.5% from 255 or 12.60% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1F3C is #64E0C3. Grayscale: #474747. Windows color (decimal): -6611140 or 3940251. OLE color: 3940251.
HSL color Cylindrical-coordinate representation of color #9B1F3C: hue angle of 345.97º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B1F3C is Cyan = 0, Magento = 0.8, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 31 | 60 | - |
| CMYK | 0 | 0.8 | 0.61 | 0.39 |
| HSL | 345.97º | 0.67% | 0.36% | - |
| HSV(B) | 345.97º | 0.8% | 0.61% | - |
| XYZ | 14.82 | 8.27 | 5.09 | - |
| YUV | 71.38 | 121.58 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 31 | 60 | 0 | 0.8 | 0.61 | 0.39 | 345.97 | 0.67 | 0.36 |
| Hex | 9B | 1F | 3C | 0 | 50 | 3D | 27 | 15A | 43 | 24 |
| Octal | 233 | 37 | 74 | 0 | 120 | 75 | 47 | 532 | 103 | 44 |
| Binary | 10011011 | 11111 | 111100 | 0 | 1010000 | 111101 | 100111 | 101011010 | 1000011 | 100100 |
Color Harmonies of #9B1F3C
Complementary color
Monochromatic Colors of #9B1F3C
Black with #9B1F3C
Text Example
Text Example
White with #9B1F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1F3C; }
p { color: rgb(155,31,60); }
H1.HeaderClassName
{
color: #9B1F3C;
}
.AnyTagClassName
{
color: #9B1F3C;
}
</style>
background-color css
<style>
a { background-color: #9B1F3C; }
a { background-color: rgb(155,31,60); }
div.DivClassName
{
background-color: #9B1F3C;
}
.BgClassName
{
background-color: #9B1F3C;
}
</style>
border-color css
<style>
span { border-color: #9B1F3C; }
span { border-color: rgb(155,31,60); }
td.TdClassName
{
border-color: #9B1F3C;
}
.TagClassName
{
border-color: #9B1F3C;
}
</style>