Shades of Bright Red #A31D3F
Tints of Bright Red #A31D3F
RGB
CMYK
RGB Variations
Color information
#A31D3F (or 0xA31D3F) is known color: Bright Red. HEX triplet: A3, 1D and 3F. RGB value is (163,29,63). Sum of RGB (Red+Green+Blue) = 163+29+63=255 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.92% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 163 - color contains mainly: red. Hex color #A31D3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31D3F is #5CE2C0. Grayscale: #484848. Windows color (decimal): -6087361 or 4136355. OLE color: 4136355.
HSL color Cylindrical-coordinate representation of color #A31D3F: hue angle of 344.78º 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 #A31D3F is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 29 | 63 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.36 |
| HSL | 344.78º | 0.7% | 0.38% | - |
| HSV(B) | 344.78º | 0.82% | 0.64% | - |
| XYZ | 16.44 | 9.02 | 5.58 | - |
| YUV | 72.94 | 122.39 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 29 | 63 | 0 | 0.82 | 0.61 | 0.36 | 344.78 | 0.7 | 0.38 |
| Hex | A3 | 1D | 3F | 0 | 52 | 3D | 24 | 159 | 46 | 26 |
| Octal | 243 | 35 | 77 | 0 | 122 | 75 | 44 | 531 | 106 | 46 |
| Binary | 10100011 | 11101 | 111111 | 0 | 1010010 | 111101 | 100100 | 101011001 | 1000110 | 100110 |
Color Harmonies of #A31D3F
Complementary color
Monochromatic Colors of #A31D3F
Black with #A31D3F
Text Example
Text Example
White with #A31D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31D3F; }
p { color: rgb(163,29,63); }
H1.HeaderClassName
{
color: #A31D3F;
}
.AnyTagClassName
{
color: #A31D3F;
}
</style>
background-color css
<style>
a { background-color: #A31D3F; }
a { background-color: rgb(163,29,63); }
div.DivClassName
{
background-color: #A31D3F;
}
.BgClassName
{
background-color: #A31D3F;
}
</style>
border-color css
<style>
span { border-color: #A31D3F; }
span { border-color: rgb(163,29,63); }
td.TdClassName
{
border-color: #A31D3F;
}
.TagClassName
{
border-color: #A31D3F;
}
</style>