Shades of Bright Red #A41531
Tints of Bright Red #A41531
RGB
CMYK
RGB Variations
Color information
#A41531 (or 0xA41531) is known color: Bright Red. HEX triplet: A4, 15 and 31. RGB value is (164,21,49). Sum of RGB (Red+Green+Blue) = 164+21+49=234 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.09% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 164 - color contains mainly: red. Hex color #A41531 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41531 is #5BEACE. Grayscale: #424242. Windows color (decimal): -6023887 or 3216804. OLE color: 3216804.
HSL color Cylindrical-coordinate representation of color #A41531: hue angle of 348.25º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41531 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 21 | 49 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.36 |
| HSL | 348.25º | 0.77% | 0.36% | - |
| HSV(B) | 348.25º | 0.87% | 0.64% | - |
| XYZ | 16.13 | 8.65 | 3.73 | - |
| YUV | 66.95 | 117.88 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 21 | 49 | 0 | 0.87 | 0.70 | 0.36 | 348.25 | 0.77 | 0.36 |
| Hex | A4 | 15 | 31 | 0 | 57 | 46 | 24 | 15C | 4D | 24 |
| Octal | 244 | 25 | 61 | 0 | 127 | 106 | 44 | 534 | 115 | 44 |
| Binary | 10100100 | 10101 | 110001 | 0 | 1010111 | 1000110 | 100100 | 101011100 | 1001101 | 100100 |
Color Harmonies of #A41531
Complementary color
Monochromatic Colors of #A41531
Black with #A41531
Text Example
Text Example
White with #A41531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41531; }
p { color: rgb(164,21,49); }
H1.HeaderClassName
{
color: #A41531;
}
.AnyTagClassName
{
color: #A41531;
}
</style>
background-color css
<style>
a { background-color: #A41531; }
a { background-color: rgb(164,21,49); }
div.DivClassName
{
background-color: #A41531;
}
.BgClassName
{
background-color: #A41531;
}
</style>
border-color css
<style>
span { border-color: #A41531; }
span { border-color: rgb(164,21,49); }
td.TdClassName
{
border-color: #A41531;
}
.TagClassName
{
border-color: #A41531;
}
</style>