Shades of Bright Red #9A1E24
Tints of Bright Red #9A1E24
RGB
CMYK
RGB Variations
Color information
#9A1E24 (or 0x9A1E24) is known color: Bright Red. HEX triplet: 9A, 1E and 24. RGB value is (154,30,36). Sum of RGB (Red+Green+Blue) = 154+30+36=220 (29% of max value = 765). Red value is 154 (60.55% from 255 or 70% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 36 (14.45% from 255 or 16.36% from 220); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1E24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A1E24 is #65E1DB. Grayscale: #434343. Windows color (decimal): -6676956 or 2367130. OLE color: 2367130.
HSL color Cylindrical-coordinate representation of color #9A1E24: hue angle of 357.1º 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 #9A1E24 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 30 | 36 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.40 |
| HSL | 357.1º | 0.67% | 0.36% | - |
| HSV(B) | 357.1º | 0.81% | 0.6% | - |
| XYZ | 14.11 | 7.93 | 2.46 | - |
| YUV | 67.76 | 110.08 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 30 | 36 | 0 | 0.81 | 0.77 | 0.40 | 357.1 | 0.67 | 0.36 |
| Hex | 9A | 1E | 24 | 0 | 51 | 4D | 28 | 165 | 43 | 24 |
| Octal | 232 | 36 | 44 | 0 | 121 | 115 | 50 | 545 | 103 | 44 |
| Binary | 10011010 | 11110 | 100100 | 0 | 1010001 | 1001101 | 101000 | 101100101 | 1000011 | 100100 |
Color Harmonies of #9A1E24
Complementary color
Monochromatic Colors of #9A1E24
Black with #9A1E24
Text Example
Text Example
White with #9A1E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1E24; }
p { color: rgb(154,30,36); }
H1.HeaderClassName
{
color: #9A1E24;
}
.AnyTagClassName
{
color: #9A1E24;
}
</style>
background-color css
<style>
a { background-color: #9A1E24; }
a { background-color: rgb(154,30,36); }
div.DivClassName
{
background-color: #9A1E24;
}
.BgClassName
{
background-color: #9A1E24;
}
</style>
border-color css
<style>
span { border-color: #9A1E24; }
span { border-color: rgb(154,30,36); }
td.TdClassName
{
border-color: #9A1E24;
}
.TagClassName
{
border-color: #9A1E24;
}
</style>