Shades of Bright Red #9A1D32
Tints of Bright Red #9A1D32
RGB
CMYK
RGB Variations
Color information
#9A1D32 (or 0x9A1D32) is known color: Bright Red. HEX triplet: 9A, 1D and 32. RGB value is (154,29,50). Sum of RGB (Red+Green+Blue) = 154+29+50=233 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.09% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A1D32 is #65E2CD. Grayscale: #444444. Windows color (decimal): -6677198 or 3284378. OLE color: 3284378.
HSL color Cylindrical-coordinate representation of color #9A1D32: hue angle of 349.92º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A1D32 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 29 | 50 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.40 |
| HSL | 349.92º | 0.68% | 0.36% | - |
| HSV(B) | 349.92º | 0.81% | 0.6% | - |
| XYZ | 14.34 | 7.98 | 3.8 | - |
| YUV | 68.77 | 117.41 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 29 | 50 | 0 | 0.81 | 0.68 | 0.40 | 349.92 | 0.68 | 0.36 |
| Hex | 9A | 1D | 32 | 0 | 51 | 44 | 28 | 15E | 44 | 24 |
| Octal | 232 | 35 | 62 | 0 | 121 | 104 | 50 | 536 | 104 | 44 |
| Binary | 10011010 | 11101 | 110010 | 0 | 1010001 | 1000100 | 101000 | 101011110 | 1000100 | 100100 |
Color Harmonies of #9A1D32
Complementary color
Monochromatic Colors of #9A1D32
Black with #9A1D32
Text Example
Text Example
White with #9A1D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1D32; }
p { color: rgb(154,29,50); }
H1.HeaderClassName
{
color: #9A1D32;
}
.AnyTagClassName
{
color: #9A1D32;
}
</style>
background-color css
<style>
a { background-color: #9A1D32; }
a { background-color: rgb(154,29,50); }
div.DivClassName
{
background-color: #9A1D32;
}
.BgClassName
{
background-color: #9A1D32;
}
</style>
border-color css
<style>
span { border-color: #9A1D32; }
span { border-color: rgb(154,29,50); }
td.TdClassName
{
border-color: #9A1D32;
}
.TagClassName
{
border-color: #9A1D32;
}
</style>