Shades of Bright Red #981330
Tints of Bright Red #981330
RGB
CMYK
RGB Variations
Color information
#981330 (or 0x981330) is known color: Bright Red. HEX triplet: 98, 13 and 30. RGB value is (152,19,48). Sum of RGB (Red+Green+Blue) = 152+19+48=219 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.41% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 152 - color contains mainly: red. Hex color #981330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981330 is #67ECCF. Grayscale: #3E3E3E. Windows color (decimal): -6810832 or 3150744. OLE color: 3150744.
HSL color Cylindrical-coordinate representation of color #981330: hue angle of 346.92º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981330 is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 19 | 48 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.40 |
| HSL | 346.92º | 0.78% | 0.34% | - |
| HSV(B) | 346.92º | 0.88% | 0.6% | - |
| XYZ | 13.72 | 7.35 | 3.49 | - |
| YUV | 62.07 | 120.06 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 19 | 48 | 0 | 0.87 | 0.68 | 0.40 | 346.92 | 0.78 | 0.34 |
| Hex | 98 | 13 | 30 | 0 | 57 | 44 | 28 | 15B | 4E | 22 |
| Octal | 230 | 23 | 60 | 0 | 127 | 104 | 50 | 533 | 116 | 42 |
| Binary | 10011000 | 10011 | 110000 | 0 | 1010111 | 1000100 | 101000 | 101011011 | 1001110 | 100010 |
Color Harmonies of #981330
Complementary color
Monochromatic Colors of #981330
Black with #981330
Text Example
Text Example
White with #981330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981330; }
p { color: rgb(152,19,48); }
H1.HeaderClassName
{
color: #981330;
}
.AnyTagClassName
{
color: #981330;
}
</style>
background-color css
<style>
a { background-color: #981330; }
a { background-color: rgb(152,19,48); }
div.DivClassName
{
background-color: #981330;
}
.BgClassName
{
background-color: #981330;
}
</style>
border-color css
<style>
span { border-color: #981330; }
span { border-color: rgb(152,19,48); }
td.TdClassName
{
border-color: #981330;
}
.TagClassName
{
border-color: #981330;
}
</style>