Shades of Bright Red #9A1E23
Tints of Bright Red #9A1E23
RGB
CMYK
RGB Variations
Color information
#9A1E23 (or 0x9A1E23) is known color: Bright Red. HEX triplet: 9A, 1E and 23. RGB value is (154,30,35). Sum of RGB (Red+Green+Blue) = 154+30+35=219 (29% of max value = 765). Red value is 154 (60.55% from 255 or 70.32% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 35 (14.06% from 255 or 15.98% from 219); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1E23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A1E23 is #65E1DC. Grayscale: #434343. Windows color (decimal): -6676957 or 2301594. OLE color: 2301594.
HSL color Cylindrical-coordinate representation of color #9A1E23: hue angle of 357.58º degrees, saturation: 0.67, 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 #9A1E23 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 30 | 35 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.40 |
| HSL | 357.58º | 0.67% | 0.36% | - |
| HSV(B) | 357.58º | 0.81% | 0.6% | - |
| XYZ | 14.09 | 7.92 | 2.38 | - |
| YUV | 67.65 | 109.58 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 30 | 35 | 0 | 0.81 | 0.77 | 0.40 | 357.58 | 0.67 | 0.36 |
| Hex | 9A | 1E | 23 | 0 | 51 | 4D | 28 | 166 | 43 | 24 |
| Octal | 232 | 36 | 43 | 0 | 121 | 115 | 50 | 546 | 103 | 44 |
| Binary | 10011010 | 11110 | 100011 | 0 | 1010001 | 1001101 | 101000 | 101100110 | 1000011 | 100100 |
Color Harmonies of #9A1E23
Complementary color
Monochromatic Colors of #9A1E23
Black with #9A1E23
Text Example
Text Example
White with #9A1E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1E23; }
p { color: rgb(154,30,35); }
H1.HeaderClassName
{
color: #9A1E23;
}
.AnyTagClassName
{
color: #9A1E23;
}
</style>
background-color css
<style>
a { background-color: #9A1E23; }
a { background-color: rgb(154,30,35); }
div.DivClassName
{
background-color: #9A1E23;
}
.BgClassName
{
background-color: #9A1E23;
}
</style>
border-color css
<style>
span { border-color: #9A1E23; }
span { border-color: rgb(154,30,35); }
td.TdClassName
{
border-color: #9A1E23;
}
.TagClassName
{
border-color: #9A1E23;
}
</style>