Shades of Bright Red #8F2429
Tints of Bright Red #8F2429
RGB
CMYK
RGB Variations
Color information
#8F2429 (or 0x8F2429) is known color: Bright Red. HEX triplet: 8F, 24 and 29. RGB value is (143,36,41). Sum of RGB (Red+Green+Blue) = 143+36+41=220 (29% of max value = 765). Red value is 143 (56.25% from 255 or 65% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 41 (16.41% from 255 or 18.64% from 220); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2429 is #70DBD6. Grayscale: #444444. Windows color (decimal): -7396311 or 2696335. OLE color: 2696335.
HSL color Cylindrical-coordinate representation of color #8F2429: hue angle of 357.2º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F2429 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 36 | 41 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.44 |
| HSL | 357.2º | 0.6% | 0.35% | - |
| HSV(B) | 357.2º | 0.75% | 0.56% | - |
| XYZ | 12.36 | 7.26 | 2.85 | - |
| YUV | 68.56 | 112.45 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 36 | 41 | 0 | 0.75 | 0.71 | 0.44 | 357.2 | 0.6 | 0.35 |
| Hex | 8F | 24 | 29 | 0 | 4B | 47 | 2C | 165 | 3C | 23 |
| Octal | 217 | 44 | 51 | 0 | 113 | 107 | 54 | 545 | 74 | 43 |
| Binary | 10001111 | 100100 | 101001 | 0 | 1001011 | 1000111 | 101100 | 101100101 | 111100 | 100011 |
Color Harmonies of #8F2429
Complementary color
Monochromatic Colors of #8F2429
Black with #8F2429
Text Example
Text Example
White with #8F2429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2429; }
p { color: rgb(143,36,41); }
H1.HeaderClassName
{
color: #8F2429;
}
.AnyTagClassName
{
color: #8F2429;
}
</style>
background-color css
<style>
a { background-color: #8F2429; }
a { background-color: rgb(143,36,41); }
div.DivClassName
{
background-color: #8F2429;
}
.BgClassName
{
background-color: #8F2429;
}
</style>
border-color css
<style>
span { border-color: #8F2429; }
span { border-color: rgb(143,36,41); }
td.TdClassName
{
border-color: #8F2429;
}
.TagClassName
{
border-color: #8F2429;
}
</style>