Shades of Bright Red #9B142F
Tints of Bright Red #9B142F
RGB
CMYK
RGB Variations
Color information
#9B142F (or 0x9B142F) is known color: Bright Red. HEX triplet: 9B, 14 and 2F. RGB value is (155,20,47). Sum of RGB (Red+Green+Blue) = 155+20+47=222 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.82% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 155 - color contains mainly: red. Hex color #9B142F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B142F is #64EBD0. Grayscale: #3F3F3F. Windows color (decimal): -6613969 or 3085467. OLE color: 3085467.
HSL color Cylindrical-coordinate representation of color #9B142F: hue angle of 348º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B142F is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 20 | 47 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.39 |
| HSL | 348º | 0.77% | 0.34% | - |
| HSV(B) | 348º | 0.87% | 0.61% | - |
| XYZ | 14.28 | 7.67 | 3.42 | - |
| YUV | 63.44 | 118.73 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 20 | 47 | 0 | 0.87 | 0.70 | 0.39 | 348 | 0.77 | 0.34 |
| Hex | 9B | 14 | 2F | 0 | 57 | 46 | 27 | 15C | 4D | 22 |
| Octal | 233 | 24 | 57 | 0 | 127 | 106 | 47 | 534 | 115 | 42 |
| Binary | 10011011 | 10100 | 101111 | 0 | 1010111 | 1000110 | 100111 | 101011100 | 1001101 | 100010 |
Color Harmonies of #9B142F
Complementary color
Monochromatic Colors of #9B142F
Black with #9B142F
Text Example
Text Example
White with #9B142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B142F; }
p { color: rgb(155,20,47); }
H1.HeaderClassName
{
color: #9B142F;
}
.AnyTagClassName
{
color: #9B142F;
}
</style>
background-color css
<style>
a { background-color: #9B142F; }
a { background-color: rgb(155,20,47); }
div.DivClassName
{
background-color: #9B142F;
}
.BgClassName
{
background-color: #9B142F;
}
</style>
border-color css
<style>
span { border-color: #9B142F; }
span { border-color: rgb(155,20,47); }
td.TdClassName
{
border-color: #9B142F;
}
.TagClassName
{
border-color: #9B142F;
}
</style>