Shades of Bright Red #8F2529
Tints of Bright Red #8F2529
RGB
CMYK
RGB Variations
Color information
#8F2529 (or 0x8F2529) is known color: Bright Red. HEX triplet: 8F, 25 and 29. RGB value is (143,37,41). Sum of RGB (Red+Green+Blue) = 143+37+41=221 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.71% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2529 is #70DAD6. Grayscale: #454545. Windows color (decimal): -7396055 or 2696591. OLE color: 2696591.
HSL color Cylindrical-coordinate representation of color #8F2529: hue angle of 357.74º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F2529 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 37 | 41 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.44 |
| HSL | 357.74º | 0.59% | 0.35% | - |
| HSV(B) | 357.74º | 0.74% | 0.56% | - |
| XYZ | 12.39 | 7.32 | 2.86 | - |
| YUV | 69.15 | 112.12 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 37 | 41 | 0 | 0.74 | 0.71 | 0.44 | 357.74 | 0.59 | 0.35 |
| Hex | 8F | 25 | 29 | 0 | 4A | 47 | 2C | 166 | 3B | 23 |
| Octal | 217 | 45 | 51 | 0 | 112 | 107 | 54 | 546 | 73 | 43 |
| Binary | 10001111 | 100101 | 101001 | 0 | 1001010 | 1000111 | 101100 | 101100110 | 111011 | 100011 |
Color Harmonies of #8F2529
Complementary color
Monochromatic Colors of #8F2529
Black with #8F2529
Text Example
Text Example
White with #8F2529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2529; }
p { color: rgb(143,37,41); }
H1.HeaderClassName
{
color: #8F2529;
}
.AnyTagClassName
{
color: #8F2529;
}
</style>
background-color css
<style>
a { background-color: #8F2529; }
a { background-color: rgb(143,37,41); }
div.DivClassName
{
background-color: #8F2529;
}
.BgClassName
{
background-color: #8F2529;
}
</style>
border-color css
<style>
span { border-color: #8F2529; }
span { border-color: rgb(143,37,41); }
td.TdClassName
{
border-color: #8F2529;
}
.TagClassName
{
border-color: #8F2529;
}
</style>