Shades of Bright Red #8D2735
Tints of Bright Red #8D2735
RGB
CMYK
RGB Variations
Color information
#8D2735 (or 0x8D2735) is known color: Bright Red. HEX triplet: 8D, 27 and 35. RGB value is (141,39,53). Sum of RGB (Red+Green+Blue) = 141+39+53=233 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.52% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2735 is #72D8CA. Grayscale: #474747. Windows color (decimal): -7526603 or 3483533. OLE color: 3483533.
HSL color Cylindrical-coordinate representation of color #8D2735: hue angle of 351.76º degrees, saturation: 0.57, 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 #8D2735 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 39 | 53 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.45 |
| HSL | 351.76º | 0.57% | 0.35% | - |
| HSV(B) | 351.76º | 0.72% | 0.55% | - |
| XYZ | 12.35 | 7.37 | 4.14 | - |
| YUV | 71.09 | 117.79 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 39 | 53 | 0 | 0.72 | 0.62 | 0.45 | 351.76 | 0.57 | 0.35 |
| Hex | 8D | 27 | 35 | 0 | 48 | 3E | 2D | 160 | 39 | 23 |
| Octal | 215 | 47 | 65 | 0 | 110 | 76 | 55 | 540 | 71 | 43 |
| Binary | 10001101 | 100111 | 110101 | 0 | 1001000 | 111110 | 101101 | 101100000 | 111001 | 100011 |
Color Harmonies of #8D2735
Complementary color
Monochromatic Colors of #8D2735
Black with #8D2735
Text Example
Text Example
White with #8D2735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2735; }
p { color: rgb(141,39,53); }
H1.HeaderClassName
{
color: #8D2735;
}
.AnyTagClassName
{
color: #8D2735;
}
</style>
background-color css
<style>
a { background-color: #8D2735; }
a { background-color: rgb(141,39,53); }
div.DivClassName
{
background-color: #8D2735;
}
.BgClassName
{
background-color: #8D2735;
}
</style>
border-color css
<style>
span { border-color: #8D2735; }
span { border-color: rgb(141,39,53); }
td.TdClassName
{
border-color: #8D2735;
}
.TagClassName
{
border-color: #8D2735;
}
</style>