Shades of Bright Red #A71D2E
Tints of Bright Red #A71D2E
RGB
CMYK
RGB Variations
Color information
#A71D2E (or 0xA71D2E) is known color: Bright Red. HEX triplet: A7, 1D and 2E. RGB value is (167,29,46). Sum of RGB (Red+Green+Blue) = 167+29+46=242 (32% of max value = 765). Red value is 167 (65.62% from 255 or 69.01% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 167 - color contains mainly: red. Hex color #A71D2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71D2E is #58E2D1. Grayscale: #484848. Windows color (decimal): -5825234 or 3022247. OLE color: 3022247.
HSL color Cylindrical-coordinate representation of color #A71D2E: hue angle of 352.61º 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 #A71D2E is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 29 | 46 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.35 |
| HSL | 352.61º | 0.7% | 0.38% | - |
| HSV(B) | 352.61º | 0.83% | 0.65% | - |
| XYZ | 16.87 | 9.29 | 3.49 | - |
| YUV | 72.2 | 113.22 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 29 | 46 | 0 | 0.83 | 0.72 | 0.35 | 352.61 | 0.7 | 0.38 |
| Hex | A7 | 1D | 2E | 0 | 53 | 48 | 23 | 161 | 46 | 26 |
| Octal | 247 | 35 | 56 | 0 | 123 | 110 | 43 | 541 | 106 | 46 |
| Binary | 10100111 | 11101 | 101110 | 0 | 1010011 | 1001000 | 100011 | 101100001 | 1000110 | 100110 |
Color Harmonies of #A71D2E
Complementary color
Monochromatic Colors of #A71D2E
Black with #A71D2E
Text Example
Text Example
White with #A71D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71D2E; }
p { color: rgb(167,29,46); }
H1.HeaderClassName
{
color: #A71D2E;
}
.AnyTagClassName
{
color: #A71D2E;
}
</style>
background-color css
<style>
a { background-color: #A71D2E; }
a { background-color: rgb(167,29,46); }
div.DivClassName
{
background-color: #A71D2E;
}
.BgClassName
{
background-color: #A71D2E;
}
</style>
border-color css
<style>
span { border-color: #A71D2E; }
span { border-color: rgb(167,29,46); }
td.TdClassName
{
border-color: #A71D2E;
}
.TagClassName
{
border-color: #A71D2E;
}
</style>