Shades of Bright Red #A41D1F
Tints of Bright Red #A41D1F
RGB
CMYK
RGB Variations
Color information
#A41D1F (or 0xA41D1F) is known color: Bright Red. HEX triplet: A4, 1D and 1F. RGB value is (164,29,31). Sum of RGB (Red+Green+Blue) = 164+29+31=224 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.21% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 164 - color contains mainly: red. Hex color #A41D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41D1F is #5BE2E0. Grayscale: #454545. Windows color (decimal): -6021857 or 2039204. OLE color: 2039204.
HSL color Cylindrical-coordinate representation of color #A41D1F: hue angle of 359.11º 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 #A41D1F is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 29 | 31 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.36 |
| HSL | 359.11º | 0.7% | 0.38% | - |
| HSV(B) | 359.11º | 0.82% | 0.64% | - |
| XYZ | 16 | 8.87 | 2.17 | - |
| YUV | 69.59 | 106.23 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 29 | 31 | 0 | 0.82 | 0.81 | 0.36 | 359.11 | 0.7 | 0.38 |
| Hex | A4 | 1D | 1F | 0 | 52 | 51 | 24 | 167 | 46 | 26 |
| Octal | 244 | 35 | 37 | 0 | 122 | 121 | 44 | 547 | 106 | 46 |
| Binary | 10100100 | 11101 | 11111 | 0 | 1010010 | 1010001 | 100100 | 101100111 | 1000110 | 100110 |
Color Harmonies of #A41D1F
Complementary color
Monochromatic Colors of #A41D1F
Black with #A41D1F
Text Example
Text Example
White with #A41D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41D1F; }
p { color: rgb(164,29,31); }
H1.HeaderClassName
{
color: #A41D1F;
}
.AnyTagClassName
{
color: #A41D1F;
}
</style>
background-color css
<style>
a { background-color: #A41D1F; }
a { background-color: rgb(164,29,31); }
div.DivClassName
{
background-color: #A41D1F;
}
.BgClassName
{
background-color: #A41D1F;
}
</style>
border-color css
<style>
span { border-color: #A41D1F; }
span { border-color: rgb(164,29,31); }
td.TdClassName
{
border-color: #A41D1F;
}
.TagClassName
{
border-color: #A41D1F;
}
</style>