Shades of Bright Red #A5212F
Tints of Bright Red #A5212F
RGB
CMYK
RGB Variations
Color information
#A5212F (or 0xA5212F) is known color: Bright Red. HEX triplet: A5, 21 and 2F. RGB value is (165,33,47). Sum of RGB (Red+Green+Blue) = 165+33+47=245 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.35% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 165 - color contains mainly: red. Hex color #A5212F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5212F is #5ADED0. Grayscale: #4A4A4A. Windows color (decimal): -5955281 or 3088805. OLE color: 3088805.
HSL color Cylindrical-coordinate representation of color #A5212F: hue angle of 353.64º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A5212F is Cyan = 0, Magento = 0.8, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 33 | 47 | - |
| CMYK | 0 | 0.8 | 0.72 | 0.35 |
| HSL | 353.64º | 0.67% | 0.39% | - |
| HSV(B) | 353.64º | 0.8% | 0.65% | - |
| XYZ | 16.57 | 9.29 | 3.61 | - |
| YUV | 74.06 | 112.73 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 33 | 47 | 0 | 0.8 | 0.72 | 0.35 | 353.64 | 0.67 | 0.39 |
| Hex | A5 | 21 | 2F | 0 | 50 | 48 | 23 | 162 | 43 | 27 |
| Octal | 245 | 41 | 57 | 0 | 120 | 110 | 43 | 542 | 103 | 47 |
| Binary | 10100101 | 100001 | 101111 | 0 | 1010000 | 1001000 | 100011 | 101100010 | 1000011 | 100111 |
Color Harmonies of #A5212F
Complementary color
Monochromatic Colors of #A5212F
Black with #A5212F
Text Example
Text Example
White with #A5212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5212F; }
p { color: rgb(165,33,47); }
H1.HeaderClassName
{
color: #A5212F;
}
.AnyTagClassName
{
color: #A5212F;
}
</style>
background-color css
<style>
a { background-color: #A5212F; }
a { background-color: rgb(165,33,47); }
div.DivClassName
{
background-color: #A5212F;
}
.BgClassName
{
background-color: #A5212F;
}
</style>
border-color css
<style>
span { border-color: #A5212F; }
span { border-color: rgb(165,33,47); }
td.TdClassName
{
border-color: #A5212F;
}
.TagClassName
{
border-color: #A5212F;
}
</style>