Shades of Bright Red #A71B24
Tints of Bright Red #A71B24
RGB
CMYK
RGB Variations
Color information
#A71B24 (or 0xA71B24) is known color: Bright Red. HEX triplet: A7, 1B and 24. RGB value is (167,27,36). Sum of RGB (Red+Green+Blue) = 167+27+36=230 (30% of max value = 765). Red value is 167 (65.62% from 255 or 72.61% from 230); Green value is 27 (10.94% from 255 or 11.74% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 167 - color contains mainly: red. Hex color #A71B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71B24 is #58E4DB. Grayscale: #454545. Windows color (decimal): -5825756 or 2366375. OLE color: 2366375.
HSL color Cylindrical-coordinate representation of color #A71B24: hue angle of 356.14º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A71B24 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 27 | 36 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.35 |
| HSL | 356.14º | 0.72% | 0.38% | - |
| HSV(B) | 356.14º | 0.84% | 0.65% | - |
| XYZ | 16.65 | 9.13 | 2.55 | - |
| YUV | 69.89 | 108.88 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 27 | 36 | 0 | 0.84 | 0.78 | 0.35 | 356.14 | 0.72 | 0.38 |
| Hex | A7 | 1B | 24 | 0 | 54 | 4E | 23 | 164 | 48 | 26 |
| Octal | 247 | 33 | 44 | 0 | 124 | 116 | 43 | 544 | 110 | 46 |
| Binary | 10100111 | 11011 | 100100 | 0 | 1010100 | 1001110 | 100011 | 101100100 | 1001000 | 100110 |
Color Harmonies of #A71B24
Complementary color
Monochromatic Colors of #A71B24
Black with #A71B24
Text Example
Text Example
White with #A71B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71B24; }
p { color: rgb(167,27,36); }
H1.HeaderClassName
{
color: #A71B24;
}
.AnyTagClassName
{
color: #A71B24;
}
</style>
background-color css
<style>
a { background-color: #A71B24; }
a { background-color: rgb(167,27,36); }
div.DivClassName
{
background-color: #A71B24;
}
.BgClassName
{
background-color: #A71B24;
}
</style>
border-color css
<style>
span { border-color: #A71B24; }
span { border-color: rgb(167,27,36); }
td.TdClassName
{
border-color: #A71B24;
}
.TagClassName
{
border-color: #A71B24;
}
</style>