Shades of Bright Red #A4253D
Tints of Bright Red #A4253D
RGB
CMYK
RGB Variations
Color information
#A4253D (or 0xA4253D) is known color: Bright Red. HEX triplet: A4, 25 and 3D. RGB value is (164,37,61). Sum of RGB (Red+Green+Blue) = 164+37+61=262 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.60% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 164 - color contains mainly: red. Hex color #A4253D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4253D is #5BDAC2. Grayscale: #4D4D4D. Windows color (decimal): -6019779 or 4007332. OLE color: 4007332.
HSL color Cylindrical-coordinate representation of color #A4253D: hue angle of 348.66º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A4253D is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 37 | 61 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.36 |
| HSL | 348.66º | 0.63% | 0.39% | - |
| HSV(B) | 348.66º | 0.77% | 0.64% | - |
| XYZ | 16.81 | 9.55 | 5.37 | - |
| YUV | 77.71 | 118.58 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 37 | 61 | 0 | 0.77 | 0.63 | 0.36 | 348.66 | 0.63 | 0.39 |
| Hex | A4 | 25 | 3D | 0 | 4D | 3F | 24 | 15D | 3F | 27 |
| Octal | 244 | 45 | 75 | 0 | 115 | 77 | 44 | 535 | 77 | 47 |
| Binary | 10100100 | 100101 | 111101 | 0 | 1001101 | 111111 | 100100 | 101011101 | 111111 | 100111 |
Color Harmonies of #A4253D
Complementary color
Monochromatic Colors of #A4253D
Black with #A4253D
Text Example
Text Example
White with #A4253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4253D; }
p { color: rgb(164,37,61); }
H1.HeaderClassName
{
color: #A4253D;
}
.AnyTagClassName
{
color: #A4253D;
}
</style>
background-color css
<style>
a { background-color: #A4253D; }
a { background-color: rgb(164,37,61); }
div.DivClassName
{
background-color: #A4253D;
}
.BgClassName
{
background-color: #A4253D;
}
</style>
border-color css
<style>
span { border-color: #A4253D; }
span { border-color: rgb(164,37,61); }
td.TdClassName
{
border-color: #A4253D;
}
.TagClassName
{
border-color: #A4253D;
}
</style>