Shades of Bright Red #9F2638
Tints of Bright Red #9F2638
RGB
CMYK
RGB Variations
Color information
#9F2638 (or 0x9F2638) is known color: Bright Red. HEX triplet: 9F, 26 and 38. RGB value is (159,38,56). Sum of RGB (Red+Green+Blue) = 159+38+56=253 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.85% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2638 is #60D9C7. Grayscale: #4C4C4C. Windows color (decimal): -6347208 or 3679903. OLE color: 3679903.
HSL color Cylindrical-coordinate representation of color #9F2638: hue angle of 351.07º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F2638 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 38 | 56 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.38 |
| HSL | 351.07º | 0.61% | 0.39% | - |
| HSV(B) | 351.07º | 0.76% | 0.62% | - |
| XYZ | 15.71 | 9.04 | 4.66 | - |
| YUV | 76.23 | 116.59 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 38 | 56 | 0 | 0.76 | 0.65 | 0.38 | 351.07 | 0.61 | 0.39 |
| Hex | 9F | 26 | 38 | 0 | 4C | 41 | 26 | 15F | 3D | 27 |
| Octal | 237 | 46 | 70 | 0 | 114 | 101 | 46 | 537 | 75 | 47 |
| Binary | 10011111 | 100110 | 111000 | 0 | 1001100 | 1000001 | 100110 | 101011111 | 111101 | 100111 |
Color Harmonies of #9F2638
Complementary color
Monochromatic Colors of #9F2638
Black with #9F2638
Text Example
Text Example
White with #9F2638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2638; }
p { color: rgb(159,38,56); }
H1.HeaderClassName
{
color: #9F2638;
}
.AnyTagClassName
{
color: #9F2638;
}
</style>
background-color css
<style>
a { background-color: #9F2638; }
a { background-color: rgb(159,38,56); }
div.DivClassName
{
background-color: #9F2638;
}
.BgClassName
{
background-color: #9F2638;
}
</style>
border-color css
<style>
span { border-color: #9F2638; }
span { border-color: rgb(159,38,56); }
td.TdClassName
{
border-color: #9F2638;
}
.TagClassName
{
border-color: #9F2638;
}
</style>