Shades of Bright Red #981A38
Tints of Bright Red #981A38
RGB
CMYK
RGB Variations
Color information
#981A38 (or 0x981A38) is known color: Bright Red. HEX triplet: 98, 1A and 38. RGB value is (152,26,56). Sum of RGB (Red+Green+Blue) = 152+26+56=234 (30% of max value = 765). Red value is 152 (59.77% from 255 or 64.96% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 152 - color contains mainly: red. Hex color #981A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981A38 is #67E5C7. Grayscale: #434343. Windows color (decimal): -6809032 or 3676824. OLE color: 3676824.
HSL color Cylindrical-coordinate representation of color #981A38: hue angle of 345.71º 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 #981A38 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 26 | 56 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.40 |
| HSL | 345.71º | 0.71% | 0.35% | - |
| HSV(B) | 345.71º | 0.83% | 0.6% | - |
| XYZ | 14.03 | 7.7 | 4.49 | - |
| YUV | 67.09 | 121.74 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 26 | 56 | 0 | 0.83 | 0.63 | 0.40 | 345.71 | 0.71 | 0.35 |
| Hex | 98 | 1A | 38 | 0 | 53 | 3F | 28 | 15A | 47 | 23 |
| Octal | 230 | 32 | 70 | 0 | 123 | 77 | 50 | 532 | 107 | 43 |
| Binary | 10011000 | 11010 | 111000 | 0 | 1010011 | 111111 | 101000 | 101011010 | 1000111 | 100011 |
Color Harmonies of #981A38
Complementary color
Monochromatic Colors of #981A38
Black with #981A38
Text Example
Text Example
White with #981A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981A38; }
p { color: rgb(152,26,56); }
H1.HeaderClassName
{
color: #981A38;
}
.AnyTagClassName
{
color: #981A38;
}
</style>
background-color css
<style>
a { background-color: #981A38; }
a { background-color: rgb(152,26,56); }
div.DivClassName
{
background-color: #981A38;
}
.BgClassName
{
background-color: #981A38;
}
</style>
border-color css
<style>
span { border-color: #981A38; }
span { border-color: rgb(152,26,56); }
td.TdClassName
{
border-color: #981A38;
}
.TagClassName
{
border-color: #981A38;
}
</style>