Shades of Bright Red #9A223E
Tints of Bright Red #9A223E
RGB
CMYK
RGB Variations
Color information
#9A223E (or 0x9A223E) is known color: Bright Red. HEX triplet: 9A, 22 and 3E. RGB value is (154,34,62). Sum of RGB (Red+Green+Blue) = 154+34+62=250 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.6% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 154 - color contains mainly: red. Hex color #9A223E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A223E is #65DDC1. Grayscale: #494949. Windows color (decimal): -6675906 or 4072090. OLE color: 4072090.
HSL color Cylindrical-coordinate representation of color #9A223E: hue angle of 346º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9A223E is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 34 | 62 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.40 |
| HSL | 346º | 0.64% | 0.37% | - |
| HSV(B) | 346º | 0.78% | 0.6% | - |
| XYZ | 14.77 | 8.36 | 5.39 | - |
| YUV | 73.07 | 121.76 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 34 | 62 | 0 | 0.78 | 0.60 | 0.40 | 346 | 0.64 | 0.37 |
| Hex | 9A | 22 | 3E | 0 | 4E | 3C | 28 | 15A | 40 | 25 |
| Octal | 232 | 42 | 76 | 0 | 116 | 74 | 50 | 532 | 100 | 45 |
| Binary | 10011010 | 100010 | 111110 | 0 | 1001110 | 111100 | 101000 | 101011010 | 1000000 | 100101 |
Color Harmonies of #9A223E
Complementary color
Monochromatic Colors of #9A223E
Black with #9A223E
Text Example
Text Example
White with #9A223E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A223E; }
p { color: rgb(154,34,62); }
H1.HeaderClassName
{
color: #9A223E;
}
.AnyTagClassName
{
color: #9A223E;
}
</style>
background-color css
<style>
a { background-color: #9A223E; }
a { background-color: rgb(154,34,62); }
div.DivClassName
{
background-color: #9A223E;
}
.BgClassName
{
background-color: #9A223E;
}
</style>
border-color css
<style>
span { border-color: #9A223E; }
span { border-color: rgb(154,34,62); }
td.TdClassName
{
border-color: #9A223E;
}
.TagClassName
{
border-color: #9A223E;
}
</style>