Shades of Bright Red #A71C2D
Tints of Bright Red #A71C2D
RGB
CMYK
RGB Variations
Color information
#A71C2D (or 0xA71C2D) is known color: Bright Red. HEX triplet: A7, 1C and 2D. RGB value is (167,28,45). Sum of RGB (Red+Green+Blue) = 167+28+45=240 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.58% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 167 - color contains mainly: red. Hex color #A71C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71C2D is #58E3D2. Grayscale: #474747. Windows color (decimal): -5825491 or 2956455. OLE color: 2956455.
HSL color Cylindrical-coordinate representation of color #A71C2D: hue angle of 352.66º degrees, saturation: 0.71, 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 #A71C2D is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 28 | 45 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.35 |
| HSL | 352.66º | 0.71% | 0.38% | - |
| HSV(B) | 352.66º | 0.83% | 0.65% | - |
| XYZ | 16.83 | 9.24 | 3.38 | - |
| YUV | 71.5 | 113.05 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 28 | 45 | 0 | 0.83 | 0.73 | 0.35 | 352.66 | 0.71 | 0.38 |
| Hex | A7 | 1C | 2D | 0 | 53 | 49 | 23 | 161 | 47 | 26 |
| Octal | 247 | 34 | 55 | 0 | 123 | 111 | 43 | 541 | 107 | 46 |
| Binary | 10100111 | 11100 | 101101 | 0 | 1010011 | 1001001 | 100011 | 101100001 | 1000111 | 100110 |
Color Harmonies of #A71C2D
Complementary color
Monochromatic Colors of #A71C2D
Black with #A71C2D
Text Example
Text Example
White with #A71C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71C2D; }
p { color: rgb(167,28,45); }
H1.HeaderClassName
{
color: #A71C2D;
}
.AnyTagClassName
{
color: #A71C2D;
}
</style>
background-color css
<style>
a { background-color: #A71C2D; }
a { background-color: rgb(167,28,45); }
div.DivClassName
{
background-color: #A71C2D;
}
.BgClassName
{
background-color: #A71C2D;
}
</style>
border-color css
<style>
span { border-color: #A71C2D; }
span { border-color: rgb(167,28,45); }
td.TdClassName
{
border-color: #A71C2D;
}
.TagClassName
{
border-color: #A71C2D;
}
</style>