Shades of Bright Red #9F1E21
Tints of Bright Red #9F1E21
RGB
CMYK
RGB Variations
Color information
#9F1E21 (or 0x9F1E21) is known color: Bright Red. HEX triplet: 9F, 1E and 21. RGB value is (159,30,33). Sum of RGB (Red+Green+Blue) = 159+30+33=222 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.62% from 222); Green value is 30 (12.11% from 255 or 13.51% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1E21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1E21 is #60E1DE. Grayscale: #454545. Windows color (decimal): -6349279 or 2170527. OLE color: 2170527.
HSL color Cylindrical-coordinate representation of color #9F1E21: hue angle of 358.6º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F1E21 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 30 | 33 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.38 |
| HSL | 358.6º | 0.68% | 0.37% | - |
| HSV(B) | 358.6º | 0.81% | 0.62% | - |
| XYZ | 15.04 | 8.41 | 2.27 | - |
| YUV | 68.91 | 107.74 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 30 | 33 | 0 | 0.81 | 0.79 | 0.38 | 358.6 | 0.68 | 0.37 |
| Hex | 9F | 1E | 21 | 0 | 51 | 4F | 26 | 167 | 44 | 25 |
| Octal | 237 | 36 | 41 | 0 | 121 | 117 | 46 | 547 | 104 | 45 |
| Binary | 10011111 | 11110 | 100001 | 0 | 1010001 | 1001111 | 100110 | 101100111 | 1000100 | 100101 |
Color Harmonies of #9F1E21
Complementary color
Monochromatic Colors of #9F1E21
Black with #9F1E21
Text Example
Text Example
White with #9F1E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1E21; }
p { color: rgb(159,30,33); }
H1.HeaderClassName
{
color: #9F1E21;
}
.AnyTagClassName
{
color: #9F1E21;
}
</style>
background-color css
<style>
a { background-color: #9F1E21; }
a { background-color: rgb(159,30,33); }
div.DivClassName
{
background-color: #9F1E21;
}
.BgClassName
{
background-color: #9F1E21;
}
</style>
border-color css
<style>
span { border-color: #9F1E21; }
span { border-color: rgb(159,30,33); }
td.TdClassName
{
border-color: #9F1E21;
}
.TagClassName
{
border-color: #9F1E21;
}
</style>