Shades of Bright Red #A41A1F
Tints of Bright Red #A41A1F
RGB
CMYK
RGB Variations
Color information
#A41A1F (or 0xA41A1F) is known color: Bright Red. HEX triplet: A4, 1A and 1F. RGB value is (164,26,31). Sum of RGB (Red+Green+Blue) = 164+26+31=221 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.21% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41A1F is #5BE5E0. Grayscale: #434343. Windows color (decimal): -6022625 or 2038436. OLE color: 2038436.
HSL color Cylindrical-coordinate representation of color #A41A1F: hue angle of 357.83º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41A1F is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 26 | 31 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.36 |
| HSL | 357.83º | 0.73% | 0.37% | - |
| HSV(B) | 357.83º | 0.84% | 0.64% | - |
| XYZ | 15.93 | 8.73 | 2.14 | - |
| YUV | 67.83 | 107.22 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 26 | 31 | 0 | 0.84 | 0.81 | 0.36 | 357.83 | 0.73 | 0.37 |
| Hex | A4 | 1A | 1F | 0 | 54 | 51 | 24 | 166 | 49 | 25 |
| Octal | 244 | 32 | 37 | 0 | 124 | 121 | 44 | 546 | 111 | 45 |
| Binary | 10100100 | 11010 | 11111 | 0 | 1010100 | 1010001 | 100100 | 101100110 | 1001001 | 100101 |
Color Harmonies of #A41A1F
Complementary color
Monochromatic Colors of #A41A1F
Black with #A41A1F
Text Example
Text Example
White with #A41A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41A1F; }
p { color: rgb(164,26,31); }
H1.HeaderClassName
{
color: #A41A1F;
}
.AnyTagClassName
{
color: #A41A1F;
}
</style>
background-color css
<style>
a { background-color: #A41A1F; }
a { background-color: rgb(164,26,31); }
div.DivClassName
{
background-color: #A41A1F;
}
.BgClassName
{
background-color: #A41A1F;
}
</style>
border-color css
<style>
span { border-color: #A41A1F; }
span { border-color: rgb(164,26,31); }
td.TdClassName
{
border-color: #A41A1F;
}
.TagClassName
{
border-color: #A41A1F;
}
</style>