Shades of Bright Red #8F2130
Tints of Bright Red #8F2130
RGB
CMYK
RGB Variations
Color information
#8F2130 (or 0x8F2130) is known color: Bright Red. HEX triplet: 8F, 21 and 30. RGB value is (143,33,48). Sum of RGB (Red+Green+Blue) = 143+33+48=224 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.84% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2130 is #70DECF. Grayscale: #434343. Windows color (decimal): -7397072 or 3154319. OLE color: 3154319.
HSL color Cylindrical-coordinate representation of color #8F2130: hue angle of 351.82º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F2130 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 33 | 48 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.44 |
| HSL | 351.82º | 0.63% | 0.35% | - |
| HSV(B) | 351.82º | 0.77% | 0.56% | - |
| XYZ | 12.41 | 7.14 | 3.52 | - |
| YUV | 67.6 | 116.94 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 33 | 48 | 0 | 0.77 | 0.66 | 0.44 | 351.82 | 0.63 | 0.35 |
| Hex | 8F | 21 | 30 | 0 | 4D | 42 | 2C | 160 | 3E | 23 |
| Octal | 217 | 41 | 60 | 0 | 115 | 102 | 54 | 540 | 76 | 43 |
| Binary | 10001111 | 100001 | 110000 | 0 | 1001101 | 1000010 | 101100 | 101100000 | 111110 | 100011 |
Color Harmonies of #8F2130
Complementary color
Monochromatic Colors of #8F2130
Black with #8F2130
Text Example
Text Example
White with #8F2130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2130; }
p { color: rgb(143,33,48); }
H1.HeaderClassName
{
color: #8F2130;
}
.AnyTagClassName
{
color: #8F2130;
}
</style>
background-color css
<style>
a { background-color: #8F2130; }
a { background-color: rgb(143,33,48); }
div.DivClassName
{
background-color: #8F2130;
}
.BgClassName
{
background-color: #8F2130;
}
</style>
border-color css
<style>
span { border-color: #8F2130; }
span { border-color: rgb(143,33,48); }
td.TdClassName
{
border-color: #8F2130;
}
.TagClassName
{
border-color: #8F2130;
}
</style>