Shades of Bright Red #8F292F
Tints of Bright Red #8F292F
RGB
CMYK
RGB Variations
Color information
#8F292F (or 0x8F292F) is known color: Bright Red. HEX triplet: 8F, 29 and 2F. RGB value is (143,41,47). Sum of RGB (Red+Green+Blue) = 143+41+47=231 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.90% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 143 - color contains mainly: red. Hex color #8F292F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F292F is #70D6D0. Grayscale: #484848. Windows color (decimal): -7395025 or 3090831. OLE color: 3090831.
HSL color Cylindrical-coordinate representation of color #8F292F: hue angle of 356.47º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F292F is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 41 | 47 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.44 |
| HSL | 356.47º | 0.55% | 0.36% | - |
| HSV(B) | 356.47º | 0.71% | 0.56% | - |
| XYZ | 12.63 | 7.63 | 3.5 | - |
| YUV | 72.18 | 113.79 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 41 | 47 | 0 | 0.71 | 0.67 | 0.44 | 356.47 | 0.55 | 0.36 |
| Hex | 8F | 29 | 2F | 0 | 47 | 43 | 2C | 164 | 37 | 24 |
| Octal | 217 | 51 | 57 | 0 | 107 | 103 | 54 | 544 | 67 | 44 |
| Binary | 10001111 | 101001 | 101111 | 0 | 1000111 | 1000011 | 101100 | 101100100 | 110111 | 100100 |
Color Harmonies of #8F292F
Complementary color
Monochromatic Colors of #8F292F
Black with #8F292F
Text Example
Text Example
White with #8F292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F292F; }
p { color: rgb(143,41,47); }
H1.HeaderClassName
{
color: #8F292F;
}
.AnyTagClassName
{
color: #8F292F;
}
</style>
background-color css
<style>
a { background-color: #8F292F; }
a { background-color: rgb(143,41,47); }
div.DivClassName
{
background-color: #8F292F;
}
.BgClassName
{
background-color: #8F292F;
}
</style>
border-color css
<style>
span { border-color: #8F292F; }
span { border-color: rgb(143,41,47); }
td.TdClassName
{
border-color: #8F292F;
}
.TagClassName
{
border-color: #8F292F;
}
</style>