Shades of Bright Red #9F233D
Tints of Bright Red #9F233D
RGB
CMYK
RGB Variations
Color information
#9F233D (or 0x9F233D) is known color: Bright Red. HEX triplet: 9F, 23 and 3D. RGB value is (159,35,61). Sum of RGB (Red+Green+Blue) = 159+35+61=255 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.35% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 159 - color contains mainly: red. Hex color #9F233D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F233D is #60DCC2. Grayscale: #4B4B4B. Windows color (decimal): -6347971 or 4006815. OLE color: 4006815.
HSL color Cylindrical-coordinate representation of color #9F233D: hue angle of 347.42º 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 #9F233D is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 35 | 61 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.38 |
| HSL | 347.42º | 0.64% | 0.38% | - |
| HSV(B) | 347.42º | 0.78% | 0.62% | - |
| XYZ | 15.74 | 8.91 | 5.3 | - |
| YUV | 75.04 | 120.08 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 61 | 0 | 0.78 | 0.62 | 0.38 | 347.42 | 0.64 | 0.38 |
| Hex | 9F | 23 | 3D | 0 | 4E | 3E | 26 | 15B | 40 | 26 |
| Octal | 237 | 43 | 75 | 0 | 116 | 76 | 46 | 533 | 100 | 46 |
| Binary | 10011111 | 100011 | 111101 | 0 | 1001110 | 111110 | 100110 | 101011011 | 1000000 | 100110 |
Color Harmonies of #9F233D
Complementary color
Monochromatic Colors of #9F233D
Black with #9F233D
Text Example
Text Example
White with #9F233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F233D; }
p { color: rgb(159,35,61); }
H1.HeaderClassName
{
color: #9F233D;
}
.AnyTagClassName
{
color: #9F233D;
}
</style>
background-color css
<style>
a { background-color: #9F233D; }
a { background-color: rgb(159,35,61); }
div.DivClassName
{
background-color: #9F233D;
}
.BgClassName
{
background-color: #9F233D;
}
</style>
border-color css
<style>
span { border-color: #9F233D; }
span { border-color: rgb(159,35,61); }
td.TdClassName
{
border-color: #9F233D;
}
.TagClassName
{
border-color: #9F233D;
}
</style>