Shades of Bright Red #98253D
Tints of Bright Red #98253D
RGB
CMYK
RGB Variations
Color information
#98253D (or 0x98253D) is known color: Bright Red. HEX triplet: 98, 25 and 3D. RGB value is (152,37,61). Sum of RGB (Red+Green+Blue) = 152+37+61=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #98253D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98253D is #67DAC2. Grayscale: #4A4A4A. Windows color (decimal): -6806211 or 4007320. OLE color: 4007320.
HSL color Cylindrical-coordinate representation of color #98253D: hue angle of 347.48º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #98253D is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 37 | 61 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.40 |
| HSL | 347.48º | 0.61% | 0.37% | - |
| HSV(B) | 347.48º | 0.76% | 0.6% | - |
| XYZ | 14.45 | 8.34 | 5.26 | - |
| YUV | 74.12 | 120.6 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 37 | 61 | 0 | 0.76 | 0.60 | 0.40 | 347.48 | 0.61 | 0.37 |
| Hex | 98 | 25 | 3D | 0 | 4C | 3C | 28 | 15B | 3D | 25 |
| Octal | 230 | 45 | 75 | 0 | 114 | 74 | 50 | 533 | 75 | 45 |
| Binary | 10011000 | 100101 | 111101 | 0 | 1001100 | 111100 | 101000 | 101011011 | 111101 | 100101 |
Color Harmonies of #98253D
Complementary color
Monochromatic Colors of #98253D
Black with #98253D
Text Example
Text Example
White with #98253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98253D; }
p { color: rgb(152,37,61); }
H1.HeaderClassName
{
color: #98253D;
}
.AnyTagClassName
{
color: #98253D;
}
</style>
background-color css
<style>
a { background-color: #98253D; }
a { background-color: rgb(152,37,61); }
div.DivClassName
{
background-color: #98253D;
}
.BgClassName
{
background-color: #98253D;
}
</style>
border-color css
<style>
span { border-color: #98253D; }
span { border-color: rgb(152,37,61); }
td.TdClassName
{
border-color: #98253D;
}
.TagClassName
{
border-color: #98253D;
}
</style>