Shades of Bright Red #981A32
Tints of Bright Red #981A32
RGB
CMYK
RGB Variations
Color information
#981A32 (or 0x981A32) is known color: Bright Red. HEX triplet: 98, 1A and 32. RGB value is (152,26,50). Sum of RGB (Red+Green+Blue) = 152+26+50=228 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.67% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 152 - color contains mainly: red. Hex color #981A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981A32 is #67E5CD. Grayscale: #424242. Windows color (decimal): -6809038 or 3283608. OLE color: 3283608.
HSL color Cylindrical-coordinate representation of color #981A32: hue angle of 348.57º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #981A32 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 26 | 50 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.40 |
| HSL | 348.57º | 0.71% | 0.35% | - |
| HSV(B) | 348.57º | 0.83% | 0.6% | - |
| XYZ | 13.89 | 7.64 | 3.76 | - |
| YUV | 66.41 | 118.74 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 26 | 50 | 0 | 0.83 | 0.67 | 0.40 | 348.57 | 0.71 | 0.35 |
| Hex | 98 | 1A | 32 | 0 | 53 | 43 | 28 | 15D | 47 | 23 |
| Octal | 230 | 32 | 62 | 0 | 123 | 103 | 50 | 535 | 107 | 43 |
| Binary | 10011000 | 11010 | 110010 | 0 | 1010011 | 1000011 | 101000 | 101011101 | 1000111 | 100011 |
Color Harmonies of #981A32
Complementary color
Monochromatic Colors of #981A32
Black with #981A32
Text Example
Text Example
White with #981A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981A32; }
p { color: rgb(152,26,50); }
H1.HeaderClassName
{
color: #981A32;
}
.AnyTagClassName
{
color: #981A32;
}
</style>
background-color css
<style>
a { background-color: #981A32; }
a { background-color: rgb(152,26,50); }
div.DivClassName
{
background-color: #981A32;
}
.BgClassName
{
background-color: #981A32;
}
</style>
border-color css
<style>
span { border-color: #981A32; }
span { border-color: rgb(152,26,50); }
td.TdClassName
{
border-color: #981A32;
}
.TagClassName
{
border-color: #981A32;
}
</style>