Shades of Bright Red #98203C
Tints of Bright Red #98203C
RGB
CMYK
RGB Variations
Color information
#98203C (or 0x98203C) is known color: Bright Red. HEX triplet: 98, 20 and 3C. RGB value is (152,32,60). Sum of RGB (Red+Green+Blue) = 152+32+60=244 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.30% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 152 - color contains mainly: red. Hex color #98203C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98203C is #67DFC3. Grayscale: #474747. Windows color (decimal): -6807492 or 3940504. OLE color: 3940504.
HSL color Cylindrical-coordinate representation of color #98203C: hue angle of 346º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #98203C is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 32 | 60 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.40 |
| HSL | 346º | 0.65% | 0.36% | - |
| HSV(B) | 346º | 0.79% | 0.6% | - |
| XYZ | 14.28 | 8.03 | 5.07 | - |
| YUV | 71.07 | 121.76 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 32 | 60 | 0 | 0.79 | 0.61 | 0.40 | 346 | 0.65 | 0.36 |
| Hex | 98 | 20 | 3C | 0 | 4F | 3D | 28 | 15A | 41 | 24 |
| Octal | 230 | 40 | 74 | 0 | 117 | 75 | 50 | 532 | 101 | 44 |
| Binary | 10011000 | 100000 | 111100 | 0 | 1001111 | 111101 | 101000 | 101011010 | 1000001 | 100100 |
Color Harmonies of #98203C
Complementary color
Monochromatic Colors of #98203C
Black with #98203C
Text Example
Text Example
White with #98203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98203C; }
p { color: rgb(152,32,60); }
H1.HeaderClassName
{
color: #98203C;
}
.AnyTagClassName
{
color: #98203C;
}
</style>
background-color css
<style>
a { background-color: #98203C; }
a { background-color: rgb(152,32,60); }
div.DivClassName
{
background-color: #98203C;
}
.BgClassName
{
background-color: #98203C;
}
</style>
border-color css
<style>
span { border-color: #98203C; }
span { border-color: rgb(152,32,60); }
td.TdClassName
{
border-color: #98203C;
}
.TagClassName
{
border-color: #98203C;
}
</style>