Shades of Bright Red #98222D
Tints of Bright Red #98222D
RGB
CMYK
RGB Variations
Color information
#98222D (or 0x98222D) is known color: Bright Red. HEX triplet: 98, 22 and 2D. RGB value is (152,34,45). Sum of RGB (Red+Green+Blue) = 152+34+45=231 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.80% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 152 - color contains mainly: red. Hex color #98222D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98222D is #67DDD2. Grayscale: #464646. Windows color (decimal): -6806995 or 2957976. OLE color: 2957976.
HSL color Cylindrical-coordinate representation of color #98222D: hue angle of 354.41º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #98222D is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 34 | 45 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.40 |
| HSL | 354.41º | 0.63% | 0.36% | - |
| HSV(B) | 354.41º | 0.78% | 0.6% | - |
| XYZ | 13.99 | 8.01 | 3.29 | - |
| YUV | 70.54 | 113.59 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 34 | 45 | 0 | 0.78 | 0.70 | 0.40 | 354.41 | 0.63 | 0.36 |
| Hex | 98 | 22 | 2D | 0 | 4E | 46 | 28 | 162 | 3F | 24 |
| Octal | 230 | 42 | 55 | 0 | 116 | 106 | 50 | 542 | 77 | 44 |
| Binary | 10011000 | 100010 | 101101 | 0 | 1001110 | 1000110 | 101000 | 101100010 | 111111 | 100100 |
Color Harmonies of #98222D
Complementary color
Monochromatic Colors of #98222D
Black with #98222D
Text Example
Text Example
White with #98222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98222D; }
p { color: rgb(152,34,45); }
H1.HeaderClassName
{
color: #98222D;
}
.AnyTagClassName
{
color: #98222D;
}
</style>
background-color css
<style>
a { background-color: #98222D; }
a { background-color: rgb(152,34,45); }
div.DivClassName
{
background-color: #98222D;
}
.BgClassName
{
background-color: #98222D;
}
</style>
border-color css
<style>
span { border-color: #98222D; }
span { border-color: rgb(152,34,45); }
td.TdClassName
{
border-color: #98222D;
}
.TagClassName
{
border-color: #98222D;
}
</style>