Shades of Bright Red #A31723
Tints of Bright Red #A31723
RGB
CMYK
RGB Variations
Color information
#A31723 (or 0xA31723) is known color: Bright Red. HEX triplet: A3, 17 and 23. RGB value is (163,23,35). Sum of RGB (Red+Green+Blue) = 163+23+35=221 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.76% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 35 (14.06% from 255 or 15.84% from 221); Max value from RGB is 163 - color contains mainly: red. Hex color #A31723 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31723 is #5CE8DC. Grayscale: #424242. Windows color (decimal): -6088925 or 2299811. OLE color: 2299811.
HSL color Cylindrical-coordinate representation of color #A31723: hue angle of 354.86º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31723 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 23 | 35 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.36 |
| HSL | 354.86º | 0.75% | 0.36% | - |
| HSV(B) | 354.86º | 0.86% | 0.64% | - |
| XYZ | 15.71 | 8.52 | 2.41 | - |
| YUV | 66.23 | 110.38 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 23 | 35 | 0 | 0.86 | 0.79 | 0.36 | 354.86 | 0.75 | 0.36 |
| Hex | A3 | 17 | 23 | 0 | 56 | 4F | 24 | 163 | 4B | 24 |
| Octal | 243 | 27 | 43 | 0 | 126 | 117 | 44 | 543 | 113 | 44 |
| Binary | 10100011 | 10111 | 100011 | 0 | 1010110 | 1001111 | 100100 | 101100011 | 1001011 | 100100 |
Color Harmonies of #A31723
Complementary color
Monochromatic Colors of #A31723
Black with #A31723
Text Example
Text Example
White with #A31723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31723; }
p { color: rgb(163,23,35); }
H1.HeaderClassName
{
color: #A31723;
}
.AnyTagClassName
{
color: #A31723;
}
</style>
background-color css
<style>
a { background-color: #A31723; }
a { background-color: rgb(163,23,35); }
div.DivClassName
{
background-color: #A31723;
}
.BgClassName
{
background-color: #A31723;
}
</style>
border-color css
<style>
span { border-color: #A31723; }
span { border-color: rgb(163,23,35); }
td.TdClassName
{
border-color: #A31723;
}
.TagClassName
{
border-color: #A31723;
}
</style>