Shades of Bright Red #A62541
Tints of Bright Red #A62541
RGB
CMYK
RGB Variations
Color information
#A62541 (or 0xA62541) is known color: Bright Red. HEX triplet: A6, 25 and 41. RGB value is (166,37,65). Sum of RGB (Red+Green+Blue) = 166+37+65=268 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.94% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 166 - color contains mainly: red. Hex color #A62541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62541 is #59DABE. Grayscale: #4E4E4E. Windows color (decimal): -5888703 or 4269478. OLE color: 4269478.
HSL color Cylindrical-coordinate representation of color #A62541: hue angle of 346.98º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A62541 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 37 | 65 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.35 |
| HSL | 346.98º | 0.64% | 0.4% | - |
| HSV(B) | 346.98º | 0.78% | 0.65% | - |
| XYZ | 17.34 | 9.81 | 5.98 | - |
| YUV | 78.76 | 120.24 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 37 | 65 | 0 | 0.78 | 0.61 | 0.35 | 346.98 | 0.64 | 0.4 |
| Hex | A6 | 25 | 41 | 0 | 4E | 3D | 23 | 15B | 40 | 28 |
| Octal | 246 | 45 | 101 | 0 | 116 | 75 | 43 | 533 | 100 | 50 |
| Binary | 10100110 | 100101 | 1000001 | 0 | 1001110 | 111101 | 100011 | 101011011 | 1000000 | 101000 |
Color Harmonies of #A62541
Complementary color
Monochromatic Colors of #A62541
Black with #A62541
Text Example
Text Example
White with #A62541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62541; }
p { color: rgb(166,37,65); }
H1.HeaderClassName
{
color: #A62541;
}
.AnyTagClassName
{
color: #A62541;
}
</style>
background-color css
<style>
a { background-color: #A62541; }
a { background-color: rgb(166,37,65); }
div.DivClassName
{
background-color: #A62541;
}
.BgClassName
{
background-color: #A62541;
}
</style>
border-color css
<style>
span { border-color: #A62541; }
span { border-color: rgb(166,37,65); }
td.TdClassName
{
border-color: #A62541;
}
.TagClassName
{
border-color: #A62541;
}
</style>