Shades of Bright Red #A91E2D
Tints of Bright Red #A91E2D
RGB
CMYK
RGB Variations
Color information
#A91E2D (or 0xA91E2D) is known color: Bright Red. HEX triplet: A9, 1E and 2D. RGB value is (169,30,45). Sum of RGB (Red+Green+Blue) = 169+30+45=244 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.26% from 244); Green value is 30 (12.11% from 255 or 12.30% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 169 - color contains mainly: red. Hex color #A91E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91E2D is #56E1D2. Grayscale: #494949. Windows color (decimal): -5693907 or 2956969. OLE color: 2956969.
HSL color Cylindrical-coordinate representation of color #A91E2D: hue angle of 353.53º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A91E2D is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 30 | 45 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.34 |
| HSL | 353.53º | 0.7% | 0.39% | - |
| HSV(B) | 353.53º | 0.82% | 0.66% | - |
| XYZ | 17.3 | 9.55 | 3.41 | - |
| YUV | 73.27 | 112.05 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 30 | 45 | 0 | 0.82 | 0.73 | 0.34 | 353.53 | 0.7 | 0.39 |
| Hex | A9 | 1E | 2D | 0 | 52 | 49 | 22 | 162 | 46 | 27 |
| Octal | 251 | 36 | 55 | 0 | 122 | 111 | 42 | 542 | 106 | 47 |
| Binary | 10101001 | 11110 | 101101 | 0 | 1010010 | 1001001 | 100010 | 101100010 | 1000110 | 100111 |
Color Harmonies of #A91E2D
Complementary color
Monochromatic Colors of #A91E2D
Black with #A91E2D
Text Example
Text Example
White with #A91E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91E2D; }
p { color: rgb(169,30,45); }
H1.HeaderClassName
{
color: #A91E2D;
}
.AnyTagClassName
{
color: #A91E2D;
}
</style>
background-color css
<style>
a { background-color: #A91E2D; }
a { background-color: rgb(169,30,45); }
div.DivClassName
{
background-color: #A91E2D;
}
.BgClassName
{
background-color: #A91E2D;
}
</style>
border-color css
<style>
span { border-color: #A91E2D; }
span { border-color: rgb(169,30,45); }
td.TdClassName
{
border-color: #A91E2D;
}
.TagClassName
{
border-color: #A91E2D;
}
</style>