Shades of Bright Red #8F282D
Tints of Bright Red #8F282D
RGB
CMYK
RGB Variations
Color information
#8F282D (or 0x8F282D) is known color: Bright Red. HEX triplet: 8F, 28 and 2D. RGB value is (143,40,45). Sum of RGB (Red+Green+Blue) = 143+40+45=228 (30% of max value = 765). Red value is 143 (56.25% from 255 or 62.72% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 143 - color contains mainly: red. Hex color #8F282D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F282D is #70D7D2. Grayscale: #474747. Windows color (decimal): -7395283 or 2959503. OLE color: 2959503.
HSL color Cylindrical-coordinate representation of color #8F282D: hue angle of 357.09º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F282D is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 40 | 45 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.44 |
| HSL | 357.09º | 0.56% | 0.36% | - |
| HSV(B) | 357.09º | 0.72% | 0.56% | - |
| XYZ | 12.56 | 7.55 | 3.28 | - |
| YUV | 71.37 | 113.12 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 40 | 45 | 0 | 0.72 | 0.69 | 0.44 | 357.09 | 0.56 | 0.36 |
| Hex | 8F | 28 | 2D | 0 | 48 | 45 | 2C | 165 | 38 | 24 |
| Octal | 217 | 50 | 55 | 0 | 110 | 105 | 54 | 545 | 70 | 44 |
| Binary | 10001111 | 101000 | 101101 | 0 | 1001000 | 1000101 | 101100 | 101100101 | 111000 | 100100 |
Color Harmonies of #8F282D
Complementary color
Monochromatic Colors of #8F282D
Black with #8F282D
Text Example
Text Example
White with #8F282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F282D; }
p { color: rgb(143,40,45); }
H1.HeaderClassName
{
color: #8F282D;
}
.AnyTagClassName
{
color: #8F282D;
}
</style>
background-color css
<style>
a { background-color: #8F282D; }
a { background-color: rgb(143,40,45); }
div.DivClassName
{
background-color: #8F282D;
}
.BgClassName
{
background-color: #8F282D;
}
</style>
border-color css
<style>
span { border-color: #8F282D; }
span { border-color: rgb(143,40,45); }
td.TdClassName
{
border-color: #8F282D;
}
.TagClassName
{
border-color: #8F282D;
}
</style>