Shades of Bright Red #9F253D
Tints of Bright Red #9F253D
RGB
CMYK
RGB Variations
Color information
#9F253D (or 0x9F253D) is known color: Bright Red. HEX triplet: 9F, 25 and 3D. RGB value is (159,37,61). Sum of RGB (Red+Green+Blue) = 159+37+61=257 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.87% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 159 - color contains mainly: red. Hex color #9F253D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F253D is #60DAC2. Grayscale: #4C4C4C. Windows color (decimal): -6347459 or 4007327. OLE color: 4007327.
HSL color Cylindrical-coordinate representation of color #9F253D: hue angle of 348.2º 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 #9F253D is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 37 | 61 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.38 |
| HSL | 348.2º | 0.62% | 0.38% | - |
| HSV(B) | 348.2º | 0.77% | 0.62% | - |
| XYZ | 15.8 | 9.03 | 5.33 | - |
| YUV | 76.21 | 119.42 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 37 | 61 | 0 | 0.77 | 0.62 | 0.38 | 348.2 | 0.62 | 0.38 |
| Hex | 9F | 25 | 3D | 0 | 4D | 3E | 26 | 15C | 3E | 26 |
| Octal | 237 | 45 | 75 | 0 | 115 | 76 | 46 | 534 | 76 | 46 |
| Binary | 10011111 | 100101 | 111101 | 0 | 1001101 | 111110 | 100110 | 101011100 | 111110 | 100110 |
Color Harmonies of #9F253D
Complementary color
Monochromatic Colors of #9F253D
Black with #9F253D
Text Example
Text Example
White with #9F253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F253D; }
p { color: rgb(159,37,61); }
H1.HeaderClassName
{
color: #9F253D;
}
.AnyTagClassName
{
color: #9F253D;
}
</style>
background-color css
<style>
a { background-color: #9F253D; }
a { background-color: rgb(159,37,61); }
div.DivClassName
{
background-color: #9F253D;
}
.BgClassName
{
background-color: #9F253D;
}
</style>
border-color css
<style>
span { border-color: #9F253D; }
span { border-color: rgb(159,37,61); }
td.TdClassName
{
border-color: #9F253D;
}
.TagClassName
{
border-color: #9F253D;
}
</style>