Shades of Bright Red #98223C
Tints of Bright Red #98223C
RGB
CMYK
RGB Variations
Color information
#98223C (or 0x98223C) is known color: Bright Red. HEX triplet: 98, 22 and 3C. RGB value is (152,34,60). Sum of RGB (Red+Green+Blue) = 152+34+60=246 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.79% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 152 - color contains mainly: red. Hex color #98223C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98223C is #67DDC3. Grayscale: #484848. Windows color (decimal): -6806980 or 3941016. OLE color: 3941016.
HSL color Cylindrical-coordinate representation of color #98223C: hue angle of 346.78º 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 #98223C is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 34 | 60 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.40 |
| HSL | 346.78º | 0.63% | 0.36% | - |
| HSV(B) | 346.78º | 0.78% | 0.6% | - |
| XYZ | 14.34 | 8.15 | 5.09 | - |
| YUV | 72.25 | 121.09 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 34 | 60 | 0 | 0.78 | 0.61 | 0.40 | 346.78 | 0.63 | 0.36 |
| Hex | 98 | 22 | 3C | 0 | 4E | 3D | 28 | 15B | 3F | 24 |
| Octal | 230 | 42 | 74 | 0 | 116 | 75 | 50 | 533 | 77 | 44 |
| Binary | 10011000 | 100010 | 111100 | 0 | 1001110 | 111101 | 101000 | 101011011 | 111111 | 100100 |
Color Harmonies of #98223C
Complementary color
Monochromatic Colors of #98223C
Black with #98223C
Text Example
Text Example
White with #98223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98223C; }
p { color: rgb(152,34,60); }
H1.HeaderClassName
{
color: #98223C;
}
.AnyTagClassName
{
color: #98223C;
}
</style>
background-color css
<style>
a { background-color: #98223C; }
a { background-color: rgb(152,34,60); }
div.DivClassName
{
background-color: #98223C;
}
.BgClassName
{
background-color: #98223C;
}
</style>
border-color css
<style>
span { border-color: #98223C; }
span { border-color: rgb(152,34,60); }
td.TdClassName
{
border-color: #98223C;
}
.TagClassName
{
border-color: #98223C;
}
</style>