Shades of Bright Red #A3213D
Tints of Bright Red #A3213D
RGB
CMYK
RGB Variations
Color information
#A3213D (or 0xA3213D) is known color: Bright Red. HEX triplet: A3, 21 and 3D. RGB value is (163,33,61). Sum of RGB (Red+Green+Blue) = 163+33+61=257 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.42% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 163 - color contains mainly: red. Hex color #A3213D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3213D is #5CDEC2. Grayscale: #4B4B4B. Windows color (decimal): -6086339 or 4006307. OLE color: 4006307.
HSL color Cylindrical-coordinate representation of color #A3213D: hue angle of 347.08º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A3213D is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 33 | 61 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.36 |
| HSL | 347.08º | 0.66% | 0.38% | - |
| HSV(B) | 347.08º | 0.8% | 0.64% | - |
| XYZ | 16.49 | 9.21 | 5.32 | - |
| YUV | 75.06 | 120.07 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 61 | 0 | 0.80 | 0.63 | 0.36 | 347.08 | 0.66 | 0.38 |
| Hex | A3 | 21 | 3D | 0 | 50 | 3F | 24 | 15B | 42 | 26 |
| Octal | 243 | 41 | 75 | 0 | 120 | 77 | 44 | 533 | 102 | 46 |
| Binary | 10100011 | 100001 | 111101 | 0 | 1010000 | 111111 | 100100 | 101011011 | 1000010 | 100110 |
Color Harmonies of #A3213D
Complementary color
Monochromatic Colors of #A3213D
Black with #A3213D
Text Example
Text Example
White with #A3213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3213D; }
p { color: rgb(163,33,61); }
H1.HeaderClassName
{
color: #A3213D;
}
.AnyTagClassName
{
color: #A3213D;
}
</style>
background-color css
<style>
a { background-color: #A3213D; }
a { background-color: rgb(163,33,61); }
div.DivClassName
{
background-color: #A3213D;
}
.BgClassName
{
background-color: #A3213D;
}
</style>
border-color css
<style>
span { border-color: #A3213D; }
span { border-color: rgb(163,33,61); }
td.TdClassName
{
border-color: #A3213D;
}
.TagClassName
{
border-color: #A3213D;
}
</style>