Shades of Bright Red #A11F3F
Tints of Bright Red #A11F3F
RGB
CMYK
RGB Variations
Color information
#A11F3F (or 0xA11F3F) is known color: Bright Red. HEX triplet: A1, 1F and 3F. RGB value is (161,31,63). Sum of RGB (Red+Green+Blue) = 161+31+63=255 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.14% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11F3F is #5EE0C0. Grayscale: #494949. Windows color (decimal): -6217921 or 4136865. OLE color: 4136865.
HSL color Cylindrical-coordinate representation of color #A11F3F: hue angle of 345.23º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A11F3F is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 31 | 63 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.37 |
| HSL | 345.23º | 0.68% | 0.38% | - |
| HSV(B) | 345.23º | 0.81% | 0.63% | - |
| XYZ | 16.09 | 8.92 | 5.58 | - |
| YUV | 73.52 | 122.07 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 31 | 63 | 0 | 0.81 | 0.61 | 0.37 | 345.23 | 0.68 | 0.38 |
| Hex | A1 | 1F | 3F | 0 | 51 | 3D | 25 | 159 | 44 | 26 |
| Octal | 241 | 37 | 77 | 0 | 121 | 75 | 45 | 531 | 104 | 46 |
| Binary | 10100001 | 11111 | 111111 | 0 | 1010001 | 111101 | 100101 | 101011001 | 1000100 | 100110 |
Color Harmonies of #A11F3F
Complementary color
Monochromatic Colors of #A11F3F
Black with #A11F3F
Text Example
Text Example
White with #A11F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11F3F; }
p { color: rgb(161,31,63); }
H1.HeaderClassName
{
color: #A11F3F;
}
.AnyTagClassName
{
color: #A11F3F;
}
</style>
background-color css
<style>
a { background-color: #A11F3F; }
a { background-color: rgb(161,31,63); }
div.DivClassName
{
background-color: #A11F3F;
}
.BgClassName
{
background-color: #A11F3F;
}
</style>
border-color css
<style>
span { border-color: #A11F3F; }
span { border-color: rgb(161,31,63); }
td.TdClassName
{
border-color: #A11F3F;
}
.TagClassName
{
border-color: #A11F3F;
}
</style>