Shades of Bright Red #8F242F
Tints of Bright Red #8F242F
RGB
CMYK
RGB Variations
Color information
#8F242F (or 0x8F242F) is known color: Bright Red. HEX triplet: 8F, 24 and 2F. RGB value is (143,36,47). Sum of RGB (Red+Green+Blue) = 143+36+47=226 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.27% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 143 - color contains mainly: red. Hex color #8F242F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F242F is #70DBD0. Grayscale: #454545. Windows color (decimal): -7396305 or 3089551. OLE color: 3089551.
HSL color Cylindrical-coordinate representation of color #8F242F: hue angle of 353.83º 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 #8F242F is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 36 | 47 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.44 |
| HSL | 353.83º | 0.6% | 0.35% | - |
| HSV(B) | 353.83º | 0.75% | 0.56% | - |
| XYZ | 12.47 | 7.31 | 3.44 | - |
| YUV | 69.25 | 115.45 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 36 | 47 | 0 | 0.75 | 0.67 | 0.44 | 353.83 | 0.6 | 0.35 |
| Hex | 8F | 24 | 2F | 0 | 4B | 43 | 2C | 162 | 3C | 23 |
| Octal | 217 | 44 | 57 | 0 | 113 | 103 | 54 | 542 | 74 | 43 |
| Binary | 10001111 | 100100 | 101111 | 0 | 1001011 | 1000011 | 101100 | 101100010 | 111100 | 100011 |
Color Harmonies of #8F242F
Complementary color
Monochromatic Colors of #8F242F
Black with #8F242F
Text Example
Text Example
White with #8F242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F242F; }
p { color: rgb(143,36,47); }
H1.HeaderClassName
{
color: #8F242F;
}
.AnyTagClassName
{
color: #8F242F;
}
</style>
background-color css
<style>
a { background-color: #8F242F; }
a { background-color: rgb(143,36,47); }
div.DivClassName
{
background-color: #8F242F;
}
.BgClassName
{
background-color: #8F242F;
}
</style>
border-color css
<style>
span { border-color: #8F242F; }
span { border-color: rgb(143,36,47); }
td.TdClassName
{
border-color: #8F242F;
}
.TagClassName
{
border-color: #8F242F;
}
</style>