Shades of Bright Red #A4213F
Tints of Bright Red #A4213F
RGB
CMYK
RGB Variations
Color information
#A4213F (or 0xA4213F) is known color: Bright Red. HEX triplet: A4, 21 and 3F. RGB value is (164,33,63). Sum of RGB (Red+Green+Blue) = 164+33+63=260 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.08% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 164 - color contains mainly: red. Hex color #A4213F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4213F is #5BDEC0. Grayscale: #4B4B4B. Windows color (decimal): -6020801 or 4137380. OLE color: 4137380.
HSL color Cylindrical-coordinate representation of color #A4213F: hue angle of 346.26º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A4213F is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 33 | 63 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.36 |
| HSL | 346.26º | 0.66% | 0.39% | - |
| HSV(B) | 346.26º | 0.8% | 0.64% | - |
| XYZ | 16.75 | 9.34 | 5.62 | - |
| YUV | 75.59 | 120.9 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 33 | 63 | 0 | 0.80 | 0.62 | 0.36 | 346.26 | 0.66 | 0.39 |
| Hex | A4 | 21 | 3F | 0 | 50 | 3E | 24 | 15A | 42 | 27 |
| Octal | 244 | 41 | 77 | 0 | 120 | 76 | 44 | 532 | 102 | 47 |
| Binary | 10100100 | 100001 | 111111 | 0 | 1010000 | 111110 | 100100 | 101011010 | 1000010 | 100111 |
Color Harmonies of #A4213F
Complementary color
Monochromatic Colors of #A4213F
Black with #A4213F
Text Example
Text Example
White with #A4213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4213F; }
p { color: rgb(164,33,63); }
H1.HeaderClassName
{
color: #A4213F;
}
.AnyTagClassName
{
color: #A4213F;
}
</style>
background-color css
<style>
a { background-color: #A4213F; }
a { background-color: rgb(164,33,63); }
div.DivClassName
{
background-color: #A4213F;
}
.BgClassName
{
background-color: #A4213F;
}
</style>
border-color css
<style>
span { border-color: #A4213F; }
span { border-color: rgb(164,33,63); }
td.TdClassName
{
border-color: #A4213F;
}
.TagClassName
{
border-color: #A4213F;
}
</style>