Shades of Bright Red #A41D2E
Tints of Bright Red #A41D2E
RGB
CMYK
RGB Variations
Color information
#A41D2E (or 0xA41D2E) is known color: Bright Red. HEX triplet: A4, 1D and 2E. RGB value is (164,29,46). Sum of RGB (Red+Green+Blue) = 164+29+46=239 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.62% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 164 - color contains mainly: red. Hex color #A41D2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41D2E is #5BE2D1. Grayscale: #474747. Windows color (decimal): -6021842 or 3022244. OLE color: 3022244.
HSL color Cylindrical-coordinate representation of color #A41D2E: hue angle of 352.44º 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 #A41D2E is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 29 | 46 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.36 |
| HSL | 352.44º | 0.7% | 0.38% | - |
| HSV(B) | 352.44º | 0.82% | 0.64% | - |
| XYZ | 16.24 | 8.97 | 3.46 | - |
| YUV | 71.3 | 113.73 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 29 | 46 | 0 | 0.82 | 0.72 | 0.36 | 352.44 | 0.7 | 0.38 |
| Hex | A4 | 1D | 2E | 0 | 52 | 48 | 24 | 160 | 46 | 26 |
| Octal | 244 | 35 | 56 | 0 | 122 | 110 | 44 | 540 | 106 | 46 |
| Binary | 10100100 | 11101 | 101110 | 0 | 1010010 | 1001000 | 100100 | 101100000 | 1000110 | 100110 |
Color Harmonies of #A41D2E
Complementary color
Monochromatic Colors of #A41D2E
Black with #A41D2E
Text Example
Text Example
White with #A41D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41D2E; }
p { color: rgb(164,29,46); }
H1.HeaderClassName
{
color: #A41D2E;
}
.AnyTagClassName
{
color: #A41D2E;
}
</style>
background-color css
<style>
a { background-color: #A41D2E; }
a { background-color: rgb(164,29,46); }
div.DivClassName
{
background-color: #A41D2E;
}
.BgClassName
{
background-color: #A41D2E;
}
</style>
border-color css
<style>
span { border-color: #A41D2E; }
span { border-color: rgb(164,29,46); }
td.TdClassName
{
border-color: #A41D2E;
}
.TagClassName
{
border-color: #A41D2E;
}
</style>