Shades of Bright Red #9F253B
Tints of Bright Red #9F253B
RGB
CMYK
RGB Variations
Color information
#9F253B (or 0x9F253B) is known color: Bright Red. HEX triplet: 9F, 25 and 3B. RGB value is (159,37,59). Sum of RGB (Red+Green+Blue) = 159+37+59=255 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.35% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 159 - color contains mainly: red. Hex color #9F253B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F253B is #60DAC4. Grayscale: #4C4C4C. Windows color (decimal): -6347461 or 3876255. OLE color: 3876255.
HSL color Cylindrical-coordinate representation of color #9F253B: hue angle of 349.18º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F253B is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 37 | 59 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.38 |
| HSL | 349.18º | 0.62% | 0.38% | - |
| HSV(B) | 349.18º | 0.77% | 0.62% | - |
| XYZ | 15.75 | 9.01 | 5.05 | - |
| YUV | 75.99 | 118.42 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 37 | 59 | 0 | 0.77 | 0.63 | 0.38 | 349.18 | 0.62 | 0.38 |
| Hex | 9F | 25 | 3B | 0 | 4D | 3F | 26 | 15D | 3E | 26 |
| Octal | 237 | 45 | 73 | 0 | 115 | 77 | 46 | 535 | 76 | 46 |
| Binary | 10011111 | 100101 | 111011 | 0 | 1001101 | 111111 | 100110 | 101011101 | 111110 | 100110 |
Color Harmonies of #9F253B
Complementary color
Monochromatic Colors of #9F253B
Black with #9F253B
Text Example
Text Example
White with #9F253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F253B; }
p { color: rgb(159,37,59); }
H1.HeaderClassName
{
color: #9F253B;
}
.AnyTagClassName
{
color: #9F253B;
}
</style>
background-color css
<style>
a { background-color: #9F253B; }
a { background-color: rgb(159,37,59); }
div.DivClassName
{
background-color: #9F253B;
}
.BgClassName
{
background-color: #9F253B;
}
</style>
border-color css
<style>
span { border-color: #9F253B; }
span { border-color: rgb(159,37,59); }
td.TdClassName
{
border-color: #9F253B;
}
.TagClassName
{
border-color: #9F253B;
}
</style>