Shades of Bright Red #9A223D
Tints of Bright Red #9A223D
RGB
CMYK
RGB Variations
Color information
#9A223D (or 0x9A223D) is known color: Bright Red. HEX triplet: 9A, 22 and 3D. RGB value is (154,34,61). Sum of RGB (Red+Green+Blue) = 154+34+61=249 (32% of max value = 765). Red value is 154 (60.55% from 255 or 61.85% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 154 - color contains mainly: red. Hex color #9A223D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A223D is #65DDC2. Grayscale: #484848. Windows color (decimal): -6675907 or 4006554. OLE color: 4006554.
HSL color Cylindrical-coordinate representation of color #9A223D: hue angle of 346.5º 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 #9A223D is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 34 | 61 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.40 |
| HSL | 346.5º | 0.64% | 0.37% | - |
| HSV(B) | 346.5º | 0.78% | 0.6% | - |
| XYZ | 14.74 | 8.35 | 5.25 | - |
| YUV | 72.96 | 121.26 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 34 | 61 | 0 | 0.78 | 0.60 | 0.40 | 346.5 | 0.64 | 0.37 |
| Hex | 9A | 22 | 3D | 0 | 4E | 3C | 28 | 15A | 40 | 25 |
| Octal | 232 | 42 | 75 | 0 | 116 | 74 | 50 | 532 | 100 | 45 |
| Binary | 10011010 | 100010 | 111101 | 0 | 1001110 | 111100 | 101000 | 101011010 | 1000000 | 100101 |
Color Harmonies of #9A223D
Complementary color
Monochromatic Colors of #9A223D
Black with #9A223D
Text Example
Text Example
White with #9A223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A223D; }
p { color: rgb(154,34,61); }
H1.HeaderClassName
{
color: #9A223D;
}
.AnyTagClassName
{
color: #9A223D;
}
</style>
background-color css
<style>
a { background-color: #9A223D; }
a { background-color: rgb(154,34,61); }
div.DivClassName
{
background-color: #9A223D;
}
.BgClassName
{
background-color: #9A223D;
}
</style>
border-color css
<style>
span { border-color: #9A223D; }
span { border-color: rgb(154,34,61); }
td.TdClassName
{
border-color: #9A223D;
}
.TagClassName
{
border-color: #9A223D;
}
</style>