Shades of Bright Red #8F242B
Tints of Bright Red #8F242B
RGB
CMYK
RGB Variations
Color information
#8F242B (or 0x8F242B) is known color: Bright Red. HEX triplet: 8F, 24 and 2B. RGB value is (143,36,43). Sum of RGB (Red+Green+Blue) = 143+36+43=222 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.41% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 143 - color contains mainly: red. Hex color #8F242B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F242B is #70DBD4. Grayscale: #444444. Windows color (decimal): -7396309 or 2827407. OLE color: 2827407.
HSL color Cylindrical-coordinate representation of color #8F242B: hue angle of 356.07º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F242B is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 36 | 43 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.44 |
| HSL | 356.07º | 0.6% | 0.35% | - |
| HSV(B) | 356.07º | 0.75% | 0.56% | - |
| XYZ | 12.39 | 7.28 | 3.04 | - |
| YUV | 68.79 | 113.45 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 36 | 43 | 0 | 0.75 | 0.70 | 0.44 | 356.07 | 0.6 | 0.35 |
| Hex | 8F | 24 | 2B | 0 | 4B | 46 | 2C | 164 | 3C | 23 |
| Octal | 217 | 44 | 53 | 0 | 113 | 106 | 54 | 544 | 74 | 43 |
| Binary | 10001111 | 100100 | 101011 | 0 | 1001011 | 1000110 | 101100 | 101100100 | 111100 | 100011 |
Color Harmonies of #8F242B
Complementary color
Monochromatic Colors of #8F242B
Black with #8F242B
Text Example
Text Example
White with #8F242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F242B; }
p { color: rgb(143,36,43); }
H1.HeaderClassName
{
color: #8F242B;
}
.AnyTagClassName
{
color: #8F242B;
}
</style>
background-color css
<style>
a { background-color: #8F242B; }
a { background-color: rgb(143,36,43); }
div.DivClassName
{
background-color: #8F242B;
}
.BgClassName
{
background-color: #8F242B;
}
</style>
border-color css
<style>
span { border-color: #8F242B; }
span { border-color: rgb(143,36,43); }
td.TdClassName
{
border-color: #8F242B;
}
.TagClassName
{
border-color: #8F242B;
}
</style>