Shades of Bright Red #8F2A34
Tints of Bright Red #8F2A34
RGB
CMYK
RGB Variations
Color information
#8F2A34 (or 0x8F2A34) is known color: Bright Red. HEX triplet: 8F, 2A and 34. RGB value is (143,42,52). Sum of RGB (Red+Green+Blue) = 143+42+52=237 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.34% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2A34 is #70D5CB. Grayscale: #494949. Windows color (decimal): -7394764 or 3418767. OLE color: 3418767.
HSL color Cylindrical-coordinate representation of color #8F2A34: hue angle of 354.06º 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 #8F2A34 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 42 | 52 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.44 |
| HSL | 354.06º | 0.55% | 0.36% | - |
| HSV(B) | 354.06º | 0.71% | 0.56% | - |
| XYZ | 12.78 | 7.74 | 4.07 | - |
| YUV | 73.34 | 115.96 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 42 | 52 | 0 | 0.71 | 0.64 | 0.44 | 354.06 | 0.55 | 0.36 |
| Hex | 8F | 2A | 34 | 0 | 47 | 40 | 2C | 162 | 37 | 24 |
| Octal | 217 | 52 | 64 | 0 | 107 | 100 | 54 | 542 | 67 | 44 |
| Binary | 10001111 | 101010 | 110100 | 0 | 1000111 | 1000000 | 101100 | 101100010 | 110111 | 100100 |
Color Harmonies of #8F2A34
Complementary color
Monochromatic Colors of #8F2A34
Black with #8F2A34
Text Example
Text Example
White with #8F2A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2A34; }
p { color: rgb(143,42,52); }
H1.HeaderClassName
{
color: #8F2A34;
}
.AnyTagClassName
{
color: #8F2A34;
}
</style>
background-color css
<style>
a { background-color: #8F2A34; }
a { background-color: rgb(143,42,52); }
div.DivClassName
{
background-color: #8F2A34;
}
.BgClassName
{
background-color: #8F2A34;
}
</style>
border-color css
<style>
span { border-color: #8F2A34; }
span { border-color: rgb(143,42,52); }
td.TdClassName
{
border-color: #8F2A34;
}
.TagClassName
{
border-color: #8F2A34;
}
</style>