Shades of Bright Red #A8253D
Tints of Bright Red #A8253D
RGB
CMYK
RGB Variations
Color information
#A8253D (or 0xA8253D) is known color: Bright Red. HEX triplet: A8, 25 and 3D. RGB value is (168,37,61). Sum of RGB (Red+Green+Blue) = 168+37+61=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A8253D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8253D is #57DAC2. Grayscale: #4E4E4E. Windows color (decimal): -5757635 or 4007336. OLE color: 4007336.
HSL color Cylindrical-coordinate representation of color #A8253D: hue angle of 349.01º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8253D is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 37 | 61 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.34 |
| HSL | 349.01º | 0.64% | 0.4% | - |
| HSV(B) | 349.01º | 0.78% | 0.66% | - |
| XYZ | 17.65 | 9.98 | 5.41 | - |
| YUV | 78.91 | 117.9 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 37 | 61 | 0 | 0.78 | 0.64 | 0.34 | 349.01 | 0.64 | 0.4 |
| Hex | A8 | 25 | 3D | 0 | 4E | 40 | 22 | 15D | 40 | 28 |
| Octal | 250 | 45 | 75 | 0 | 116 | 100 | 42 | 535 | 100 | 50 |
| Binary | 10101000 | 100101 | 111101 | 0 | 1001110 | 1000000 | 100010 | 101011101 | 1000000 | 101000 |
Color Harmonies of #A8253D
Complementary color
Monochromatic Colors of #A8253D
Black with #A8253D
Text Example
Text Example
White with #A8253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8253D; }
p { color: rgb(168,37,61); }
H1.HeaderClassName
{
color: #A8253D;
}
.AnyTagClassName
{
color: #A8253D;
}
</style>
background-color css
<style>
a { background-color: #A8253D; }
a { background-color: rgb(168,37,61); }
div.DivClassName
{
background-color: #A8253D;
}
.BgClassName
{
background-color: #A8253D;
}
</style>
border-color css
<style>
span { border-color: #A8253D; }
span { border-color: rgb(168,37,61); }
td.TdClassName
{
border-color: #A8253D;
}
.TagClassName
{
border-color: #A8253D;
}
</style>