Shades of Bright Red #A4223D
Tints of Bright Red #A4223D
RGB
CMYK
RGB Variations
Color information
#A4223D (or 0xA4223D) is known color: Bright Red. HEX triplet: A4, 22 and 3D. RGB value is (164,34,61). Sum of RGB (Red+Green+Blue) = 164+34+61=259 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.32% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 164 - color contains mainly: red. Hex color #A4223D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4223D is #5BDDC2. Grayscale: #4B4B4B. Windows color (decimal): -6020547 or 4006564. OLE color: 4006564.
HSL color Cylindrical-coordinate representation of color #A4223D: hue angle of 347.54º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A4223D is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 34 | 61 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.36 |
| HSL | 347.54º | 0.66% | 0.39% | - |
| HSV(B) | 347.54º | 0.79% | 0.64% | - |
| XYZ | 16.72 | 9.37 | 5.34 | - |
| YUV | 75.95 | 119.57 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 34 | 61 | 0 | 0.79 | 0.63 | 0.36 | 347.54 | 0.66 | 0.39 |
| Hex | A4 | 22 | 3D | 0 | 4F | 3F | 24 | 15C | 42 | 27 |
| Octal | 244 | 42 | 75 | 0 | 117 | 77 | 44 | 534 | 102 | 47 |
| Binary | 10100100 | 100010 | 111101 | 0 | 1001111 | 111111 | 100100 | 101011100 | 1000010 | 100111 |
Color Harmonies of #A4223D
Complementary color
Monochromatic Colors of #A4223D
Black with #A4223D
Text Example
Text Example
White with #A4223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4223D; }
p { color: rgb(164,34,61); }
H1.HeaderClassName
{
color: #A4223D;
}
.AnyTagClassName
{
color: #A4223D;
}
</style>
background-color css
<style>
a { background-color: #A4223D; }
a { background-color: rgb(164,34,61); }
div.DivClassName
{
background-color: #A4223D;
}
.BgClassName
{
background-color: #A4223D;
}
</style>
border-color css
<style>
span { border-color: #A4223D; }
span { border-color: rgb(164,34,61); }
td.TdClassName
{
border-color: #A4223D;
}
.TagClassName
{
border-color: #A4223D;
}
</style>