Shades of Bright Red #A31D20
Tints of Bright Red #A31D20
RGB
CMYK
RGB Variations
Color information
#A31D20 (or 0xA31D20) is known color: Bright Red. HEX triplet: A3, 1D and 20. RGB value is (163,29,32). Sum of RGB (Red+Green+Blue) = 163+29+32=224 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.77% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 163 - color contains mainly: red. Hex color #A31D20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31D20 is #5CE2DF. Grayscale: #454545. Windows color (decimal): -6087392 or 2104739. OLE color: 2104739.
HSL color Cylindrical-coordinate representation of color #A31D20: hue angle of 358.66º degrees, saturation: 0.7, 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 #A31D20 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 29 | 32 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.36 |
| HSL | 358.66º | 0.7% | 0.38% | - |
| HSV(B) | 358.66º | 0.82% | 0.64% | - |
| XYZ | 15.8 | 8.77 | 2.23 | - |
| YUV | 69.41 | 106.89 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 29 | 32 | 0 | 0.82 | 0.80 | 0.36 | 358.66 | 0.7 | 0.38 |
| Hex | A3 | 1D | 20 | 0 | 52 | 50 | 24 | 167 | 46 | 26 |
| Octal | 243 | 35 | 40 | 0 | 122 | 120 | 44 | 547 | 106 | 46 |
| Binary | 10100011 | 11101 | 100000 | 0 | 1010010 | 1010000 | 100100 | 101100111 | 1000110 | 100110 |
Color Harmonies of #A31D20
Complementary color
Monochromatic Colors of #A31D20
Black with #A31D20
Text Example
Text Example
White with #A31D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31D20; }
p { color: rgb(163,29,32); }
H1.HeaderClassName
{
color: #A31D20;
}
.AnyTagClassName
{
color: #A31D20;
}
</style>
background-color css
<style>
a { background-color: #A31D20; }
a { background-color: rgb(163,29,32); }
div.DivClassName
{
background-color: #A31D20;
}
.BgClassName
{
background-color: #A31D20;
}
</style>
border-color css
<style>
span { border-color: #A31D20; }
span { border-color: rgb(163,29,32); }
td.TdClassName
{
border-color: #A31D20;
}
.TagClassName
{
border-color: #A31D20;
}
</style>