Shades of Bright Red #8F252C
Tints of Bright Red #8F252C
RGB
CMYK
RGB Variations
Color information
#8F252C (or 0x8F252C) is known color: Bright Red. HEX triplet: 8F, 25 and 2C. RGB value is (143,37,44). Sum of RGB (Red+Green+Blue) = 143+37+44=224 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.84% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 143 - color contains mainly: red. Hex color #8F252C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F252C is #70DAD3. Grayscale: #454545. Windows color (decimal): -7396052 or 2893199. OLE color: 2893199.
HSL color Cylindrical-coordinate representation of color #8F252C: hue angle of 356.04º 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 #8F252C is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 37 | 44 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.44 |
| HSL | 356.04º | 0.59% | 0.35% | - |
| HSV(B) | 356.04º | 0.74% | 0.56% | - |
| XYZ | 12.44 | 7.34 | 3.14 | - |
| YUV | 69.49 | 113.62 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 37 | 44 | 0 | 0.74 | 0.69 | 0.44 | 356.04 | 0.59 | 0.35 |
| Hex | 8F | 25 | 2C | 0 | 4A | 45 | 2C | 164 | 3B | 23 |
| Octal | 217 | 45 | 54 | 0 | 112 | 105 | 54 | 544 | 73 | 43 |
| Binary | 10001111 | 100101 | 101100 | 0 | 1001010 | 1000101 | 101100 | 101100100 | 111011 | 100011 |
Color Harmonies of #8F252C
Complementary color
Monochromatic Colors of #8F252C
Black with #8F252C
Text Example
Text Example
White with #8F252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F252C; }
p { color: rgb(143,37,44); }
H1.HeaderClassName
{
color: #8F252C;
}
.AnyTagClassName
{
color: #8F252C;
}
</style>
background-color css
<style>
a { background-color: #8F252C; }
a { background-color: rgb(143,37,44); }
div.DivClassName
{
background-color: #8F252C;
}
.BgClassName
{
background-color: #8F252C;
}
</style>
border-color css
<style>
span { border-color: #8F252C; }
span { border-color: rgb(143,37,44); }
td.TdClassName
{
border-color: #8F252C;
}
.TagClassName
{
border-color: #8F252C;
}
</style>