Shades of Bright Red #A1213D
Tints of Bright Red #A1213D
RGB
CMYK
RGB Variations
Color information
#A1213D (or 0xA1213D) is known color: Bright Red. HEX triplet: A1, 21 and 3D. RGB value is (161,33,61). Sum of RGB (Red+Green+Blue) = 161+33+61=255 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.14% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 161 - color contains mainly: red. Hex color #A1213D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1213D is #5EDEC2. Grayscale: #4A4A4A. Windows color (decimal): -6217411 or 4006305. OLE color: 4006305.
HSL color Cylindrical-coordinate representation of color #A1213D: hue angle of 346.88º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A1213D is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 33 | 61 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.37 |
| HSL | 346.88º | 0.66% | 0.38% | - |
| HSV(B) | 346.88º | 0.8% | 0.63% | - |
| XYZ | 16.08 | 9 | 5.3 | - |
| YUV | 74.46 | 120.41 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 33 | 61 | 0 | 0.80 | 0.62 | 0.37 | 346.88 | 0.66 | 0.38 |
| Hex | A1 | 21 | 3D | 0 | 50 | 3E | 25 | 15B | 42 | 26 |
| Octal | 241 | 41 | 75 | 0 | 120 | 76 | 45 | 533 | 102 | 46 |
| Binary | 10100001 | 100001 | 111101 | 0 | 1010000 | 111110 | 100101 | 101011011 | 1000010 | 100110 |
Color Harmonies of #A1213D
Complementary color
Monochromatic Colors of #A1213D
Black with #A1213D
Text Example
Text Example
White with #A1213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1213D; }
p { color: rgb(161,33,61); }
H1.HeaderClassName
{
color: #A1213D;
}
.AnyTagClassName
{
color: #A1213D;
}
</style>
background-color css
<style>
a { background-color: #A1213D; }
a { background-color: rgb(161,33,61); }
div.DivClassName
{
background-color: #A1213D;
}
.BgClassName
{
background-color: #A1213D;
}
</style>
border-color css
<style>
span { border-color: #A1213D; }
span { border-color: rgb(161,33,61); }
td.TdClassName
{
border-color: #A1213D;
}
.TagClassName
{
border-color: #A1213D;
}
</style>