Shades of Bright Red #A41D29
Tints of Bright Red #A41D29
RGB
CMYK
RGB Variations
Color information
#A41D29 (or 0xA41D29) is known color: Bright Red. HEX triplet: A4, 1D and 29. RGB value is (164,29,41). Sum of RGB (Red+Green+Blue) = 164+29+41=234 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.09% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 164 - color contains mainly: red. Hex color #A41D29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41D29 is #5BE2D6. Grayscale: #464646. Windows color (decimal): -6021847 or 2694564. OLE color: 2694564.
HSL color Cylindrical-coordinate representation of color #A41D29: hue angle of 354.67º 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 #A41D29 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 29 | 41 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.36 |
| HSL | 354.67º | 0.7% | 0.38% | - |
| HSV(B) | 354.67º | 0.82% | 0.64% | - |
| XYZ | 16.15 | 8.93 | 2.97 | - |
| YUV | 70.73 | 111.23 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 29 | 41 | 0 | 0.82 | 0.75 | 0.36 | 354.67 | 0.7 | 0.38 |
| Hex | A4 | 1D | 29 | 0 | 52 | 4B | 24 | 163 | 46 | 26 |
| Octal | 244 | 35 | 51 | 0 | 122 | 113 | 44 | 543 | 106 | 46 |
| Binary | 10100100 | 11101 | 101001 | 0 | 1010010 | 1001011 | 100100 | 101100011 | 1000110 | 100110 |
Color Harmonies of #A41D29
Complementary color
Monochromatic Colors of #A41D29
Black with #A41D29
Text Example
Text Example
White with #A41D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41D29; }
p { color: rgb(164,29,41); }
H1.HeaderClassName
{
color: #A41D29;
}
.AnyTagClassName
{
color: #A41D29;
}
</style>
background-color css
<style>
a { background-color: #A41D29; }
a { background-color: rgb(164,29,41); }
div.DivClassName
{
background-color: #A41D29;
}
.BgClassName
{
background-color: #A41D29;
}
</style>
border-color css
<style>
span { border-color: #A41D29; }
span { border-color: rgb(164,29,41); }
td.TdClassName
{
border-color: #A41D29;
}
.TagClassName
{
border-color: #A41D29;
}
</style>