Shades of Bright Red #8D2834
Tints of Bright Red #8D2834
RGB
CMYK
RGB Variations
Color information
#8D2834 (or 0x8D2834) is known color: Bright Red. HEX triplet: 8D, 28 and 34. RGB value is (141,40,52). Sum of RGB (Red+Green+Blue) = 141+40+52=233 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.52% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2834 is #72D7CB. Grayscale: #474747. Windows color (decimal): -7526348 or 3418253. OLE color: 3418253.
HSL color Cylindrical-coordinate representation of color #8D2834: hue angle of 352.87º 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 #8D2834 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 40 | 52 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.45 |
| HSL | 352.87º | 0.56% | 0.35% | - |
| HSV(B) | 352.87º | 0.72% | 0.55% | - |
| XYZ | 12.36 | 7.43 | 4.03 | - |
| YUV | 71.57 | 116.96 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 40 | 52 | 0 | 0.72 | 0.63 | 0.45 | 352.87 | 0.56 | 0.35 |
| Hex | 8D | 28 | 34 | 0 | 48 | 3F | 2D | 161 | 38 | 23 |
| Octal | 215 | 50 | 64 | 0 | 110 | 77 | 55 | 541 | 70 | 43 |
| Binary | 10001101 | 101000 | 110100 | 0 | 1001000 | 111111 | 101101 | 101100001 | 111000 | 100011 |
Color Harmonies of #8D2834
Complementary color
Monochromatic Colors of #8D2834
Black with #8D2834
Text Example
Text Example
White with #8D2834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2834; }
p { color: rgb(141,40,52); }
H1.HeaderClassName
{
color: #8D2834;
}
.AnyTagClassName
{
color: #8D2834;
}
</style>
background-color css
<style>
a { background-color: #8D2834; }
a { background-color: rgb(141,40,52); }
div.DivClassName
{
background-color: #8D2834;
}
.BgClassName
{
background-color: #8D2834;
}
</style>
border-color css
<style>
span { border-color: #8D2834; }
span { border-color: rgb(141,40,52); }
td.TdClassName
{
border-color: #8D2834;
}
.TagClassName
{
border-color: #8D2834;
}
</style>