Shades of Bright Red #9F1D2D
Tints of Bright Red #9F1D2D
RGB
CMYK
RGB Variations
Color information
#9F1D2D (or 0x9F1D2D) is known color: Bright Red. HEX triplet: 9F, 1D and 2D. RGB value is (159,29,45). Sum of RGB (Red+Green+Blue) = 159+29+45=233 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.24% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1D2D is #60E2D2. Grayscale: #454545. Windows color (decimal): -6349523 or 2956703. OLE color: 2956703.
HSL color Cylindrical-coordinate representation of color #9F1D2D: hue angle of 352.62º 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 #9F1D2D is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 29 | 45 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.38 |
| HSL | 352.62º | 0.69% | 0.37% | - |
| HSV(B) | 352.62º | 0.82% | 0.62% | - |
| XYZ | 15.21 | 8.44 | 3.31 | - |
| YUV | 69.69 | 114.07 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 29 | 45 | 0 | 0.82 | 0.72 | 0.38 | 352.62 | 0.69 | 0.37 |
| Hex | 9F | 1D | 2D | 0 | 52 | 48 | 26 | 161 | 45 | 25 |
| Octal | 237 | 35 | 55 | 0 | 122 | 110 | 46 | 541 | 105 | 45 |
| Binary | 10011111 | 11101 | 101101 | 0 | 1010010 | 1001000 | 100110 | 101100001 | 1000101 | 100101 |
Color Harmonies of #9F1D2D
Complementary color
Monochromatic Colors of #9F1D2D
Black with #9F1D2D
Text Example
Text Example
White with #9F1D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1D2D; }
p { color: rgb(159,29,45); }
H1.HeaderClassName
{
color: #9F1D2D;
}
.AnyTagClassName
{
color: #9F1D2D;
}
</style>
background-color css
<style>
a { background-color: #9F1D2D; }
a { background-color: rgb(159,29,45); }
div.DivClassName
{
background-color: #9F1D2D;
}
.BgClassName
{
background-color: #9F1D2D;
}
</style>
border-color css
<style>
span { border-color: #9F1D2D; }
span { border-color: rgb(159,29,45); }
td.TdClassName
{
border-color: #9F1D2D;
}
.TagClassName
{
border-color: #9F1D2D;
}
</style>