Shades of Bright Red #9F232D
Tints of Bright Red #9F232D
RGB
CMYK
RGB Variations
Color information
#9F232D (or 0x9F232D) is known color: Bright Red. HEX triplet: 9F, 23 and 2D. RGB value is (159,35,45). Sum of RGB (Red+Green+Blue) = 159+35+45=239 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.53% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 159 - color contains mainly: red. Hex color #9F232D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F232D is #60DCD2. Grayscale: #494949. Windows color (decimal): -6347987 or 2958239. OLE color: 2958239.
HSL color Cylindrical-coordinate representation of color #9F232D: hue angle of 355.16º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F232D is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 35 | 45 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.38 |
| HSL | 355.16º | 0.64% | 0.38% | - |
| HSV(B) | 355.16º | 0.78% | 0.62% | - |
| XYZ | 15.37 | 8.76 | 3.36 | - |
| YUV | 73.22 | 112.08 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 45 | 0 | 0.78 | 0.72 | 0.38 | 355.16 | 0.64 | 0.38 |
| Hex | 9F | 23 | 2D | 0 | 4E | 48 | 26 | 163 | 40 | 26 |
| Octal | 237 | 43 | 55 | 0 | 116 | 110 | 46 | 543 | 100 | 46 |
| Binary | 10011111 | 100011 | 101101 | 0 | 1001110 | 1001000 | 100110 | 101100011 | 1000000 | 100110 |
Color Harmonies of #9F232D
Complementary color
Monochromatic Colors of #9F232D
Black with #9F232D
Text Example
Text Example
White with #9F232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F232D; }
p { color: rgb(159,35,45); }
H1.HeaderClassName
{
color: #9F232D;
}
.AnyTagClassName
{
color: #9F232D;
}
</style>
background-color css
<style>
a { background-color: #9F232D; }
a { background-color: rgb(159,35,45); }
div.DivClassName
{
background-color: #9F232D;
}
.BgClassName
{
background-color: #9F232D;
}
</style>
border-color css
<style>
span { border-color: #9F232D; }
span { border-color: rgb(159,35,45); }
td.TdClassName
{
border-color: #9F232D;
}
.TagClassName
{
border-color: #9F232D;
}
</style>