Shades of Bright Red #A31E3F
Tints of Bright Red #A31E3F
RGB
CMYK
RGB Variations
Color information
#A31E3F (or 0xA31E3F) is known color: Bright Red. HEX triplet: A3, 1E and 3F. RGB value is (163,30,63). Sum of RGB (Red+Green+Blue) = 163+30+63=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31E3F is #5CE1C0. Grayscale: #494949. Windows color (decimal): -6087105 or 4136611. OLE color: 4136611.
HSL color Cylindrical-coordinate representation of color #A31E3F: hue angle of 345.11º 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 #A31E3F is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 30 | 63 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.36 |
| HSL | 345.11º | 0.69% | 0.38% | - |
| HSV(B) | 345.11º | 0.82% | 0.64% | - |
| XYZ | 16.47 | 9.07 | 5.59 | - |
| YUV | 73.53 | 122.06 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 63 | 0 | 0.82 | 0.61 | 0.36 | 345.11 | 0.69 | 0.38 |
| Hex | A3 | 1E | 3F | 0 | 52 | 3D | 24 | 159 | 45 | 26 |
| Octal | 243 | 36 | 77 | 0 | 122 | 75 | 44 | 531 | 105 | 46 |
| Binary | 10100011 | 11110 | 111111 | 0 | 1010010 | 111101 | 100100 | 101011001 | 1000101 | 100110 |
Color Harmonies of #A31E3F
Complementary color
Monochromatic Colors of #A31E3F
Black with #A31E3F
Text Example
Text Example
White with #A31E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31E3F; }
p { color: rgb(163,30,63); }
H1.HeaderClassName
{
color: #A31E3F;
}
.AnyTagClassName
{
color: #A31E3F;
}
</style>
background-color css
<style>
a { background-color: #A31E3F; }
a { background-color: rgb(163,30,63); }
div.DivClassName
{
background-color: #A31E3F;
}
.BgClassName
{
background-color: #A31E3F;
}
</style>
border-color css
<style>
span { border-color: #A31E3F; }
span { border-color: rgb(163,30,63); }
td.TdClassName
{
border-color: #A31E3F;
}
.TagClassName
{
border-color: #A31E3F;
}
</style>