Shades of Bright Red #9F212D
Tints of Bright Red #9F212D
RGB
CMYK
RGB Variations
Color information
#9F212D (or 0x9F212D) is known color: Bright Red. HEX triplet: 9F, 21 and 2D. RGB value is (159,33,45). Sum of RGB (Red+Green+Blue) = 159+33+45=237 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.09% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 159 - color contains mainly: red. Hex color #9F212D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F212D is #60DED2. Grayscale: #484848. Windows color (decimal): -6348499 or 2957727. OLE color: 2957727.
HSL color Cylindrical-coordinate representation of color #9F212D: hue angle of 354.29º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F212D is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 33 | 45 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.38 |
| HSL | 354.29º | 0.66% | 0.38% | - |
| HSV(B) | 354.29º | 0.79% | 0.62% | - |
| XYZ | 15.32 | 8.65 | 3.34 | - |
| YUV | 72.04 | 112.74 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 33 | 45 | 0 | 0.79 | 0.72 | 0.38 | 354.29 | 0.66 | 0.38 |
| Hex | 9F | 21 | 2D | 0 | 4F | 48 | 26 | 162 | 42 | 26 |
| Octal | 237 | 41 | 55 | 0 | 117 | 110 | 46 | 542 | 102 | 46 |
| Binary | 10011111 | 100001 | 101101 | 0 | 1001111 | 1001000 | 100110 | 101100010 | 1000010 | 100110 |
Color Harmonies of #9F212D
Complementary color
Monochromatic Colors of #9F212D
Black with #9F212D
Text Example
Text Example
White with #9F212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F212D; }
p { color: rgb(159,33,45); }
H1.HeaderClassName
{
color: #9F212D;
}
.AnyTagClassName
{
color: #9F212D;
}
</style>
background-color css
<style>
a { background-color: #9F212D; }
a { background-color: rgb(159,33,45); }
div.DivClassName
{
background-color: #9F212D;
}
.BgClassName
{
background-color: #9F212D;
}
</style>
border-color css
<style>
span { border-color: #9F212D; }
span { border-color: rgb(159,33,45); }
td.TdClassName
{
border-color: #9F212D;
}
.TagClassName
{
border-color: #9F212D;
}
</style>