Shades of Bright Red #8F2335
Tints of Bright Red #8F2335
RGB
CMYK
RGB Variations
Color information
#8F2335 (or 0x8F2335) is known color: Bright Red. HEX triplet: 8F, 23 and 35. RGB value is (143,35,53). Sum of RGB (Red+Green+Blue) = 143+35+53=231 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.90% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 53 (21.09% from 255 or 22.94% from 231); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2335 is #70DCCA. Grayscale: #454545. Windows color (decimal): -7396555 or 3482511. OLE color: 3482511.
HSL color Cylindrical-coordinate representation of color #8F2335: hue angle of 350º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F2335 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 35 | 53 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.44 |
| HSL | 350º | 0.61% | 0.35% | - |
| HSV(B) | 350º | 0.76% | 0.56% | - |
| XYZ | 12.57 | 7.3 | 4.11 | - |
| YUV | 69.34 | 118.78 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 35 | 53 | 0 | 0.76 | 0.63 | 0.44 | 350 | 0.61 | 0.35 |
| Hex | 8F | 23 | 35 | 0 | 4C | 3F | 2C | 15E | 3D | 23 |
| Octal | 217 | 43 | 65 | 0 | 114 | 77 | 54 | 536 | 75 | 43 |
| Binary | 10001111 | 100011 | 110101 | 0 | 1001100 | 111111 | 101100 | 101011110 | 111101 | 100011 |
Color Harmonies of #8F2335
Complementary color
Monochromatic Colors of #8F2335
Black with #8F2335
Text Example
Text Example
White with #8F2335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2335; }
p { color: rgb(143,35,53); }
H1.HeaderClassName
{
color: #8F2335;
}
.AnyTagClassName
{
color: #8F2335;
}
</style>
background-color css
<style>
a { background-color: #8F2335; }
a { background-color: rgb(143,35,53); }
div.DivClassName
{
background-color: #8F2335;
}
.BgClassName
{
background-color: #8F2335;
}
</style>
border-color css
<style>
span { border-color: #8F2335; }
span { border-color: rgb(143,35,53); }
td.TdClassName
{
border-color: #8F2335;
}
.TagClassName
{
border-color: #8F2335;
}
</style>