Shades of Bright Red #98283A
Tints of Bright Red #98283A
RGB
CMYK
RGB Variations
Color information
#98283A (or 0x98283A) is known color: Bright Red. HEX triplet: 98, 28 and 3A. RGB value is (152,40,58). Sum of RGB (Red+Green+Blue) = 152+40+58=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #98283A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98283A is #67D7C5. Grayscale: #4B4B4B. Windows color (decimal): -6805446 or 3811480. OLE color: 3811480.
HSL color Cylindrical-coordinate representation of color #98283A: hue angle of 350.36º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #98283A is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 40 | 58 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.40 |
| HSL | 350.36º | 0.58% | 0.38% | - |
| HSV(B) | 350.36º | 0.74% | 0.6% | - |
| XYZ | 14.47 | 8.5 | 4.88 | - |
| YUV | 75.54 | 118.11 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 40 | 58 | 0 | 0.74 | 0.62 | 0.40 | 350.36 | 0.58 | 0.38 |
| Hex | 98 | 28 | 3A | 0 | 4A | 3E | 28 | 15E | 3A | 26 |
| Octal | 230 | 50 | 72 | 0 | 112 | 76 | 50 | 536 | 72 | 46 |
| Binary | 10011000 | 101000 | 111010 | 0 | 1001010 | 111110 | 101000 | 101011110 | 111010 | 100110 |
Color Harmonies of #98283A
Complementary color
Monochromatic Colors of #98283A
Black with #98283A
Text Example
Text Example
White with #98283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98283A; }
p { color: rgb(152,40,58); }
H1.HeaderClassName
{
color: #98283A;
}
.AnyTagClassName
{
color: #98283A;
}
</style>
background-color css
<style>
a { background-color: #98283A; }
a { background-color: rgb(152,40,58); }
div.DivClassName
{
background-color: #98283A;
}
.BgClassName
{
background-color: #98283A;
}
</style>
border-color css
<style>
span { border-color: #98283A; }
span { border-color: rgb(152,40,58); }
td.TdClassName
{
border-color: #98283A;
}
.TagClassName
{
border-color: #98283A;
}
</style>