Shades of Bright Red #A61E2F
Tints of Bright Red #A61E2F
RGB
CMYK
RGB Variations
Color information
#A61E2F (or 0xA61E2F) is known color: Bright Red. HEX triplet: A6, 1E and 2F. RGB value is (166,30,47). Sum of RGB (Red+Green+Blue) = 166+30+47=243 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.31% from 243); Green value is 30 (12.11% from 255 or 12.35% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 166 - color contains mainly: red. Hex color #A61E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61E2F is #59E1D0. Grayscale: #484848. Windows color (decimal): -5890513 or 3088038. OLE color: 3088038.
HSL color Cylindrical-coordinate representation of color #A61E2F: hue angle of 352.5º 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 #A61E2F is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 30 | 47 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.35 |
| HSL | 352.5º | 0.69% | 0.38% | - |
| HSV(B) | 352.5º | 0.82% | 0.65% | - |
| XYZ | 16.7 | 9.24 | 3.59 | - |
| YUV | 72.6 | 113.56 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 30 | 47 | 0 | 0.82 | 0.72 | 0.35 | 352.5 | 0.69 | 0.38 |
| Hex | A6 | 1E | 2F | 0 | 52 | 48 | 23 | 160 | 45 | 26 |
| Octal | 246 | 36 | 57 | 0 | 122 | 110 | 43 | 540 | 105 | 46 |
| Binary | 10100110 | 11110 | 101111 | 0 | 1010010 | 1001000 | 100011 | 101100000 | 1000101 | 100110 |
Color Harmonies of #A61E2F
Complementary color
Monochromatic Colors of #A61E2F
Black with #A61E2F
Text Example
Text Example
White with #A61E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61E2F; }
p { color: rgb(166,30,47); }
H1.HeaderClassName
{
color: #A61E2F;
}
.AnyTagClassName
{
color: #A61E2F;
}
</style>
background-color css
<style>
a { background-color: #A61E2F; }
a { background-color: rgb(166,30,47); }
div.DivClassName
{
background-color: #A61E2F;
}
.BgClassName
{
background-color: #A61E2F;
}
</style>
border-color css
<style>
span { border-color: #A61E2F; }
span { border-color: rgb(166,30,47); }
td.TdClassName
{
border-color: #A61E2F;
}
.TagClassName
{
border-color: #A61E2F;
}
</style>