Shades of Bright Red #8D282F
Tints of Bright Red #8D282F
RGB
CMYK
RGB Variations
Color information
#8D282F (or 0x8D282F) is known color: Bright Red. HEX triplet: 8D, 28 and 2F. RGB value is (141,40,47). Sum of RGB (Red+Green+Blue) = 141+40+47=228 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.84% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 141 - color contains mainly: red. Hex color #8D282F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D282F is #72D7D0. Grayscale: #474747. Windows color (decimal): -7526353 or 3090573. OLE color: 3090573.
HSL color Cylindrical-coordinate representation of color #8D282F: hue angle of 355.84º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D282F is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 40 | 47 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.45 |
| HSL | 355.84º | 0.56% | 0.35% | - |
| HSV(B) | 355.84º | 0.72% | 0.55% | - |
| XYZ | 12.26 | 7.39 | 3.47 | - |
| YUV | 71 | 114.46 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 40 | 47 | 0 | 0.72 | 0.67 | 0.45 | 355.84 | 0.56 | 0.35 |
| Hex | 8D | 28 | 2F | 0 | 48 | 43 | 2D | 164 | 38 | 23 |
| Octal | 215 | 50 | 57 | 0 | 110 | 103 | 55 | 544 | 70 | 43 |
| Binary | 10001101 | 101000 | 101111 | 0 | 1001000 | 1000011 | 101101 | 101100100 | 111000 | 100011 |
Color Harmonies of #8D282F
Complementary color
Monochromatic Colors of #8D282F
Black with #8D282F
Text Example
Text Example
White with #8D282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D282F; }
p { color: rgb(141,40,47); }
H1.HeaderClassName
{
color: #8D282F;
}
.AnyTagClassName
{
color: #8D282F;
}
</style>
background-color css
<style>
a { background-color: #8D282F; }
a { background-color: rgb(141,40,47); }
div.DivClassName
{
background-color: #8D282F;
}
.BgClassName
{
background-color: #8D282F;
}
</style>
border-color css
<style>
span { border-color: #8D282F; }
span { border-color: rgb(141,40,47); }
td.TdClassName
{
border-color: #8D282F;
}
.TagClassName
{
border-color: #8D282F;
}
</style>