Shades of Bright Red #9A1A23
Tints of Bright Red #9A1A23
RGB
CMYK
RGB Variations
Color information
#9A1A23 (or 0x9A1A23) is known color: Bright Red. HEX triplet: 9A, 1A and 23. RGB value is (154,26,35). Sum of RGB (Red+Green+Blue) = 154+26+35=215 (28% of max value = 765). Red value is 154 (60.55% from 255 or 71.63% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A1A23 is #65E5DC. Grayscale: #414141. Windows color (decimal): -6677981 or 2300570. OLE color: 2300570.
HSL color Cylindrical-coordinate representation of color #9A1A23: hue angle of 355.78º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9A1A23 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 26 | 35 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.40 |
| HSL | 355.78º | 0.71% | 0.35% | - |
| HSV(B) | 355.78º | 0.83% | 0.6% | - |
| XYZ | 14 | 7.73 | 2.34 | - |
| YUV | 65.3 | 110.91 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 26 | 35 | 0 | 0.83 | 0.77 | 0.40 | 355.78 | 0.71 | 0.35 |
| Hex | 9A | 1A | 23 | 0 | 53 | 4D | 28 | 164 | 47 | 23 |
| Octal | 232 | 32 | 43 | 0 | 123 | 115 | 50 | 544 | 107 | 43 |
| Binary | 10011010 | 11010 | 100011 | 0 | 1010011 | 1001101 | 101000 | 101100100 | 1000111 | 100011 |
Color Harmonies of #9A1A23
Complementary color
Monochromatic Colors of #9A1A23
Black with #9A1A23
Text Example
Text Example
White with #9A1A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1A23; }
p { color: rgb(154,26,35); }
H1.HeaderClassName
{
color: #9A1A23;
}
.AnyTagClassName
{
color: #9A1A23;
}
</style>
background-color css
<style>
a { background-color: #9A1A23; }
a { background-color: rgb(154,26,35); }
div.DivClassName
{
background-color: #9A1A23;
}
.BgClassName
{
background-color: #9A1A23;
}
</style>
border-color css
<style>
span { border-color: #9A1A23; }
span { border-color: rgb(154,26,35); }
td.TdClassName
{
border-color: #9A1A23;
}
.TagClassName
{
border-color: #9A1A23;
}
</style>