Shades of Bright Red #9F2028
Tints of Bright Red #9F2028
RGB
CMYK
RGB Variations
Color information
#9F2028 (or 0x9F2028) is known color: Bright Red. HEX triplet: 9F, 20 and 28. RGB value is (159,32,40). Sum of RGB (Red+Green+Blue) = 159+32+40=231 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.83% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2028 is #60DFD7. Grayscale: #464646. Windows color (decimal): -6348760 or 2629791. OLE color: 2629791.
HSL color Cylindrical-coordinate representation of color #9F2028: hue angle of 356.22º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F2028 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 32 | 40 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.38 |
| HSL | 356.22º | 0.66% | 0.37% | - |
| HSV(B) | 356.22º | 0.8% | 0.62% | - |
| XYZ | 15.2 | 8.56 | 2.86 | - |
| YUV | 70.89 | 110.58 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 32 | 40 | 0 | 0.80 | 0.75 | 0.38 | 356.22 | 0.66 | 0.37 |
| Hex | 9F | 20 | 28 | 0 | 50 | 4B | 26 | 164 | 42 | 25 |
| Octal | 237 | 40 | 50 | 0 | 120 | 113 | 46 | 544 | 102 | 45 |
| Binary | 10011111 | 100000 | 101000 | 0 | 1010000 | 1001011 | 100110 | 101100100 | 1000010 | 100101 |
Color Harmonies of #9F2028
Complementary color
Monochromatic Colors of #9F2028
Black with #9F2028
Text Example
Text Example
White with #9F2028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2028; }
p { color: rgb(159,32,40); }
H1.HeaderClassName
{
color: #9F2028;
}
.AnyTagClassName
{
color: #9F2028;
}
</style>
background-color css
<style>
a { background-color: #9F2028; }
a { background-color: rgb(159,32,40); }
div.DivClassName
{
background-color: #9F2028;
}
.BgClassName
{
background-color: #9F2028;
}
</style>
border-color css
<style>
span { border-color: #9F2028; }
span { border-color: rgb(159,32,40); }
td.TdClassName
{
border-color: #9F2028;
}
.TagClassName
{
border-color: #9F2028;
}
</style>