Shades of Bright Red #A81A1F
Tints of Bright Red #A81A1F
RGB
CMYK
RGB Variations
Color information
#A81A1F (or 0xA81A1F) is known color: Bright Red. HEX triplet: A8, 1A and 1F. RGB value is (168,26,31). Sum of RGB (Red+Green+Blue) = 168+26+31=225 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.67% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 168 - color contains mainly: red. Hex color #A81A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81A1F is #57E5E0. Grayscale: #454545. Windows color (decimal): -5760481 or 2038440. OLE color: 2038440.
HSL color Cylindrical-coordinate representation of color #A81A1F: hue angle of 357.89º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81A1F is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 26 | 31 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.34 |
| HSL | 357.89º | 0.73% | 0.38% | - |
| HSV(B) | 357.89º | 0.85% | 0.66% | - |
| XYZ | 16.77 | 9.16 | 2.18 | - |
| YUV | 69.03 | 106.54 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 26 | 31 | 0 | 0.85 | 0.82 | 0.34 | 357.89 | 0.73 | 0.38 |
| Hex | A8 | 1A | 1F | 0 | 55 | 52 | 22 | 166 | 49 | 26 |
| Octal | 250 | 32 | 37 | 0 | 125 | 122 | 42 | 546 | 111 | 46 |
| Binary | 10101000 | 11010 | 11111 | 0 | 1010101 | 1010010 | 100010 | 101100110 | 1001001 | 100110 |
Color Harmonies of #A81A1F
Complementary color
Monochromatic Colors of #A81A1F
Black with #A81A1F
Text Example
Text Example
White with #A81A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81A1F; }
p { color: rgb(168,26,31); }
H1.HeaderClassName
{
color: #A81A1F;
}
.AnyTagClassName
{
color: #A81A1F;
}
</style>
background-color css
<style>
a { background-color: #A81A1F; }
a { background-color: rgb(168,26,31); }
div.DivClassName
{
background-color: #A81A1F;
}
.BgClassName
{
background-color: #A81A1F;
}
</style>
border-color css
<style>
span { border-color: #A81A1F; }
span { border-color: rgb(168,26,31); }
td.TdClassName
{
border-color: #A81A1F;
}
.TagClassName
{
border-color: #A81A1F;
}
</style>