Shades of Bright Red #A7253D
Tints of Bright Red #A7253D
RGB
CMYK
RGB Variations
Color information
#A7253D (or 0xA7253D) is known color: Bright Red. HEX triplet: A7, 25 and 3D. RGB value is (167,37,61). Sum of RGB (Red+Green+Blue) = 167+37+61=265 (35% of max value = 765). Red value is 167 (65.62% from 255 or 63.02% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 167 - color contains mainly: red. Hex color #A7253D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7253D is #58DAC2. Grayscale: #4E4E4E. Windows color (decimal): -5823171 or 4007335. OLE color: 4007335.
HSL color Cylindrical-coordinate representation of color #A7253D: hue angle of 348.92º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A7253D is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 37 | 61 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.35 |
| HSL | 348.92º | 0.64% | 0.4% | - |
| HSV(B) | 348.92º | 0.78% | 0.65% | - |
| XYZ | 17.44 | 9.88 | 5.4 | - |
| YUV | 78.61 | 118.07 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 37 | 61 | 0 | 0.78 | 0.63 | 0.35 | 348.92 | 0.64 | 0.4 |
| Hex | A7 | 25 | 3D | 0 | 4E | 3F | 23 | 15D | 40 | 28 |
| Octal | 247 | 45 | 75 | 0 | 116 | 77 | 43 | 535 | 100 | 50 |
| Binary | 10100111 | 100101 | 111101 | 0 | 1001110 | 111111 | 100011 | 101011101 | 1000000 | 101000 |
Color Harmonies of #A7253D
Complementary color
Monochromatic Colors of #A7253D
Black with #A7253D
Text Example
Text Example
White with #A7253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7253D; }
p { color: rgb(167,37,61); }
H1.HeaderClassName
{
color: #A7253D;
}
.AnyTagClassName
{
color: #A7253D;
}
</style>
background-color css
<style>
a { background-color: #A7253D; }
a { background-color: rgb(167,37,61); }
div.DivClassName
{
background-color: #A7253D;
}
.BgClassName
{
background-color: #A7253D;
}
</style>
border-color css
<style>
span { border-color: #A7253D; }
span { border-color: rgb(167,37,61); }
td.TdClassName
{
border-color: #A7253D;
}
.TagClassName
{
border-color: #A7253D;
}
</style>