Shades of Bright Red #8F2936
Tints of Bright Red #8F2936
RGB
CMYK
RGB Variations
Color information
#8F2936 (or 0x8F2936) is known color: Bright Red. HEX triplet: 8F, 29 and 36. RGB value is (143,41,54). Sum of RGB (Red+Green+Blue) = 143+41+54=238 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.08% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 54 (21.48% from 255 or 22.69% from 238); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2936 is #70D6C9. Grayscale: #494949. Windows color (decimal): -7395018 or 3549583. OLE color: 3549583.
HSL color Cylindrical-coordinate representation of color #8F2936: hue angle of 352.35º 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 #8F2936 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 41 | 54 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.44 |
| HSL | 352.35º | 0.55% | 0.36% | - |
| HSV(B) | 352.35º | 0.71% | 0.56% | - |
| XYZ | 12.79 | 7.69 | 4.3 | - |
| YUV | 72.98 | 117.29 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 41 | 54 | 0 | 0.71 | 0.62 | 0.44 | 352.35 | 0.55 | 0.36 |
| Hex | 8F | 29 | 36 | 0 | 47 | 3E | 2C | 160 | 37 | 24 |
| Octal | 217 | 51 | 66 | 0 | 107 | 76 | 54 | 540 | 67 | 44 |
| Binary | 10001111 | 101001 | 110110 | 0 | 1000111 | 111110 | 101100 | 101100000 | 110111 | 100100 |
Color Harmonies of #8F2936
Complementary color
Monochromatic Colors of #8F2936
Black with #8F2936
Text Example
Text Example
White with #8F2936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2936; }
p { color: rgb(143,41,54); }
H1.HeaderClassName
{
color: #8F2936;
}
.AnyTagClassName
{
color: #8F2936;
}
</style>
background-color css
<style>
a { background-color: #8F2936; }
a { background-color: rgb(143,41,54); }
div.DivClassName
{
background-color: #8F2936;
}
.BgClassName
{
background-color: #8F2936;
}
</style>
border-color css
<style>
span { border-color: #8F2936; }
span { border-color: rgb(143,41,54); }
td.TdClassName
{
border-color: #8F2936;
}
.TagClassName
{
border-color: #8F2936;
}
</style>