Shades of Bright Red #9F233C
Tints of Bright Red #9F233C
RGB
CMYK
RGB Variations
Color information
#9F233C (or 0x9F233C) is known color: Bright Red. HEX triplet: 9F, 23 and 3C. RGB value is (159,35,60). Sum of RGB (Red+Green+Blue) = 159+35+60=254 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.60% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 159 - color contains mainly: red. Hex color #9F233C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F233C is #60DCC3. Grayscale: #4A4A4A. Windows color (decimal): -6347972 or 3941279. OLE color: 3941279.
HSL color Cylindrical-coordinate representation of color #9F233C: hue angle of 347.9º 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 #9F233C is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 35 | 60 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.38 |
| HSL | 347.9º | 0.64% | 0.38% | - |
| HSV(B) | 347.9º | 0.78% | 0.62% | - |
| XYZ | 15.71 | 8.9 | 5.16 | - |
| YUV | 74.93 | 119.58 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 60 | 0 | 0.78 | 0.62 | 0.38 | 347.9 | 0.64 | 0.38 |
| Hex | 9F | 23 | 3C | 0 | 4E | 3E | 26 | 15C | 40 | 26 |
| Octal | 237 | 43 | 74 | 0 | 116 | 76 | 46 | 534 | 100 | 46 |
| Binary | 10011111 | 100011 | 111100 | 0 | 1001110 | 111110 | 100110 | 101011100 | 1000000 | 100110 |
Color Harmonies of #9F233C
Complementary color
Monochromatic Colors of #9F233C
Black with #9F233C
Text Example
Text Example
White with #9F233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F233C; }
p { color: rgb(159,35,60); }
H1.HeaderClassName
{
color: #9F233C;
}
.AnyTagClassName
{
color: #9F233C;
}
</style>
background-color css
<style>
a { background-color: #9F233C; }
a { background-color: rgb(159,35,60); }
div.DivClassName
{
background-color: #9F233C;
}
.BgClassName
{
background-color: #9F233C;
}
</style>
border-color css
<style>
span { border-color: #9F233C; }
span { border-color: rgb(159,35,60); }
td.TdClassName
{
border-color: #9F233C;
}
.TagClassName
{
border-color: #9F233C;
}
</style>