Shades of Bright Red #982226
Tints of Bright Red #982226
RGB
CMYK
RGB Variations
Color information
#982226 (or 0x982226) is known color: Bright Red. HEX triplet: 98, 22 and 26. RGB value is (152,34,38). Sum of RGB (Red+Green+Blue) = 152+34+38=224 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.86% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 38 (15.23% from 255 or 16.96% from 224); Max value from RGB is 152 - color contains mainly: red. Hex color #982226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982226 is #67DDD9. Grayscale: #454545. Windows color (decimal): -6807002 or 2499224. OLE color: 2499224.
HSL color Cylindrical-coordinate representation of color #982226: hue angle of 357.97º 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 #982226 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 34 | 38 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.40 |
| HSL | 357.97º | 0.63% | 0.36% | - |
| HSV(B) | 357.97º | 0.78% | 0.6% | - |
| XYZ | 13.87 | 7.96 | 2.64 | - |
| YUV | 69.74 | 110.09 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 34 | 38 | 0 | 0.78 | 0.75 | 0.40 | 357.97 | 0.63 | 0.36 |
| Hex | 98 | 22 | 26 | 0 | 4E | 4B | 28 | 166 | 3F | 24 |
| Octal | 230 | 42 | 46 | 0 | 116 | 113 | 50 | 546 | 77 | 44 |
| Binary | 10011000 | 100010 | 100110 | 0 | 1001110 | 1001011 | 101000 | 101100110 | 111111 | 100100 |
Color Harmonies of #982226
Complementary color
Monochromatic Colors of #982226
Black with #982226
Text Example
Text Example
White with #982226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982226; }
p { color: rgb(152,34,38); }
H1.HeaderClassName
{
color: #982226;
}
.AnyTagClassName
{
color: #982226;
}
</style>
background-color css
<style>
a { background-color: #982226; }
a { background-color: rgb(152,34,38); }
div.DivClassName
{
background-color: #982226;
}
.BgClassName
{
background-color: #982226;
}
</style>
border-color css
<style>
span { border-color: #982226; }
span { border-color: rgb(152,34,38); }
td.TdClassName
{
border-color: #982226;
}
.TagClassName
{
border-color: #982226;
}
</style>