Shades of Bright Red #A71D2D
Tints of Bright Red #A71D2D
RGB
CMYK
RGB Variations
Color information
#A71D2D (or 0xA71D2D) is known color: Bright Red. HEX triplet: A7, 1D and 2D. RGB value is (167,29,45). Sum of RGB (Red+Green+Blue) = 167+29+45=241 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.29% from 241); Green value is 29 (11.72% from 255 or 12.03% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 167 - color contains mainly: red. Hex color #A71D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71D2D is #58E2D2. Grayscale: #484848. Windows color (decimal): -5825235 or 2956711. OLE color: 2956711.
HSL color Cylindrical-coordinate representation of color #A71D2D: hue angle of 353.04º 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 #A71D2D is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 29 | 45 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.35 |
| HSL | 353.04º | 0.7% | 0.38% | - |
| HSV(B) | 353.04º | 0.83% | 0.65% | - |
| XYZ | 16.85 | 9.28 | 3.39 | - |
| YUV | 72.09 | 112.72 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 29 | 45 | 0 | 0.83 | 0.73 | 0.35 | 353.04 | 0.7 | 0.38 |
| Hex | A7 | 1D | 2D | 0 | 53 | 49 | 23 | 161 | 46 | 26 |
| Octal | 247 | 35 | 55 | 0 | 123 | 111 | 43 | 541 | 106 | 46 |
| Binary | 10100111 | 11101 | 101101 | 0 | 1010011 | 1001001 | 100011 | 101100001 | 1000110 | 100110 |
Color Harmonies of #A71D2D
Complementary color
Monochromatic Colors of #A71D2D
Black with #A71D2D
Text Example
Text Example
White with #A71D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71D2D; }
p { color: rgb(167,29,45); }
H1.HeaderClassName
{
color: #A71D2D;
}
.AnyTagClassName
{
color: #A71D2D;
}
</style>
background-color css
<style>
a { background-color: #A71D2D; }
a { background-color: rgb(167,29,45); }
div.DivClassName
{
background-color: #A71D2D;
}
.BgClassName
{
background-color: #A71D2D;
}
</style>
border-color css
<style>
span { border-color: #A71D2D; }
span { border-color: rgb(167,29,45); }
td.TdClassName
{
border-color: #A71D2D;
}
.TagClassName
{
border-color: #A71D2D;
}
</style>