Shades of Bright Red #8F242A
Tints of Bright Red #8F242A
RGB
CMYK
RGB Variations
Color information
#8F242A (or 0x8F242A) is known color: Bright Red. HEX triplet: 8F, 24 and 2A. RGB value is (143,36,42). Sum of RGB (Red+Green+Blue) = 143+36+42=221 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.71% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 143 - color contains mainly: red. Hex color #8F242A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F242A is #70DBD5. Grayscale: #444444. Windows color (decimal): -7396310 or 2761871. OLE color: 2761871.
HSL color Cylindrical-coordinate representation of color #8F242A: hue angle of 356.64º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F242A is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 36 | 42 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.44 |
| HSL | 356.64º | 0.6% | 0.35% | - |
| HSV(B) | 356.64º | 0.75% | 0.56% | - |
| XYZ | 12.38 | 7.27 | 2.94 | - |
| YUV | 68.68 | 112.95 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 36 | 42 | 0 | 0.75 | 0.71 | 0.44 | 356.64 | 0.6 | 0.35 |
| Hex | 8F | 24 | 2A | 0 | 4B | 47 | 2C | 165 | 3C | 23 |
| Octal | 217 | 44 | 52 | 0 | 113 | 107 | 54 | 545 | 74 | 43 |
| Binary | 10001111 | 100100 | 101010 | 0 | 1001011 | 1000111 | 101100 | 101100101 | 111100 | 100011 |
Color Harmonies of #8F242A
Complementary color
Monochromatic Colors of #8F242A
Black with #8F242A
Text Example
Text Example
White with #8F242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F242A; }
p { color: rgb(143,36,42); }
H1.HeaderClassName
{
color: #8F242A;
}
.AnyTagClassName
{
color: #8F242A;
}
</style>
background-color css
<style>
a { background-color: #8F242A; }
a { background-color: rgb(143,36,42); }
div.DivClassName
{
background-color: #8F242A;
}
.BgClassName
{
background-color: #8F242A;
}
</style>
border-color css
<style>
span { border-color: #8F242A; }
span { border-color: rgb(143,36,42); }
td.TdClassName
{
border-color: #8F242A;
}
.TagClassName
{
border-color: #8F242A;
}
</style>