Shades of Carmine #98141D
Tints of Carmine #98141D
RGB
CMYK
RGB Variations
Color information
#98141D (or 0x98141D) is known color: Carmine. HEX triplet: 98, 14 and 1D. RGB value is (152,20,29). Sum of RGB (Red+Green+Blue) = 152+20+29=201 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.62% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 152 - color contains mainly: red. Hex color #98141D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98141D is #67EBE2. Grayscale: #3C3C3C. Windows color (decimal): -6810595 or 1905816. OLE color: 1905816.
HSL color Cylindrical-coordinate representation of color #98141D: hue angle of 355.91º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #98141D is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 20 | 29 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.40 |
| HSL | 355.91º | 0.77% | 0.34% | - |
| HSV(B) | 355.91º | 0.87% | 0.6% | - |
| XYZ | 13.42 | 7.26 | 1.86 | - |
| YUV | 60.49 | 110.23 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 20 | 29 | 0 | 0.87 | 0.81 | 0.40 | 355.91 | 0.77 | 0.34 |
| Hex | 98 | 14 | 1D | 0 | 57 | 51 | 28 | 164 | 4D | 22 |
| Octal | 230 | 24 | 35 | 0 | 127 | 121 | 50 | 544 | 115 | 42 |
| Binary | 10011000 | 10100 | 11101 | 0 | 1010111 | 1010001 | 101000 | 101100100 | 1001101 | 100010 |
Color Harmonies of #98141D
Complementary color
Monochromatic Colors of #98141D
Black with #98141D
Text Example
Text Example
White with #98141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98141D; }
p { color: rgb(152,20,29); }
H1.HeaderClassName
{
color: #98141D;
}
.AnyTagClassName
{
color: #98141D;
}
</style>
background-color css
<style>
a { background-color: #98141D; }
a { background-color: rgb(152,20,29); }
div.DivClassName
{
background-color: #98141D;
}
.BgClassName
{
background-color: #98141D;
}
</style>
border-color css
<style>
span { border-color: #98141D; }
span { border-color: rgb(152,20,29); }
td.TdClassName
{
border-color: #98141D;
}
.TagClassName
{
border-color: #98141D;
}
</style>