Shades of Bright Red #8D2330
Tints of Bright Red #8D2330
RGB
CMYK
RGB Variations
Color information
#8D2330 (or 0x8D2330) is known color: Bright Red. HEX triplet: 8D, 23 and 30. RGB value is (141,35,48). Sum of RGB (Red+Green+Blue) = 141+35+48=224 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.95% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2330 is #72DCCF. Grayscale: #444444. Windows color (decimal): -7527632 or 3154829. OLE color: 3154829.
HSL color Cylindrical-coordinate representation of color #8D2330: hue angle of 352.64º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D2330 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 35 | 48 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.45 |
| HSL | 352.64º | 0.6% | 0.35% | - |
| HSV(B) | 352.64º | 0.75% | 0.55% | - |
| XYZ | 12.12 | 7.08 | 3.52 | - |
| YUV | 68.18 | 116.62 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 35 | 48 | 0 | 0.75 | 0.66 | 0.45 | 352.64 | 0.6 | 0.35 |
| Hex | 8D | 23 | 30 | 0 | 4B | 42 | 2D | 161 | 3C | 23 |
| Octal | 215 | 43 | 60 | 0 | 113 | 102 | 55 | 541 | 74 | 43 |
| Binary | 10001101 | 100011 | 110000 | 0 | 1001011 | 1000010 | 101101 | 101100001 | 111100 | 100011 |
Color Harmonies of #8D2330
Complementary color
Monochromatic Colors of #8D2330
Black with #8D2330
Text Example
Text Example
White with #8D2330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2330; }
p { color: rgb(141,35,48); }
H1.HeaderClassName
{
color: #8D2330;
}
.AnyTagClassName
{
color: #8D2330;
}
</style>
background-color css
<style>
a { background-color: #8D2330; }
a { background-color: rgb(141,35,48); }
div.DivClassName
{
background-color: #8D2330;
}
.BgClassName
{
background-color: #8D2330;
}
</style>
border-color css
<style>
span { border-color: #8D2330; }
span { border-color: rgb(141,35,48); }
td.TdClassName
{
border-color: #8D2330;
}
.TagClassName
{
border-color: #8D2330;
}
</style>