Shades of Bright Red #981D28
Tints of Bright Red #981D28
RGB
CMYK
RGB Variations
Color information
#981D28 (or 0x981D28) is known color: Bright Red. HEX triplet: 98, 1D and 28. RGB value is (152,29,40). Sum of RGB (Red+Green+Blue) = 152+29+40=221 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.78% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 152 - color contains mainly: red. Hex color #981D28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981D28 is #67E2D7. Grayscale: #434343. Windows color (decimal): -6808280 or 2629016. OLE color: 2629016.
HSL color Cylindrical-coordinate representation of color #981D28: hue angle of 354.63º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #981D28 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 29 | 40 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.40 |
| HSL | 354.63º | 0.68% | 0.35% | - |
| HSV(B) | 354.63º | 0.81% | 0.6% | - |
| XYZ | 13.77 | 7.71 | 2.77 | - |
| YUV | 67.03 | 112.75 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 40 | 0 | 0.81 | 0.74 | 0.40 | 354.63 | 0.68 | 0.35 |
| Hex | 98 | 1D | 28 | 0 | 51 | 4A | 28 | 163 | 44 | 23 |
| Octal | 230 | 35 | 50 | 0 | 121 | 112 | 50 | 543 | 104 | 43 |
| Binary | 10011000 | 11101 | 101000 | 0 | 1010001 | 1001010 | 101000 | 101100011 | 1000100 | 100011 |
Color Harmonies of #981D28
Complementary color
Monochromatic Colors of #981D28
Black with #981D28
Text Example
Text Example
White with #981D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981D28; }
p { color: rgb(152,29,40); }
H1.HeaderClassName
{
color: #981D28;
}
.AnyTagClassName
{
color: #981D28;
}
</style>
background-color css
<style>
a { background-color: #981D28; }
a { background-color: rgb(152,29,40); }
div.DivClassName
{
background-color: #981D28;
}
.BgClassName
{
background-color: #981D28;
}
</style>
border-color css
<style>
span { border-color: #981D28; }
span { border-color: rgb(152,29,40); }
td.TdClassName
{
border-color: #981D28;
}
.TagClassName
{
border-color: #981D28;
}
</style>