Shades of Bright Red #A41E2F
Tints of Bright Red #A41E2F
RGB
CMYK
RGB Variations
Color information
#A41E2F (or 0xA41E2F) is known color: Bright Red. HEX triplet: A4, 1E and 2F. RGB value is (164,30,47). Sum of RGB (Red+Green+Blue) = 164+30+47=241 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.05% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41E2F is #5BE1D0. Grayscale: #484848. Windows color (decimal): -6021585 or 3088036. OLE color: 3088036.
HSL color Cylindrical-coordinate representation of color #A41E2F: hue angle of 352.39º 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 #A41E2F is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 30 | 47 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.36 |
| HSL | 352.39º | 0.69% | 0.38% | - |
| HSV(B) | 352.39º | 0.82% | 0.64% | - |
| XYZ | 16.29 | 9.03 | 3.57 | - |
| YUV | 72 | 113.89 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 47 | 0 | 0.82 | 0.71 | 0.36 | 352.39 | 0.69 | 0.38 |
| Hex | A4 | 1E | 2F | 0 | 52 | 47 | 24 | 160 | 45 | 26 |
| Octal | 244 | 36 | 57 | 0 | 122 | 107 | 44 | 540 | 105 | 46 |
| Binary | 10100100 | 11110 | 101111 | 0 | 1010010 | 1000111 | 100100 | 101100000 | 1000101 | 100110 |
Color Harmonies of #A41E2F
Complementary color
Monochromatic Colors of #A41E2F
Black with #A41E2F
Text Example
Text Example
White with #A41E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41E2F; }
p { color: rgb(164,30,47); }
H1.HeaderClassName
{
color: #A41E2F;
}
.AnyTagClassName
{
color: #A41E2F;
}
</style>
background-color css
<style>
a { background-color: #A41E2F; }
a { background-color: rgb(164,30,47); }
div.DivClassName
{
background-color: #A41E2F;
}
.BgClassName
{
background-color: #A41E2F;
}
</style>
border-color css
<style>
span { border-color: #A41E2F; }
span { border-color: rgb(164,30,47); }
td.TdClassName
{
border-color: #A41E2F;
}
.TagClassName
{
border-color: #A41E2F;
}
</style>