Shades of Bright Red #9B1C3F
Tints of Bright Red #9B1C3F
RGB
CMYK
RGB Variations
Color information
#9B1C3F (or 0x9B1C3F) is known color: Bright Red. HEX triplet: 9B, 1C and 3F. RGB value is (155,28,63). Sum of RGB (Red+Green+Blue) = 155+28+63=246 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.01% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1C3F is #64E3C0. Grayscale: #454545. Windows color (decimal): -6611905 or 4136091. OLE color: 4136091.
HSL color Cylindrical-coordinate representation of color #9B1C3F: hue angle of 343.46º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B1C3F is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 28 | 63 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.39 |
| HSL | 343.46º | 0.69% | 0.36% | - |
| HSV(B) | 343.46º | 0.82% | 0.61% | - |
| XYZ | 14.83 | 8.16 | 5.5 | - |
| YUV | 69.96 | 124.08 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 28 | 63 | 0 | 0.82 | 0.59 | 0.39 | 343.46 | 0.69 | 0.36 |
| Hex | 9B | 1C | 3F | 0 | 52 | 3B | 27 | 157 | 45 | 24 |
| Octal | 233 | 34 | 77 | 0 | 122 | 73 | 47 | 527 | 105 | 44 |
| Binary | 10011011 | 11100 | 111111 | 0 | 1010010 | 111011 | 100111 | 101010111 | 1000101 | 100100 |
Color Harmonies of #9B1C3F
Complementary color
Monochromatic Colors of #9B1C3F
Black with #9B1C3F
Text Example
Text Example
White with #9B1C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1C3F; }
p { color: rgb(155,28,63); }
H1.HeaderClassName
{
color: #9B1C3F;
}
.AnyTagClassName
{
color: #9B1C3F;
}
</style>
background-color css
<style>
a { background-color: #9B1C3F; }
a { background-color: rgb(155,28,63); }
div.DivClassName
{
background-color: #9B1C3F;
}
.BgClassName
{
background-color: #9B1C3F;
}
</style>
border-color css
<style>
span { border-color: #9B1C3F; }
span { border-color: rgb(155,28,63); }
td.TdClassName
{
border-color: #9B1C3F;
}
.TagClassName
{
border-color: #9B1C3F;
}
</style>