Shades of Bright Red #9F132D
Tints of Bright Red #9F132D
RGB
CMYK
RGB Variations
Color information
#9F132D (or 0x9F132D) is known color: Bright Red. HEX triplet: 9F, 13 and 2D. RGB value is (159,19,45). Sum of RGB (Red+Green+Blue) = 159+19+45=223 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.30% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 159 - color contains mainly: red. Hex color #9F132D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F132D is #60ECD2. Grayscale: #3F3F3F. Windows color (decimal): -6352083 or 2954143. OLE color: 2954143.
HSL color Cylindrical-coordinate representation of color #9F132D: hue angle of 348.86º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F132D is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 45 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.38 |
| HSL | 348.86º | 0.79% | 0.35% | - |
| HSV(B) | 348.86º | 0.88% | 0.62% | - |
| XYZ | 15 | 8.03 | 3.24 | - |
| YUV | 63.82 | 117.38 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 45 | 0 | 0.88 | 0.72 | 0.38 | 348.86 | 0.79 | 0.35 |
| Hex | 9F | 13 | 2D | 0 | 58 | 48 | 26 | 15D | 4F | 23 |
| Octal | 237 | 23 | 55 | 0 | 130 | 110 | 46 | 535 | 117 | 43 |
| Binary | 10011111 | 10011 | 101101 | 0 | 1011000 | 1001000 | 100110 | 101011101 | 1001111 | 100011 |
Color Harmonies of #9F132D
Complementary color
Monochromatic Colors of #9F132D
Black with #9F132D
Text Example
Text Example
White with #9F132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F132D; }
p { color: rgb(159,19,45); }
H1.HeaderClassName
{
color: #9F132D;
}
.AnyTagClassName
{
color: #9F132D;
}
</style>
background-color css
<style>
a { background-color: #9F132D; }
a { background-color: rgb(159,19,45); }
div.DivClassName
{
background-color: #9F132D;
}
.BgClassName
{
background-color: #9F132D;
}
</style>
border-color css
<style>
span { border-color: #9F132D; }
span { border-color: rgb(159,19,45); }
td.TdClassName
{
border-color: #9F132D;
}
.TagClassName
{
border-color: #9F132D;
}
</style>