Shades of Bright Red #9F2534
Tints of Bright Red #9F2534
RGB
CMYK
RGB Variations
Color information
#9F2534 (or 0x9F2534) is known color: Bright Red. HEX triplet: 9F, 25 and 34. RGB value is (159,37,52). Sum of RGB (Red+Green+Blue) = 159+37+52=248 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.11% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2534 is #60DACB. Grayscale: #4B4B4B. Windows color (decimal): -6347468 or 3417503. OLE color: 3417503.
HSL color Cylindrical-coordinate representation of color #9F2534: hue angle of 352.62º 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 #9F2534 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 37 | 52 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.38 |
| HSL | 352.62º | 0.62% | 0.38% | - |
| HSV(B) | 352.62º | 0.77% | 0.62% | - |
| XYZ | 15.58 | 8.94 | 4.15 | - |
| YUV | 75.19 | 114.92 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 37 | 52 | 0 | 0.77 | 0.67 | 0.38 | 352.62 | 0.62 | 0.38 |
| Hex | 9F | 25 | 34 | 0 | 4D | 43 | 26 | 161 | 3E | 26 |
| Octal | 237 | 45 | 64 | 0 | 115 | 103 | 46 | 541 | 76 | 46 |
| Binary | 10011111 | 100101 | 110100 | 0 | 1001101 | 1000011 | 100110 | 101100001 | 111110 | 100110 |
Color Harmonies of #9F2534
Complementary color
Monochromatic Colors of #9F2534
Black with #9F2534
Text Example
Text Example
White with #9F2534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2534; }
p { color: rgb(159,37,52); }
H1.HeaderClassName
{
color: #9F2534;
}
.AnyTagClassName
{
color: #9F2534;
}
</style>
background-color css
<style>
a { background-color: #9F2534; }
a { background-color: rgb(159,37,52); }
div.DivClassName
{
background-color: #9F2534;
}
.BgClassName
{
background-color: #9F2534;
}
</style>
border-color css
<style>
span { border-color: #9F2534; }
span { border-color: rgb(159,37,52); }
td.TdClassName
{
border-color: #9F2534;
}
.TagClassName
{
border-color: #9F2534;
}
</style>