Shades of Bright Red #A41D3F
Tints of Bright Red #A41D3F
RGB
CMYK
RGB Variations
Color information
#A41D3F (or 0xA41D3F) is known color: Bright Red. HEX triplet: A4, 1D and 3F. RGB value is (164,29,63). Sum of RGB (Red+Green+Blue) = 164+29+63=256 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.06% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 164 - color contains mainly: red. Hex color #A41D3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41D3F is #5BE2C0. Grayscale: #494949. Windows color (decimal): -6021825 or 4136356. OLE color: 4136356.
HSL color Cylindrical-coordinate representation of color #A41D3F: hue angle of 344.89º 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 #A41D3F is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 29 | 63 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.36 |
| HSL | 344.89º | 0.7% | 0.38% | - |
| HSV(B) | 344.89º | 0.82% | 0.64% | - |
| XYZ | 16.65 | 9.13 | 5.59 | - |
| YUV | 73.24 | 122.23 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 29 | 63 | 0 | 0.82 | 0.62 | 0.36 | 344.89 | 0.7 | 0.38 |
| Hex | A4 | 1D | 3F | 0 | 52 | 3E | 24 | 159 | 46 | 26 |
| Octal | 244 | 35 | 77 | 0 | 122 | 76 | 44 | 531 | 106 | 46 |
| Binary | 10100100 | 11101 | 111111 | 0 | 1010010 | 111110 | 100100 | 101011001 | 1000110 | 100110 |
Color Harmonies of #A41D3F
Complementary color
Monochromatic Colors of #A41D3F
Black with #A41D3F
Text Example
Text Example
White with #A41D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41D3F; }
p { color: rgb(164,29,63); }
H1.HeaderClassName
{
color: #A41D3F;
}
.AnyTagClassName
{
color: #A41D3F;
}
</style>
background-color css
<style>
a { background-color: #A41D3F; }
a { background-color: rgb(164,29,63); }
div.DivClassName
{
background-color: #A41D3F;
}
.BgClassName
{
background-color: #A41D3F;
}
</style>
border-color css
<style>
span { border-color: #A41D3F; }
span { border-color: rgb(164,29,63); }
td.TdClassName
{
border-color: #A41D3F;
}
.TagClassName
{
border-color: #A41D3F;
}
</style>