Shades of Bright Red #A7142C
Tints of Bright Red #A7142C
RGB
CMYK
RGB Variations
Color information
#A7142C (or 0xA7142C) is known color: Bright Red. HEX triplet: A7, 14 and 2C. RGB value is (167,20,44). Sum of RGB (Red+Green+Blue) = 167+20+44=231 (30% of max value = 765). Red value is 167 (65.62% from 255 or 72.29% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 167 - color contains mainly: red. Hex color #A7142C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7142C is #58EBD3. Grayscale: #424242. Windows color (decimal): -5827540 or 2888871. OLE color: 2888871.
HSL color Cylindrical-coordinate representation of color #A7142C: hue angle of 350.2º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A7142C is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 20 | 44 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.35 |
| HSL | 350.2º | 0.79% | 0.37% | - |
| HSV(B) | 350.2º | 0.88% | 0.65% | - |
| XYZ | 16.64 | 8.9 | 3.22 | - |
| YUV | 66.69 | 115.2 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 20 | 44 | 0 | 0.88 | 0.74 | 0.35 | 350.2 | 0.79 | 0.37 |
| Hex | A7 | 14 | 2C | 0 | 58 | 4A | 23 | 15E | 4F | 25 |
| Octal | 247 | 24 | 54 | 0 | 130 | 112 | 43 | 536 | 117 | 45 |
| Binary | 10100111 | 10100 | 101100 | 0 | 1011000 | 1001010 | 100011 | 101011110 | 1001111 | 100101 |
Color Harmonies of #A7142C
Complementary color
Monochromatic Colors of #A7142C
Black with #A7142C
Text Example
Text Example
White with #A7142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7142C; }
p { color: rgb(167,20,44); }
H1.HeaderClassName
{
color: #A7142C;
}
.AnyTagClassName
{
color: #A7142C;
}
</style>
background-color css
<style>
a { background-color: #A7142C; }
a { background-color: rgb(167,20,44); }
div.DivClassName
{
background-color: #A7142C;
}
.BgClassName
{
background-color: #A7142C;
}
</style>
border-color css
<style>
span { border-color: #A7142C; }
span { border-color: rgb(167,20,44); }
td.TdClassName
{
border-color: #A7142C;
}
.TagClassName
{
border-color: #A7142C;
}
</style>