Shades of Bright Red #A5243E
Tints of Bright Red #A5243E
RGB
CMYK
RGB Variations
Color information
#A5243E (or 0xA5243E) is known color: Bright Red. HEX triplet: A5, 24 and 3E. RGB value is (165,36,62). Sum of RGB (Red+Green+Blue) = 165+36+62=263 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.74% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 165 - color contains mainly: red. Hex color #A5243E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5243E is #5ADBC1. Grayscale: #4D4D4D. Windows color (decimal): -5954498 or 4072613. OLE color: 4072613.
HSL color Cylindrical-coordinate representation of color #A5243E: hue angle of 347.91º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A5243E is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 36 | 62 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.35 |
| HSL | 347.91º | 0.64% | 0.39% | - |
| HSV(B) | 347.91º | 0.78% | 0.65% | - |
| XYZ | 17.02 | 9.61 | 5.52 | - |
| YUV | 77.54 | 119.24 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 36 | 62 | 0 | 0.78 | 0.62 | 0.35 | 347.91 | 0.64 | 0.39 |
| Hex | A5 | 24 | 3E | 0 | 4E | 3E | 23 | 15C | 40 | 27 |
| Octal | 245 | 44 | 76 | 0 | 116 | 76 | 43 | 534 | 100 | 47 |
| Binary | 10100101 | 100100 | 111110 | 0 | 1001110 | 111110 | 100011 | 101011100 | 1000000 | 100111 |
Color Harmonies of #A5243E
Complementary color
Monochromatic Colors of #A5243E
Black with #A5243E
Text Example
Text Example
White with #A5243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5243E; }
p { color: rgb(165,36,62); }
H1.HeaderClassName
{
color: #A5243E;
}
.AnyTagClassName
{
color: #A5243E;
}
</style>
background-color css
<style>
a { background-color: #A5243E; }
a { background-color: rgb(165,36,62); }
div.DivClassName
{
background-color: #A5243E;
}
.BgClassName
{
background-color: #A5243E;
}
</style>
border-color css
<style>
span { border-color: #A5243E; }
span { border-color: rgb(165,36,62); }
td.TdClassName
{
border-color: #A5243E;
}
.TagClassName
{
border-color: #A5243E;
}
</style>