Shades of Bright Red #A31E22
Tints of Bright Red #A31E22
RGB
CMYK
RGB Variations
Color information
#A31E22 (or 0xA31E22) is known color: Bright Red. HEX triplet: A3, 1E and 22. RGB value is (163,30,34). Sum of RGB (Red+Green+Blue) = 163+30+34=227 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.81% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31E22 is #5CE1DD. Grayscale: #464646. Windows color (decimal): -6087134 or 2236067. OLE color: 2236067.
HSL color Cylindrical-coordinate representation of color #A31E22: hue angle of 358.2º 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 #A31E22 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 30 | 34 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.36 |
| HSL | 358.2º | 0.69% | 0.38% | - |
| HSV(B) | 358.2º | 0.82% | 0.64% | - |
| XYZ | 15.86 | 8.83 | 2.38 | - |
| YUV | 70.22 | 107.56 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 34 | 0 | 0.82 | 0.79 | 0.36 | 358.2 | 0.69 | 0.38 |
| Hex | A3 | 1E | 22 | 0 | 52 | 4F | 24 | 166 | 45 | 26 |
| Octal | 243 | 36 | 42 | 0 | 122 | 117 | 44 | 546 | 105 | 46 |
| Binary | 10100011 | 11110 | 100010 | 0 | 1010010 | 1001111 | 100100 | 101100110 | 1000101 | 100110 |
Color Harmonies of #A31E22
Complementary color
Monochromatic Colors of #A31E22
Black with #A31E22
Text Example
Text Example
White with #A31E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31E22; }
p { color: rgb(163,30,34); }
H1.HeaderClassName
{
color: #A31E22;
}
.AnyTagClassName
{
color: #A31E22;
}
</style>
background-color css
<style>
a { background-color: #A31E22; }
a { background-color: rgb(163,30,34); }
div.DivClassName
{
background-color: #A31E22;
}
.BgClassName
{
background-color: #A31E22;
}
</style>
border-color css
<style>
span { border-color: #A31E22; }
span { border-color: rgb(163,30,34); }
td.TdClassName
{
border-color: #A31E22;
}
.TagClassName
{
border-color: #A31E22;
}
</style>