Shades of Bright Red #9F182D
Tints of Bright Red #9F182D
RGB
CMYK
RGB Variations
Color information
#9F182D (or 0x9F182D) is known color: Bright Red. HEX triplet: 9F, 18 and 2D. RGB value is (159,24,45). Sum of RGB (Red+Green+Blue) = 159+24+45=228 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.74% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 159 - color contains mainly: red. Hex color #9F182D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F182D is #60E7D2. Grayscale: #424242. Windows color (decimal): -6350803 or 2955423. OLE color: 2955423.
HSL color Cylindrical-coordinate representation of color #9F182D: hue angle of 350.67º 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 #9F182D is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 45 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.38 |
| HSL | 350.67º | 0.74% | 0.36% | - |
| HSV(B) | 350.67º | 0.85% | 0.62% | - |
| XYZ | 15.1 | 8.21 | 3.27 | - |
| YUV | 66.76 | 115.73 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 45 | 0 | 0.85 | 0.72 | 0.38 | 350.67 | 0.74 | 0.36 |
| Hex | 9F | 18 | 2D | 0 | 55 | 48 | 26 | 15F | 4A | 24 |
| Octal | 237 | 30 | 55 | 0 | 125 | 110 | 46 | 537 | 112 | 44 |
| Binary | 10011111 | 11000 | 101101 | 0 | 1010101 | 1001000 | 100110 | 101011111 | 1001010 | 100100 |
Color Harmonies of #9F182D
Complementary color
Monochromatic Colors of #9F182D
Black with #9F182D
Text Example
Text Example
White with #9F182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F182D; }
p { color: rgb(159,24,45); }
H1.HeaderClassName
{
color: #9F182D;
}
.AnyTagClassName
{
color: #9F182D;
}
</style>
background-color css
<style>
a { background-color: #9F182D; }
a { background-color: rgb(159,24,45); }
div.DivClassName
{
background-color: #9F182D;
}
.BgClassName
{
background-color: #9F182D;
}
</style>
border-color css
<style>
span { border-color: #9F182D; }
span { border-color: rgb(159,24,45); }
td.TdClassName
{
border-color: #9F182D;
}
.TagClassName
{
border-color: #9F182D;
}
</style>