Shades of Bright Red #A61D35
Tints of Bright Red #A61D35
RGB
CMYK
RGB Variations
Color information
#A61D35 (or 0xA61D35) is known color: Bright Red. HEX triplet: A6, 1D and 35. RGB value is (166,29,53). Sum of RGB (Red+Green+Blue) = 166+29+53=248 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.94% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 166 - color contains mainly: red. Hex color #A61D35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61D35 is #59E2CA. Grayscale: #484848. Windows color (decimal): -5890763 or 3480998. OLE color: 3480998.
HSL color Cylindrical-coordinate representation of color #A61D35: hue angle of 349.49º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A61D35 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 29 | 53 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.35 |
| HSL | 349.49º | 0.7% | 0.38% | - |
| HSV(B) | 349.49º | 0.83% | 0.65% | - |
| XYZ | 16.81 | 9.24 | 4.27 | - |
| YUV | 72.7 | 116.89 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 29 | 53 | 0 | 0.83 | 0.68 | 0.35 | 349.49 | 0.7 | 0.38 |
| Hex | A6 | 1D | 35 | 0 | 53 | 44 | 23 | 15D | 46 | 26 |
| Octal | 246 | 35 | 65 | 0 | 123 | 104 | 43 | 535 | 106 | 46 |
| Binary | 10100110 | 11101 | 110101 | 0 | 1010011 | 1000100 | 100011 | 101011101 | 1000110 | 100110 |
Color Harmonies of #A61D35
Complementary color
Monochromatic Colors of #A61D35
Black with #A61D35
Text Example
Text Example
White with #A61D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61D35; }
p { color: rgb(166,29,53); }
H1.HeaderClassName
{
color: #A61D35;
}
.AnyTagClassName
{
color: #A61D35;
}
</style>
background-color css
<style>
a { background-color: #A61D35; }
a { background-color: rgb(166,29,53); }
div.DivClassName
{
background-color: #A61D35;
}
.BgClassName
{
background-color: #A61D35;
}
</style>
border-color css
<style>
span { border-color: #A61D35; }
span { border-color: rgb(166,29,53); }
td.TdClassName
{
border-color: #A61D35;
}
.TagClassName
{
border-color: #A61D35;
}
</style>