Shades of Carmine #980F23
Tints of Carmine #980F23
RGB
CMYK
RGB Variations
Color information
#980F23 (or 0x980F23) is known color: Carmine. HEX triplet: 98, 0F and 23. RGB value is (152,15,35). Sum of RGB (Red+Green+Blue) = 152+15+35=202 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.25% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 35 (14.06% from 255 or 17.33% from 202); Max value from RGB is 152 - color contains mainly: red. Hex color #980F23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980F23 is #67F0DC. Grayscale: #3A3A3A. Windows color (decimal): -6811869 or 2297752. OLE color: 2297752.
HSL color Cylindrical-coordinate representation of color #980F23: hue angle of 351.24º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #980F23 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 15 | 35 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.40 |
| HSL | 351.24º | 0.82% | 0.33% | - |
| HSV(B) | 351.24º | 0.9% | 0.6% | - |
| XYZ | 13.42 | 7.14 | 2.26 | - |
| YUV | 58.24 | 114.89 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 15 | 35 | 0 | 0.90 | 0.77 | 0.40 | 351.24 | 0.82 | 0.33 |
| Hex | 98 | F | 23 | 0 | 5A | 4D | 28 | 15F | 52 | 21 |
| Octal | 230 | 17 | 43 | 0 | 132 | 115 | 50 | 537 | 122 | 41 |
| Binary | 10011000 | 1111 | 100011 | 0 | 1011010 | 1001101 | 101000 | 101011111 | 1010010 | 100001 |
Color Harmonies of #980F23
Complementary color
Monochromatic Colors of #980F23
Black with #980F23
Text Example
Text Example
White with #980F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980F23; }
p { color: rgb(152,15,35); }
H1.HeaderClassName
{
color: #980F23;
}
.AnyTagClassName
{
color: #980F23;
}
</style>
background-color css
<style>
a { background-color: #980F23; }
a { background-color: rgb(152,15,35); }
div.DivClassName
{
background-color: #980F23;
}
.BgClassName
{
background-color: #980F23;
}
</style>
border-color css
<style>
span { border-color: #980F23; }
span { border-color: rgb(152,15,35); }
td.TdClassName
{
border-color: #980F23;
}
.TagClassName
{
border-color: #980F23;
}
</style>