Shades of Bright Red #982330
Tints of Bright Red #982330
RGB
CMYK
RGB Variations
Color information
#982330 (or 0x982330) is known color: Bright Red. HEX triplet: 98, 23 and 30. RGB value is (152,35,48). Sum of RGB (Red+Green+Blue) = 152+35+48=235 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.68% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 48 (19.14% from 255 or 20.43% from 235); Max value from RGB is 152 - color contains mainly: red. Hex color #982330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982330 is #67DCCF. Grayscale: #474747. Windows color (decimal): -6806736 or 3154840. OLE color: 3154840.
HSL color Cylindrical-coordinate representation of color #982330: hue angle of 353.33º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #982330 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 35 | 48 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.40 |
| HSL | 353.33º | 0.63% | 0.37% | - |
| HSV(B) | 353.33º | 0.77% | 0.6% | - |
| XYZ | 14.08 | 8.09 | 3.62 | - |
| YUV | 71.47 | 114.76 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 35 | 48 | 0 | 0.77 | 0.68 | 0.40 | 353.33 | 0.63 | 0.37 |
| Hex | 98 | 23 | 30 | 0 | 4D | 44 | 28 | 161 | 3F | 25 |
| Octal | 230 | 43 | 60 | 0 | 115 | 104 | 50 | 541 | 77 | 45 |
| Binary | 10011000 | 100011 | 110000 | 0 | 1001101 | 1000100 | 101000 | 101100001 | 111111 | 100101 |
Color Harmonies of #982330
Complementary color
Monochromatic Colors of #982330
Black with #982330
Text Example
Text Example
White with #982330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982330; }
p { color: rgb(152,35,48); }
H1.HeaderClassName
{
color: #982330;
}
.AnyTagClassName
{
color: #982330;
}
</style>
background-color css
<style>
a { background-color: #982330; }
a { background-color: rgb(152,35,48); }
div.DivClassName
{
background-color: #982330;
}
.BgClassName
{
background-color: #982330;
}
</style>
border-color css
<style>
span { border-color: #982330; }
span { border-color: rgb(152,35,48); }
td.TdClassName
{
border-color: #982330;
}
.TagClassName
{
border-color: #982330;
}
</style>