Shades of Bright Red #A31725
Tints of Bright Red #A31725
RGB
CMYK
RGB Variations
Color information
#A31725 (or 0xA31725) is known color: Bright Red. HEX triplet: A3, 17 and 25. RGB value is (163,23,37). Sum of RGB (Red+Green+Blue) = 163+23+37=223 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.09% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 37 (14.84% from 255 or 16.59% from 223); Max value from RGB is 163 - color contains mainly: red. Hex color #A31725 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31725 is #5CE8DA. Grayscale: #424242. Windows color (decimal): -6088923 or 2430883. OLE color: 2430883.
HSL color Cylindrical-coordinate representation of color #A31725: hue angle of 354º 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 #A31725 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 23 | 37 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.36 |
| HSL | 354º | 0.75% | 0.36% | - |
| HSV(B) | 354º | 0.86% | 0.64% | - |
| XYZ | 15.74 | 8.53 | 2.57 | - |
| YUV | 66.46 | 111.38 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 23 | 37 | 0 | 0.86 | 0.77 | 0.36 | 354 | 0.75 | 0.36 |
| Hex | A3 | 17 | 25 | 0 | 56 | 4D | 24 | 162 | 4B | 24 |
| Octal | 243 | 27 | 45 | 0 | 126 | 115 | 44 | 542 | 113 | 44 |
| Binary | 10100011 | 10111 | 100101 | 0 | 1010110 | 1001101 | 100100 | 101100010 | 1001011 | 100100 |
Color Harmonies of #A31725
Complementary color
Monochromatic Colors of #A31725
Black with #A31725
Text Example
Text Example
White with #A31725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31725; }
p { color: rgb(163,23,37); }
H1.HeaderClassName
{
color: #A31725;
}
.AnyTagClassName
{
color: #A31725;
}
</style>
background-color css
<style>
a { background-color: #A31725; }
a { background-color: rgb(163,23,37); }
div.DivClassName
{
background-color: #A31725;
}
.BgClassName
{
background-color: #A31725;
}
</style>
border-color css
<style>
span { border-color: #A31725; }
span { border-color: rgb(163,23,37); }
td.TdClassName
{
border-color: #A31725;
}
.TagClassName
{
border-color: #A31725;
}
</style>