Shades of Bright Red #A7243F
Tints of Bright Red #A7243F
RGB
CMYK
RGB Variations
Color information
#A7243F (or 0xA7243F) is known color: Bright Red. HEX triplet: A7, 24 and 3F. RGB value is (167,36,63). Sum of RGB (Red+Green+Blue) = 167+36+63=266 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.78% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 167 - color contains mainly: red. Hex color #A7243F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7243F is #58DBC0. Grayscale: #4E4E4E. Windows color (decimal): -5823425 or 4138151. OLE color: 4138151.
HSL color Cylindrical-coordinate representation of color #A7243F: hue angle of 347.63º degrees, saturation: 0.65, 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 #A7243F is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 36 | 63 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.35 |
| HSL | 347.63º | 0.65% | 0.4% | - |
| HSV(B) | 347.63º | 0.78% | 0.65% | - |
| XYZ | 17.46 | 9.84 | 5.68 | - |
| YUV | 78.25 | 119.4 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 36 | 63 | 0 | 0.78 | 0.62 | 0.35 | 347.63 | 0.65 | 0.4 |
| Hex | A7 | 24 | 3F | 0 | 4E | 3E | 23 | 15C | 41 | 28 |
| Octal | 247 | 44 | 77 | 0 | 116 | 76 | 43 | 534 | 101 | 50 |
| Binary | 10100111 | 100100 | 111111 | 0 | 1001110 | 111110 | 100011 | 101011100 | 1000001 | 101000 |
Color Harmonies of #A7243F
Complementary color
Monochromatic Colors of #A7243F
Black with #A7243F
Text Example
Text Example
White with #A7243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7243F; }
p { color: rgb(167,36,63); }
H1.HeaderClassName
{
color: #A7243F;
}
.AnyTagClassName
{
color: #A7243F;
}
</style>
background-color css
<style>
a { background-color: #A7243F; }
a { background-color: rgb(167,36,63); }
div.DivClassName
{
background-color: #A7243F;
}
.BgClassName
{
background-color: #A7243F;
}
</style>
border-color css
<style>
span { border-color: #A7243F; }
span { border-color: rgb(167,36,63); }
td.TdClassName
{
border-color: #A7243F;
}
.TagClassName
{
border-color: #A7243F;
}
</style>