Shades of Bright Red #982432
Tints of Bright Red #982432
RGB
CMYK
RGB Variations
Color information
#982432 (or 0x982432) is known color: Bright Red. HEX triplet: 98, 24 and 32. RGB value is (152,36,50). Sum of RGB (Red+Green+Blue) = 152+36+50=238 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.87% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 50 (19.92% from 255 or 21.01% from 238); Max value from RGB is 152 - color contains mainly: red. Hex color #982432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982432 is #67DBCD. Grayscale: #484848. Windows color (decimal): -6806478 or 3286168. OLE color: 3286168.
HSL color Cylindrical-coordinate representation of color #982432: hue angle of 352.76º degrees, saturation: 0.62, 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 #982432 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 36 | 50 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.40 |
| HSL | 352.76º | 0.62% | 0.37% | - |
| HSV(B) | 352.76º | 0.76% | 0.6% | - |
| XYZ | 14.16 | 8.17 | 3.85 | - |
| YUV | 72.28 | 115.43 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 36 | 50 | 0 | 0.76 | 0.67 | 0.40 | 352.76 | 0.62 | 0.37 |
| Hex | 98 | 24 | 32 | 0 | 4C | 43 | 28 | 161 | 3E | 25 |
| Octal | 230 | 44 | 62 | 0 | 114 | 103 | 50 | 541 | 76 | 45 |
| Binary | 10011000 | 100100 | 110010 | 0 | 1001100 | 1000011 | 101000 | 101100001 | 111110 | 100101 |
Color Harmonies of #982432
Complementary color
Monochromatic Colors of #982432
Black with #982432
Text Example
Text Example
White with #982432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982432; }
p { color: rgb(152,36,50); }
H1.HeaderClassName
{
color: #982432;
}
.AnyTagClassName
{
color: #982432;
}
</style>
background-color css
<style>
a { background-color: #982432; }
a { background-color: rgb(152,36,50); }
div.DivClassName
{
background-color: #982432;
}
.BgClassName
{
background-color: #982432;
}
</style>
border-color css
<style>
span { border-color: #982432; }
span { border-color: rgb(152,36,50); }
td.TdClassName
{
border-color: #982432;
}
.TagClassName
{
border-color: #982432;
}
</style>