Shades of Bright Red #8F283B
Tints of Bright Red #8F283B
RGB
CMYK
RGB Variations
Color information
#8F283B (or 0x8F283B) is known color: Bright Red. HEX triplet: 8F, 28 and 3B. RGB value is (143,40,59). Sum of RGB (Red+Green+Blue) = 143+40+59=242 (32% of max value = 765). Red value is 143 (56.25% from 255 or 59.09% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 143 - color contains mainly: red. Hex color #8F283B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F283B is #70D7C4. Grayscale: #484848. Windows color (decimal): -7395269 or 3877007. OLE color: 3877007.
HSL color Cylindrical-coordinate representation of color #8F283B: hue angle of 348.93º 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 #8F283B is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 40 | 59 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.44 |
| HSL | 348.93º | 0.56% | 0.36% | - |
| HSV(B) | 348.93º | 0.72% | 0.56% | - |
| XYZ | 12.88 | 7.67 | 4.94 | - |
| YUV | 72.96 | 120.12 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 40 | 59 | 0 | 0.72 | 0.59 | 0.44 | 348.93 | 0.56 | 0.36 |
| Hex | 8F | 28 | 3B | 0 | 48 | 3B | 2C | 15D | 38 | 24 |
| Octal | 217 | 50 | 73 | 0 | 110 | 73 | 54 | 535 | 70 | 44 |
| Binary | 10001111 | 101000 | 111011 | 0 | 1001000 | 111011 | 101100 | 101011101 | 111000 | 100100 |
Color Harmonies of #8F283B
Complementary color
Monochromatic Colors of #8F283B
Black with #8F283B
Text Example
Text Example
White with #8F283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F283B; }
p { color: rgb(143,40,59); }
H1.HeaderClassName
{
color: #8F283B;
}
.AnyTagClassName
{
color: #8F283B;
}
</style>
background-color css
<style>
a { background-color: #8F283B; }
a { background-color: rgb(143,40,59); }
div.DivClassName
{
background-color: #8F283B;
}
.BgClassName
{
background-color: #8F283B;
}
</style>
border-color css
<style>
span { border-color: #8F283B; }
span { border-color: rgb(143,40,59); }
td.TdClassName
{
border-color: #8F283B;
}
.TagClassName
{
border-color: #8F283B;
}
</style>