Shades of Bright Red #A91D2D
Tints of Bright Red #A91D2D
RGB
CMYK
RGB Variations
Color information
#A91D2D (or 0xA91D2D) is known color: Bright Red. HEX triplet: A9, 1D and 2D. RGB value is (169,29,45). Sum of RGB (Red+Green+Blue) = 169+29+45=243 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.55% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 169 - color contains mainly: red. Hex color #A91D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91D2D is #56E2D2. Grayscale: #484848. Windows color (decimal): -5694163 or 2956713. OLE color: 2956713.
HSL color Cylindrical-coordinate representation of color #A91D2D: hue angle of 353.14º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A91D2D is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 29 | 45 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.34 |
| HSL | 353.14º | 0.71% | 0.39% | - |
| HSV(B) | 353.14º | 0.83% | 0.66% | - |
| XYZ | 17.28 | 9.5 | 3.41 | - |
| YUV | 72.68 | 112.38 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 29 | 45 | 0 | 0.83 | 0.73 | 0.34 | 353.14 | 0.71 | 0.39 |
| Hex | A9 | 1D | 2D | 0 | 53 | 49 | 22 | 161 | 47 | 27 |
| Octal | 251 | 35 | 55 | 0 | 123 | 111 | 42 | 541 | 107 | 47 |
| Binary | 10101001 | 11101 | 101101 | 0 | 1010011 | 1001001 | 100010 | 101100001 | 1000111 | 100111 |
Color Harmonies of #A91D2D
Complementary color
Monochromatic Colors of #A91D2D
Black with #A91D2D
Text Example
Text Example
White with #A91D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91D2D; }
p { color: rgb(169,29,45); }
H1.HeaderClassName
{
color: #A91D2D;
}
.AnyTagClassName
{
color: #A91D2D;
}
</style>
background-color css
<style>
a { background-color: #A91D2D; }
a { background-color: rgb(169,29,45); }
div.DivClassName
{
background-color: #A91D2D;
}
.BgClassName
{
background-color: #A91D2D;
}
</style>
border-color css
<style>
span { border-color: #A91D2D; }
span { border-color: rgb(169,29,45); }
td.TdClassName
{
border-color: #A91D2D;
}
.TagClassName
{
border-color: #A91D2D;
}
</style>