Shades of Bright Red #A31E2D
Tints of Bright Red #A31E2D
RGB
CMYK
RGB Variations
Color information
#A31E2D (or 0xA31E2D) is known color: Bright Red. HEX triplet: A3, 1E and 2D. RGB value is (163,30,45). Sum of RGB (Red+Green+Blue) = 163+30+45=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31E2D is #5CE1D2. Grayscale: #474747. Windows color (decimal): -6087123 or 2956963. OLE color: 2956963.
HSL color Cylindrical-coordinate representation of color #A31E2D: hue angle of 353.23º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A31E2D is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 30 | 45 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.36 |
| HSL | 353.23º | 0.69% | 0.38% | - |
| HSV(B) | 353.23º | 0.82% | 0.64% | - |
| XYZ | 16.04 | 8.9 | 3.36 | - |
| YUV | 71.48 | 113.06 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 45 | 0 | 0.82 | 0.72 | 0.36 | 353.23 | 0.69 | 0.38 |
| Hex | A3 | 1E | 2D | 0 | 52 | 48 | 24 | 161 | 45 | 26 |
| Octal | 243 | 36 | 55 | 0 | 122 | 110 | 44 | 541 | 105 | 46 |
| Binary | 10100011 | 11110 | 101101 | 0 | 1010010 | 1001000 | 100100 | 101100001 | 1000101 | 100110 |
Color Harmonies of #A31E2D
Complementary color
Monochromatic Colors of #A31E2D
Black with #A31E2D
Text Example
Text Example
White with #A31E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31E2D; }
p { color: rgb(163,30,45); }
H1.HeaderClassName
{
color: #A31E2D;
}
.AnyTagClassName
{
color: #A31E2D;
}
</style>
background-color css
<style>
a { background-color: #A31E2D; }
a { background-color: rgb(163,30,45); }
div.DivClassName
{
background-color: #A31E2D;
}
.BgClassName
{
background-color: #A31E2D;
}
</style>
border-color css
<style>
span { border-color: #A31E2D; }
span { border-color: rgb(163,30,45); }
td.TdClassName
{
border-color: #A31E2D;
}
.TagClassName
{
border-color: #A31E2D;
}
</style>