Shades of Bright Red #8F252D
Tints of Bright Red #8F252D
RGB
CMYK
RGB Variations
Color information
#8F252D (or 0x8F252D) is known color: Bright Red. HEX triplet: 8F, 25 and 2D. RGB value is (143,37,45). Sum of RGB (Red+Green+Blue) = 143+37+45=225 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.56% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 143 - color contains mainly: red. Hex color #8F252D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F252D is #70DAD2. Grayscale: #454545. Windows color (decimal): -7396051 or 2958735. OLE color: 2958735.
HSL color Cylindrical-coordinate representation of color #8F252D: hue angle of 355.47º 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 #8F252D is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 37 | 45 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.44 |
| HSL | 355.47º | 0.59% | 0.35% | - |
| HSV(B) | 355.47º | 0.74% | 0.56% | - |
| XYZ | 12.46 | 7.35 | 3.24 | - |
| YUV | 69.61 | 114.12 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 37 | 45 | 0 | 0.74 | 0.69 | 0.44 | 355.47 | 0.59 | 0.35 |
| Hex | 8F | 25 | 2D | 0 | 4A | 45 | 2C | 163 | 3B | 23 |
| Octal | 217 | 45 | 55 | 0 | 112 | 105 | 54 | 543 | 73 | 43 |
| Binary | 10001111 | 100101 | 101101 | 0 | 1001010 | 1000101 | 101100 | 101100011 | 111011 | 100011 |
Color Harmonies of #8F252D
Complementary color
Monochromatic Colors of #8F252D
Black with #8F252D
Text Example
Text Example
White with #8F252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F252D; }
p { color: rgb(143,37,45); }
H1.HeaderClassName
{
color: #8F252D;
}
.AnyTagClassName
{
color: #8F252D;
}
</style>
background-color css
<style>
a { background-color: #8F252D; }
a { background-color: rgb(143,37,45); }
div.DivClassName
{
background-color: #8F252D;
}
.BgClassName
{
background-color: #8F252D;
}
</style>
border-color css
<style>
span { border-color: #8F252D; }
span { border-color: rgb(143,37,45); }
td.TdClassName
{
border-color: #8F252D;
}
.TagClassName
{
border-color: #8F252D;
}
</style>