Shades of Bright Red #A51E3F
Tints of Bright Red #A51E3F
RGB
CMYK
RGB Variations
Color information
#A51E3F (or 0xA51E3F) is known color: Bright Red. HEX triplet: A5, 1E and 3F. RGB value is (165,30,63). Sum of RGB (Red+Green+Blue) = 165+30+63=258 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.95% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51E3F is #5AE1C0. Grayscale: #4A4A4A. Windows color (decimal): -5956033 or 4136613. OLE color: 4136613.
HSL color Cylindrical-coordinate representation of color #A51E3F: hue angle of 345.33º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A51E3F is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 30 | 63 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.35 |
| HSL | 345.33º | 0.69% | 0.38% | - |
| HSV(B) | 345.33º | 0.82% | 0.65% | - |
| XYZ | 16.88 | 9.29 | 5.61 | - |
| YUV | 74.13 | 121.73 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 30 | 63 | 0 | 0.82 | 0.62 | 0.35 | 345.33 | 0.69 | 0.38 |
| Hex | A5 | 1E | 3F | 0 | 52 | 3E | 23 | 159 | 45 | 26 |
| Octal | 245 | 36 | 77 | 0 | 122 | 76 | 43 | 531 | 105 | 46 |
| Binary | 10100101 | 11110 | 111111 | 0 | 1010010 | 111110 | 100011 | 101011001 | 1000101 | 100110 |
Color Harmonies of #A51E3F
Complementary color
Monochromatic Colors of #A51E3F
Black with #A51E3F
Text Example
Text Example
White with #A51E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51E3F; }
p { color: rgb(165,30,63); }
H1.HeaderClassName
{
color: #A51E3F;
}
.AnyTagClassName
{
color: #A51E3F;
}
</style>
background-color css
<style>
a { background-color: #A51E3F; }
a { background-color: rgb(165,30,63); }
div.DivClassName
{
background-color: #A51E3F;
}
.BgClassName
{
background-color: #A51E3F;
}
</style>
border-color css
<style>
span { border-color: #A51E3F; }
span { border-color: rgb(165,30,63); }
td.TdClassName
{
border-color: #A51E3F;
}
.TagClassName
{
border-color: #A51E3F;
}
</style>