Shades of Bright Red #9F182F
Tints of Bright Red #9F182F
RGB
CMYK
RGB Variations
Color information
#9F182F (or 0x9F182F) is known color: Bright Red. HEX triplet: 9F, 18 and 2F. RGB value is (159,24,47). Sum of RGB (Red+Green+Blue) = 159+24+47=230 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.13% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 159 - color contains mainly: red. Hex color #9F182F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F182F is #60E7D0. Grayscale: #434343. Windows color (decimal): -6350801 or 3086495. OLE color: 3086495.
HSL color Cylindrical-coordinate representation of color #9F182F: hue angle of 349.78º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F182F is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 47 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.38 |
| HSL | 349.78º | 0.74% | 0.36% | - |
| HSV(B) | 349.78º | 0.85% | 0.62% | - |
| XYZ | 15.14 | 8.23 | 3.48 | - |
| YUV | 66.99 | 116.73 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 47 | 0 | 0.85 | 0.70 | 0.38 | 349.78 | 0.74 | 0.36 |
| Hex | 9F | 18 | 2F | 0 | 55 | 46 | 26 | 15E | 4A | 24 |
| Octal | 237 | 30 | 57 | 0 | 125 | 106 | 46 | 536 | 112 | 44 |
| Binary | 10011111 | 11000 | 101111 | 0 | 1010101 | 1000110 | 100110 | 101011110 | 1001010 | 100100 |
Color Harmonies of #9F182F
Complementary color
Monochromatic Colors of #9F182F
Black with #9F182F
Text Example
Text Example
White with #9F182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F182F; }
p { color: rgb(159,24,47); }
H1.HeaderClassName
{
color: #9F182F;
}
.AnyTagClassName
{
color: #9F182F;
}
</style>
background-color css
<style>
a { background-color: #9F182F; }
a { background-color: rgb(159,24,47); }
div.DivClassName
{
background-color: #9F182F;
}
.BgClassName
{
background-color: #9F182F;
}
</style>
border-color css
<style>
span { border-color: #9F182F; }
span { border-color: rgb(159,24,47); }
td.TdClassName
{
border-color: #9F182F;
}
.TagClassName
{
border-color: #9F182F;
}
</style>