Shades of Bright Red #9F1D25
Tints of Bright Red #9F1D25
RGB
CMYK
RGB Variations
Color information
#9F1D25 (or 0x9F1D25) is known color: Bright Red. HEX triplet: 9F, 1D and 25. RGB value is (159,29,37). Sum of RGB (Red+Green+Blue) = 159+29+37=225 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.67% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1D25 is #60E2DA. Grayscale: #444444. Windows color (decimal): -6349531 or 2432415. OLE color: 2432415.
HSL color Cylindrical-coordinate representation of color #9F1D25: hue angle of 356.31º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F1D25 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 29 | 37 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.38 |
| HSL | 356.31º | 0.69% | 0.37% | - |
| HSV(B) | 356.31º | 0.82% | 0.62% | - |
| XYZ | 15.07 | 8.38 | 2.57 | - |
| YUV | 68.78 | 110.07 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 29 | 37 | 0 | 0.82 | 0.77 | 0.38 | 356.31 | 0.69 | 0.37 |
| Hex | 9F | 1D | 25 | 0 | 52 | 4D | 26 | 164 | 45 | 25 |
| Octal | 237 | 35 | 45 | 0 | 122 | 115 | 46 | 544 | 105 | 45 |
| Binary | 10011111 | 11101 | 100101 | 0 | 1010010 | 1001101 | 100110 | 101100100 | 1000101 | 100101 |
Color Harmonies of #9F1D25
Complementary color
Monochromatic Colors of #9F1D25
Black with #9F1D25
Text Example
Text Example
White with #9F1D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1D25; }
p { color: rgb(159,29,37); }
H1.HeaderClassName
{
color: #9F1D25;
}
.AnyTagClassName
{
color: #9F1D25;
}
</style>
background-color css
<style>
a { background-color: #9F1D25; }
a { background-color: rgb(159,29,37); }
div.DivClassName
{
background-color: #9F1D25;
}
.BgClassName
{
background-color: #9F1D25;
}
</style>
border-color css
<style>
span { border-color: #9F1D25; }
span { border-color: rgb(159,29,37); }
td.TdClassName
{
border-color: #9F1D25;
}
.TagClassName
{
border-color: #9F1D25;
}
</style>