Shades of Bright Red #A91923
Tints of Bright Red #A91923
RGB
CMYK
RGB Variations
Color information
#A91923 (or 0xA91923) is known color: Bright Red. HEX triplet: A9, 19 and 23. RGB value is (169,25,35). Sum of RGB (Red+Green+Blue) = 169+25+35=229 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.80% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 35 (14.06% from 255 or 15.28% from 229); Max value from RGB is 169 - color contains mainly: red. Hex color #A91923 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91923 is #56E6DC. Grayscale: #454545. Windows color (decimal): -5695197 or 2300329. OLE color: 2300329.
HSL color Cylindrical-coordinate representation of color #A91923: hue angle of 355.83º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A91923 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 25 | 35 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.34 |
| HSL | 355.83º | 0.74% | 0.38% | - |
| HSV(B) | 355.83º | 0.85% | 0.66% | - |
| XYZ | 17.01 | 9.25 | 2.48 | - |
| YUV | 69.2 | 108.71 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 25 | 35 | 0 | 0.85 | 0.79 | 0.34 | 355.83 | 0.74 | 0.38 |
| Hex | A9 | 19 | 23 | 0 | 55 | 4F | 22 | 164 | 4A | 26 |
| Octal | 251 | 31 | 43 | 0 | 125 | 117 | 42 | 544 | 112 | 46 |
| Binary | 10101001 | 11001 | 100011 | 0 | 1010101 | 1001111 | 100010 | 101100100 | 1001010 | 100110 |
Color Harmonies of #A91923
Complementary color
Monochromatic Colors of #A91923
Black with #A91923
Text Example
Text Example
White with #A91923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91923; }
p { color: rgb(169,25,35); }
H1.HeaderClassName
{
color: #A91923;
}
.AnyTagClassName
{
color: #A91923;
}
</style>
background-color css
<style>
a { background-color: #A91923; }
a { background-color: rgb(169,25,35); }
div.DivClassName
{
background-color: #A91923;
}
.BgClassName
{
background-color: #A91923;
}
</style>
border-color css
<style>
span { border-color: #A91923; }
span { border-color: rgb(169,25,35); }
td.TdClassName
{
border-color: #A91923;
}
.TagClassName
{
border-color: #A91923;
}
</style>