Shades of Bright Red #9A1824
Tints of Bright Red #9A1824
RGB
CMYK
RGB Variations
Color information
#9A1824 (or 0x9A1824) is known color: Bright Red. HEX triplet: 9A, 18 and 24. RGB value is (154,24,36). Sum of RGB (Red+Green+Blue) = 154+24+36=214 (28% of max value = 765). Red value is 154 (60.55% from 255 or 71.96% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 36 (14.45% from 255 or 16.82% from 214); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1824 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A1824 is #65E7DB. Grayscale: #404040. Windows color (decimal): -6678492 or 2365594. OLE color: 2365594.
HSL color Cylindrical-coordinate representation of color #9A1824: hue angle of 354.46º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A1824 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 24 | 36 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.40 |
| HSL | 354.46º | 0.73% | 0.35% | - |
| HSV(B) | 354.46º | 0.84% | 0.6% | - |
| XYZ | 13.97 | 7.65 | 2.41 | - |
| YUV | 64.24 | 112.07 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 24 | 36 | 0 | 0.84 | 0.77 | 0.40 | 354.46 | 0.73 | 0.35 |
| Hex | 9A | 18 | 24 | 0 | 54 | 4D | 28 | 162 | 49 | 23 |
| Octal | 232 | 30 | 44 | 0 | 124 | 115 | 50 | 542 | 111 | 43 |
| Binary | 10011010 | 11000 | 100100 | 0 | 1010100 | 1001101 | 101000 | 101100010 | 1001001 | 100011 |
Color Harmonies of #9A1824
Complementary color
Monochromatic Colors of #9A1824
Black with #9A1824
Text Example
Text Example
White with #9A1824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1824; }
p { color: rgb(154,24,36); }
H1.HeaderClassName
{
color: #9A1824;
}
.AnyTagClassName
{
color: #9A1824;
}
</style>
background-color css
<style>
a { background-color: #9A1824; }
a { background-color: rgb(154,24,36); }
div.DivClassName
{
background-color: #9A1824;
}
.BgClassName
{
background-color: #9A1824;
}
</style>
border-color css
<style>
span { border-color: #9A1824; }
span { border-color: rgb(154,24,36); }
td.TdClassName
{
border-color: #9A1824;
}
.TagClassName
{
border-color: #9A1824;
}
</style>