Shades of Bright Red #8F252A
Tints of Bright Red #8F252A
RGB
CMYK
RGB Variations
Color information
#8F252A (or 0x8F252A) is known color: Bright Red. HEX triplet: 8F, 25 and 2A. RGB value is (143,37,42). Sum of RGB (Red+Green+Blue) = 143+37+42=222 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.41% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 143 - color contains mainly: red. Hex color #8F252A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F252A is #70DAD5. Grayscale: #454545. Windows color (decimal): -7396054 or 2762127. OLE color: 2762127.
HSL color Cylindrical-coordinate representation of color #8F252A: hue angle of 357.17º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F252A is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 37 | 42 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.44 |
| HSL | 357.17º | 0.59% | 0.35% | - |
| HSV(B) | 357.17º | 0.74% | 0.56% | - |
| XYZ | 12.41 | 7.33 | 2.95 | - |
| YUV | 69.26 | 112.62 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 37 | 42 | 0 | 0.74 | 0.71 | 0.44 | 357.17 | 0.59 | 0.35 |
| Hex | 8F | 25 | 2A | 0 | 4A | 47 | 2C | 165 | 3B | 23 |
| Octal | 217 | 45 | 52 | 0 | 112 | 107 | 54 | 545 | 73 | 43 |
| Binary | 10001111 | 100101 | 101010 | 0 | 1001010 | 1000111 | 101100 | 101100101 | 111011 | 100011 |
Color Harmonies of #8F252A
Complementary color
Monochromatic Colors of #8F252A
Black with #8F252A
Text Example
Text Example
White with #8F252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F252A; }
p { color: rgb(143,37,42); }
H1.HeaderClassName
{
color: #8F252A;
}
.AnyTagClassName
{
color: #8F252A;
}
</style>
background-color css
<style>
a { background-color: #8F252A; }
a { background-color: rgb(143,37,42); }
div.DivClassName
{
background-color: #8F252A;
}
.BgClassName
{
background-color: #8F252A;
}
</style>
border-color css
<style>
span { border-color: #8F252A; }
span { border-color: rgb(143,37,42); }
td.TdClassName
{
border-color: #8F252A;
}
.TagClassName
{
border-color: #8F252A;
}
</style>