Shades of Bright Red #9F1D23
Tints of Bright Red #9F1D23
RGB
CMYK
RGB Variations
Color information
#9F1D23 (or 0x9F1D23) is known color: Bright Red. HEX triplet: 9F, 1D and 23. RGB value is (159,29,35). Sum of RGB (Red+Green+Blue) = 159+29+35=223 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.30% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 35 (14.06% from 255 or 15.70% from 223); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1D23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1D23 is #60E2DC. Grayscale: #444444. Windows color (decimal): -6349533 or 2301343. OLE color: 2301343.
HSL color Cylindrical-coordinate representation of color #9F1D23: hue angle of 357.23º 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 #9F1D23 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 29 | 35 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.38 |
| HSL | 357.23º | 0.69% | 0.37% | - |
| HSV(B) | 357.23º | 0.82% | 0.62% | - |
| XYZ | 15.04 | 8.37 | 2.41 | - |
| YUV | 68.55 | 109.07 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 29 | 35 | 0 | 0.82 | 0.78 | 0.38 | 357.23 | 0.69 | 0.37 |
| Hex | 9F | 1D | 23 | 0 | 52 | 4E | 26 | 165 | 45 | 25 |
| Octal | 237 | 35 | 43 | 0 | 122 | 116 | 46 | 545 | 105 | 45 |
| Binary | 10011111 | 11101 | 100011 | 0 | 1010010 | 1001110 | 100110 | 101100101 | 1000101 | 100101 |
Color Harmonies of #9F1D23
Complementary color
Monochromatic Colors of #9F1D23
Black with #9F1D23
Text Example
Text Example
White with #9F1D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1D23; }
p { color: rgb(159,29,35); }
H1.HeaderClassName
{
color: #9F1D23;
}
.AnyTagClassName
{
color: #9F1D23;
}
</style>
background-color css
<style>
a { background-color: #9F1D23; }
a { background-color: rgb(159,29,35); }
div.DivClassName
{
background-color: #9F1D23;
}
.BgClassName
{
background-color: #9F1D23;
}
</style>
border-color css
<style>
span { border-color: #9F1D23; }
span { border-color: rgb(159,29,35); }
td.TdClassName
{
border-color: #9F1D23;
}
.TagClassName
{
border-color: #9F1D23;
}
</style>