Shades of Bright Red #9A212E
Tints of Bright Red #9A212E
RGB
CMYK
RGB Variations
Color information
#9A212E (or 0x9A212E) is known color: Bright Red. HEX triplet: 9A, 21 and 2E. RGB value is (154,33,46). Sum of RGB (Red+Green+Blue) = 154+33+46=233 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.09% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 46 (18.36% from 255 or 19.74% from 233); Max value from RGB is 154 - color contains mainly: red. Hex color #9A212E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A212E is #65DED1. Grayscale: #464646. Windows color (decimal): -6676178 or 3023258. OLE color: 3023258.
HSL color Cylindrical-coordinate representation of color #9A212E: hue angle of 353.55º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A212E is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 33 | 46 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.40 |
| HSL | 353.55º | 0.65% | 0.37% | - |
| HSV(B) | 353.55º | 0.79% | 0.6% | - |
| XYZ | 14.36 | 8.15 | 3.4 | - |
| YUV | 70.66 | 114.09 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 33 | 46 | 0 | 0.79 | 0.70 | 0.40 | 353.55 | 0.65 | 0.37 |
| Hex | 9A | 21 | 2E | 0 | 4F | 46 | 28 | 162 | 41 | 25 |
| Octal | 232 | 41 | 56 | 0 | 117 | 106 | 50 | 542 | 101 | 45 |
| Binary | 10011010 | 100001 | 101110 | 0 | 1001111 | 1000110 | 101000 | 101100010 | 1000001 | 100101 |
Color Harmonies of #9A212E
Complementary color
Monochromatic Colors of #9A212E
Black with #9A212E
Text Example
Text Example
White with #9A212E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A212E; }
p { color: rgb(154,33,46); }
H1.HeaderClassName
{
color: #9A212E;
}
.AnyTagClassName
{
color: #9A212E;
}
</style>
background-color css
<style>
a { background-color: #9A212E; }
a { background-color: rgb(154,33,46); }
div.DivClassName
{
background-color: #9A212E;
}
.BgClassName
{
background-color: #9A212E;
}
</style>
border-color css
<style>
span { border-color: #9A212E; }
span { border-color: rgb(154,33,46); }
td.TdClassName
{
border-color: #9A212E;
}
.TagClassName
{
border-color: #9A212E;
}
</style>