Shades of Bright Red #981333
Tints of Bright Red #981333
RGB
CMYK
RGB Variations
Color information
#981333 (or 0x981333) is known color: Bright Red. HEX triplet: 98, 13 and 33. RGB value is (152,19,51). Sum of RGB (Red+Green+Blue) = 152+19+51=222 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.47% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 152 - color contains mainly: red. Hex color #981333 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981333 is #67ECCC. Grayscale: #3E3E3E. Windows color (decimal): -6810829 or 3347352. OLE color: 3347352.
HSL color Cylindrical-coordinate representation of color #981333: hue angle of 345.56º 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 #981333 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 19 | 51 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.40 |
| HSL | 345.56º | 0.78% | 0.34% | - |
| HSV(B) | 345.56º | 0.88% | 0.6% | - |
| XYZ | 13.78 | 7.38 | 3.83 | - |
| YUV | 62.42 | 121.56 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 19 | 51 | 0 | 0.87 | 0.66 | 0.40 | 345.56 | 0.78 | 0.34 |
| Hex | 98 | 13 | 33 | 0 | 57 | 42 | 28 | 15A | 4E | 22 |
| Octal | 230 | 23 | 63 | 0 | 127 | 102 | 50 | 532 | 116 | 42 |
| Binary | 10011000 | 10011 | 110011 | 0 | 1010111 | 1000010 | 101000 | 101011010 | 1001110 | 100010 |
Color Harmonies of #981333
Complementary color
Monochromatic Colors of #981333
Black with #981333
Text Example
Text Example
White with #981333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981333; }
p { color: rgb(152,19,51); }
H1.HeaderClassName
{
color: #981333;
}
.AnyTagClassName
{
color: #981333;
}
</style>
background-color css
<style>
a { background-color: #981333; }
a { background-color: rgb(152,19,51); }
div.DivClassName
{
background-color: #981333;
}
.BgClassName
{
background-color: #981333;
}
</style>
border-color css
<style>
span { border-color: #981333; }
span { border-color: rgb(152,19,51); }
td.TdClassName
{
border-color: #981333;
}
.TagClassName
{
border-color: #981333;
}
</style>