Shades of Bright Red #A81923
Tints of Bright Red #A81923
RGB
CMYK
RGB Variations
Color information
#A81923 (or 0xA81923) is known color: Bright Red. HEX triplet: A8, 19 and 23. RGB value is (168,25,35). Sum of RGB (Red+Green+Blue) = 168+25+35=228 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.68% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 35 (14.06% from 255 or 15.35% from 228); Max value from RGB is 168 - color contains mainly: red. Hex color #A81923 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81923 is #57E6DC. Grayscale: #454545. Windows color (decimal): -5760733 or 2300328. OLE color: 2300328.
HSL color Cylindrical-coordinate representation of color #A81923: hue angle of 355.8º 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 #A81923 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 35 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.34 |
| HSL | 355.8º | 0.74% | 0.38% | - |
| HSV(B) | 355.8º | 0.85% | 0.66% | - |
| XYZ | 16.8 | 9.14 | 2.47 | - |
| YUV | 68.9 | 108.88 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 35 | 0 | 0.85 | 0.79 | 0.34 | 355.8 | 0.74 | 0.38 |
| Hex | A8 | 19 | 23 | 0 | 55 | 4F | 22 | 164 | 4A | 26 |
| Octal | 250 | 31 | 43 | 0 | 125 | 117 | 42 | 544 | 112 | 46 |
| Binary | 10101000 | 11001 | 100011 | 0 | 1010101 | 1001111 | 100010 | 101100100 | 1001010 | 100110 |
Color Harmonies of #A81923
Complementary color
Monochromatic Colors of #A81923
Black with #A81923
Text Example
Text Example
White with #A81923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81923; }
p { color: rgb(168,25,35); }
H1.HeaderClassName
{
color: #A81923;
}
.AnyTagClassName
{
color: #A81923;
}
</style>
background-color css
<style>
a { background-color: #A81923; }
a { background-color: rgb(168,25,35); }
div.DivClassName
{
background-color: #A81923;
}
.BgClassName
{
background-color: #A81923;
}
</style>
border-color css
<style>
span { border-color: #A81923; }
span { border-color: rgb(168,25,35); }
td.TdClassName
{
border-color: #A81923;
}
.TagClassName
{
border-color: #A81923;
}
</style>