Shades of Bright Red #A71D25
Tints of Bright Red #A71D25
RGB
CMYK
RGB Variations
Color information
#A71D25 (or 0xA71D25) is known color: Bright Red. HEX triplet: A7, 1D and 25. RGB value is (167,29,37). Sum of RGB (Red+Green+Blue) = 167+29+37=233 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.67% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 167 - color contains mainly: red. Hex color #A71D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71D25 is #58E2DA. Grayscale: #474747. Windows color (decimal): -5825243 or 2432423. OLE color: 2432423.
HSL color Cylindrical-coordinate representation of color #A71D25: hue angle of 356.52º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A71D25 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 29 | 37 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.35 |
| HSL | 356.52º | 0.7% | 0.38% | - |
| HSV(B) | 356.52º | 0.83% | 0.65% | - |
| XYZ | 16.71 | 9.23 | 2.65 | - |
| YUV | 71.17 | 108.72 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 29 | 37 | 0 | 0.83 | 0.78 | 0.35 | 356.52 | 0.7 | 0.38 |
| Hex | A7 | 1D | 25 | 0 | 53 | 4E | 23 | 165 | 46 | 26 |
| Octal | 247 | 35 | 45 | 0 | 123 | 116 | 43 | 545 | 106 | 46 |
| Binary | 10100111 | 11101 | 100101 | 0 | 1010011 | 1001110 | 100011 | 101100101 | 1000110 | 100110 |
Color Harmonies of #A71D25
Complementary color
Monochromatic Colors of #A71D25
Black with #A71D25
Text Example
Text Example
White with #A71D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71D25; }
p { color: rgb(167,29,37); }
H1.HeaderClassName
{
color: #A71D25;
}
.AnyTagClassName
{
color: #A71D25;
}
</style>
background-color css
<style>
a { background-color: #A71D25; }
a { background-color: rgb(167,29,37); }
div.DivClassName
{
background-color: #A71D25;
}
.BgClassName
{
background-color: #A71D25;
}
</style>
border-color css
<style>
span { border-color: #A71D25; }
span { border-color: rgb(167,29,37); }
td.TdClassName
{
border-color: #A71D25;
}
.TagClassName
{
border-color: #A71D25;
}
</style>