Shades of Bright Red #A01725
Tints of Bright Red #A01725
RGB
CMYK
RGB Variations
Color information
#A01725 (or 0xA01725) is known color: Bright Red. HEX triplet: A0, 17 and 25. RGB value is (160,23,37). Sum of RGB (Red+Green+Blue) = 160+23+37=220 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.73% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 160 - color contains mainly: red. Hex color #A01725 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01725 is #5FE8DA. Grayscale: #414141. Windows color (decimal): -6285531 or 2430880. OLE color: 2430880.
HSL color Cylindrical-coordinate representation of color #A01725: hue angle of 353.87º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01725 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 23 | 37 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.37 |
| HSL | 353.87º | 0.75% | 0.36% | - |
| HSV(B) | 353.87º | 0.86% | 0.63% | - |
| XYZ | 15.14 | 8.22 | 2.54 | - |
| YUV | 65.56 | 111.89 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 23 | 37 | 0 | 0.86 | 0.77 | 0.37 | 353.87 | 0.75 | 0.36 |
| Hex | A0 | 17 | 25 | 0 | 56 | 4D | 25 | 162 | 4B | 24 |
| Octal | 240 | 27 | 45 | 0 | 126 | 115 | 45 | 542 | 113 | 44 |
| Binary | 10100000 | 10111 | 100101 | 0 | 1010110 | 1001101 | 100101 | 101100010 | 1001011 | 100100 |
Color Harmonies of #A01725
Complementary color
Monochromatic Colors of #A01725
Black with #A01725
Text Example
Text Example
White with #A01725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01725; }
p { color: rgb(160,23,37); }
H1.HeaderClassName
{
color: #A01725;
}
.AnyTagClassName
{
color: #A01725;
}
</style>
background-color css
<style>
a { background-color: #A01725; }
a { background-color: rgb(160,23,37); }
div.DivClassName
{
background-color: #A01725;
}
.BgClassName
{
background-color: #A01725;
}
</style>
border-color css
<style>
span { border-color: #A01725; }
span { border-color: rgb(160,23,37); }
td.TdClassName
{
border-color: #A01725;
}
.TagClassName
{
border-color: #A01725;
}
</style>