Shades of Bright Red #98213C
Tints of Bright Red #98213C
RGB
CMYK
RGB Variations
Color information
#98213C (or 0x98213C) is known color: Bright Red. HEX triplet: 98, 21 and 3C. RGB value is (152,33,60). Sum of RGB (Red+Green+Blue) = 152+33+60=245 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.04% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 152 - color contains mainly: red. Hex color #98213C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98213C is #67DEC3. Grayscale: #474747. Windows color (decimal): -6807236 or 3940760. OLE color: 3940760.
HSL color Cylindrical-coordinate representation of color #98213C: hue angle of 346.39º degrees, saturation: 0.64, 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 #98213C is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 33 | 60 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.40 |
| HSL | 346.39º | 0.64% | 0.36% | - |
| HSV(B) | 346.39º | 0.78% | 0.6% | - |
| XYZ | 14.31 | 8.09 | 5.08 | - |
| YUV | 71.66 | 121.42 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 33 | 60 | 0 | 0.78 | 0.61 | 0.40 | 346.39 | 0.64 | 0.36 |
| Hex | 98 | 21 | 3C | 0 | 4E | 3D | 28 | 15A | 40 | 24 |
| Octal | 230 | 41 | 74 | 0 | 116 | 75 | 50 | 532 | 100 | 44 |
| Binary | 10011000 | 100001 | 111100 | 0 | 1001110 | 111101 | 101000 | 101011010 | 1000000 | 100100 |
Color Harmonies of #98213C
Complementary color
Monochromatic Colors of #98213C
Black with #98213C
Text Example
Text Example
White with #98213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98213C; }
p { color: rgb(152,33,60); }
H1.HeaderClassName
{
color: #98213C;
}
.AnyTagClassName
{
color: #98213C;
}
</style>
background-color css
<style>
a { background-color: #98213C; }
a { background-color: rgb(152,33,60); }
div.DivClassName
{
background-color: #98213C;
}
.BgClassName
{
background-color: #98213C;
}
</style>
border-color css
<style>
span { border-color: #98213C; }
span { border-color: rgb(152,33,60); }
td.TdClassName
{
border-color: #98213C;
}
.TagClassName
{
border-color: #98213C;
}
</style>