Shades of Bright Red #A41E34
Tints of Bright Red #A41E34
RGB
CMYK
RGB Variations
Color information
#A41E34 (or 0xA41E34) is known color: Bright Red. HEX triplet: A4, 1E and 34. RGB value is (164,30,52). Sum of RGB (Red+Green+Blue) = 164+30+52=246 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.67% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41E34 is #5BE1CB. Grayscale: #484848. Windows color (decimal): -6021580 or 3415716. OLE color: 3415716.
HSL color Cylindrical-coordinate representation of color #A41E34: hue angle of 350.15º 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 #A41E34 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 30 | 52 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.36 |
| HSL | 350.15º | 0.69% | 0.38% | - |
| HSV(B) | 350.15º | 0.82% | 0.64% | - |
| XYZ | 16.39 | 9.07 | 4.14 | - |
| YUV | 72.57 | 116.39 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 52 | 0 | 0.82 | 0.68 | 0.36 | 350.15 | 0.69 | 0.38 |
| Hex | A4 | 1E | 34 | 0 | 52 | 44 | 24 | 15E | 45 | 26 |
| Octal | 244 | 36 | 64 | 0 | 122 | 104 | 44 | 536 | 105 | 46 |
| Binary | 10100100 | 11110 | 110100 | 0 | 1010010 | 1000100 | 100100 | 101011110 | 1000101 | 100110 |
Color Harmonies of #A41E34
Complementary color
Monochromatic Colors of #A41E34
Black with #A41E34
Text Example
Text Example
White with #A41E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41E34; }
p { color: rgb(164,30,52); }
H1.HeaderClassName
{
color: #A41E34;
}
.AnyTagClassName
{
color: #A41E34;
}
</style>
background-color css
<style>
a { background-color: #A41E34; }
a { background-color: rgb(164,30,52); }
div.DivClassName
{
background-color: #A41E34;
}
.BgClassName
{
background-color: #A41E34;
}
</style>
border-color css
<style>
span { border-color: #A41E34; }
span { border-color: rgb(164,30,52); }
td.TdClassName
{
border-color: #A41E34;
}
.TagClassName
{
border-color: #A41E34;
}
</style>