Shades of Bright Red #A71F2C
Tints of Bright Red #A71F2C
RGB
CMYK
RGB Variations
Color information
#A71F2C (or 0xA71F2C) is known color: Bright Red. HEX triplet: A7, 1F and 2C. RGB value is (167,31,44). Sum of RGB (Red+Green+Blue) = 167+31+44=242 (32% of max value = 765). Red value is 167 (65.62% from 255 or 69.01% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 167 - color contains mainly: red. Hex color #A71F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71F2C is #58E0D3. Grayscale: #494949. Windows color (decimal): -5824724 or 2891687. OLE color: 2891687.
HSL color Cylindrical-coordinate representation of color #A71F2C: hue angle of 354.26º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A71F2C is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 31 | 44 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.35 |
| HSL | 354.26º | 0.69% | 0.39% | - |
| HSV(B) | 354.26º | 0.81% | 0.65% | - |
| XYZ | 16.88 | 9.38 | 3.3 | - |
| YUV | 73.15 | 111.56 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 31 | 44 | 0 | 0.81 | 0.74 | 0.35 | 354.26 | 0.69 | 0.39 |
| Hex | A7 | 1F | 2C | 0 | 51 | 4A | 23 | 162 | 45 | 27 |
| Octal | 247 | 37 | 54 | 0 | 121 | 112 | 43 | 542 | 105 | 47 |
| Binary | 10100111 | 11111 | 101100 | 0 | 1010001 | 1001010 | 100011 | 101100010 | 1000101 | 100111 |
Color Harmonies of #A71F2C
Complementary color
Monochromatic Colors of #A71F2C
Black with #A71F2C
Text Example
Text Example
White with #A71F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71F2C; }
p { color: rgb(167,31,44); }
H1.HeaderClassName
{
color: #A71F2C;
}
.AnyTagClassName
{
color: #A71F2C;
}
</style>
background-color css
<style>
a { background-color: #A71F2C; }
a { background-color: rgb(167,31,44); }
div.DivClassName
{
background-color: #A71F2C;
}
.BgClassName
{
background-color: #A71F2C;
}
</style>
border-color css
<style>
span { border-color: #A71F2C; }
span { border-color: rgb(167,31,44); }
td.TdClassName
{
border-color: #A71F2C;
}
.TagClassName
{
border-color: #A71F2C;
}
</style>