Shades of Bright Red #9B1C1F
Tints of Bright Red #9B1C1F
RGB
CMYK
RGB Variations
Color information
#9B1C1F (or 0x9B1C1F) is known color: Bright Red. HEX triplet: 9B, 1C and 1F. RGB value is (155,28,31). Sum of RGB (Red+Green+Blue) = 155+28+31=214 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.43% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1C1F is #64E3E0. Grayscale: #424242. Windows color (decimal): -6611937 or 2038939. OLE color: 2038939.
HSL color Cylindrical-coordinate representation of color #9B1C1F: hue angle of 358.58º 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 #9B1C1F is Cyan = 0, Magento = 0.82, Yellow = 0.8 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 28 | 31 | - |
| CMYK | 0 | 0.82 | 0.8 | 0.39 |
| HSL | 358.58º | 0.69% | 0.36% | - |
| HSV(B) | 358.58º | 0.82% | 0.61% | - |
| XYZ | 14.18 | 7.9 | 2.07 | - |
| YUV | 66.32 | 108.08 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 28 | 31 | 0 | 0.82 | 0.8 | 0.39 | 358.58 | 0.69 | 0.36 |
| Hex | 9B | 1C | 1F | 0 | 52 | 50 | 27 | 167 | 45 | 24 |
| Octal | 233 | 34 | 37 | 0 | 122 | 120 | 47 | 547 | 105 | 44 |
| Binary | 10011011 | 11100 | 11111 | 0 | 1010010 | 1010000 | 100111 | 101100111 | 1000101 | 100100 |
Color Harmonies of #9B1C1F
Complementary color
Monochromatic Colors of #9B1C1F
Black with #9B1C1F
Text Example
Text Example
White with #9B1C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1C1F; }
p { color: rgb(155,28,31); }
H1.HeaderClassName
{
color: #9B1C1F;
}
.AnyTagClassName
{
color: #9B1C1F;
}
</style>
background-color css
<style>
a { background-color: #9B1C1F; }
a { background-color: rgb(155,28,31); }
div.DivClassName
{
background-color: #9B1C1F;
}
.BgClassName
{
background-color: #9B1C1F;
}
</style>
border-color css
<style>
span { border-color: #9B1C1F; }
span { border-color: rgb(155,28,31); }
td.TdClassName
{
border-color: #9B1C1F;
}
.TagClassName
{
border-color: #9B1C1F;
}
</style>