Shades of Bright Red #A41E3F
Tints of Bright Red #A41E3F
RGB
CMYK
RGB Variations
Color information
#A41E3F (or 0xA41E3F) is known color: Bright Red. HEX triplet: A4, 1E and 3F. RGB value is (164,30,63). Sum of RGB (Red+Green+Blue) = 164+30+63=257 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.81% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41E3F is #5BE1C0. Grayscale: #494949. Windows color (decimal): -6021569 or 4136612. OLE color: 4136612.
HSL color Cylindrical-coordinate representation of color #A41E3F: hue angle of 345.22º 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 #A41E3F is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 30 | 63 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.36 |
| HSL | 345.22º | 0.69% | 0.38% | - |
| HSV(B) | 345.22º | 0.82% | 0.64% | - |
| XYZ | 16.67 | 9.18 | 5.6 | - |
| YUV | 73.83 | 121.89 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 63 | 0 | 0.82 | 0.62 | 0.36 | 345.22 | 0.69 | 0.38 |
| Hex | A4 | 1E | 3F | 0 | 52 | 3E | 24 | 159 | 45 | 26 |
| Octal | 244 | 36 | 77 | 0 | 122 | 76 | 44 | 531 | 105 | 46 |
| Binary | 10100100 | 11110 | 111111 | 0 | 1010010 | 111110 | 100100 | 101011001 | 1000101 | 100110 |
Color Harmonies of #A41E3F
Complementary color
Monochromatic Colors of #A41E3F
Black with #A41E3F
Text Example
Text Example
White with #A41E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41E3F; }
p { color: rgb(164,30,63); }
H1.HeaderClassName
{
color: #A41E3F;
}
.AnyTagClassName
{
color: #A41E3F;
}
</style>
background-color css
<style>
a { background-color: #A41E3F; }
a { background-color: rgb(164,30,63); }
div.DivClassName
{
background-color: #A41E3F;
}
.BgClassName
{
background-color: #A41E3F;
}
</style>
border-color css
<style>
span { border-color: #A41E3F; }
span { border-color: rgb(164,30,63); }
td.TdClassName
{
border-color: #A41E3F;
}
.TagClassName
{
border-color: #A41E3F;
}
</style>