Shades of Carmine #980314
Tints of Carmine #980314
RGB
CMYK
RGB Variations
Color information
#980314 (or 0x980314) is known color: Carmine. HEX triplet: 98, 03 and 14. RGB value is (152,3,20). Sum of RGB (Red+Green+Blue) = 152+3+20=175 (23% of max value = 765). Red value is 152 (59.77% from 255 or 86.86% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 152 - color contains mainly: red. Hex color #980314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980314 is #67FCEB. Grayscale: #313131. Windows color (decimal): -6814956 or 1311640. OLE color: 1311640.
HSL color Cylindrical-coordinate representation of color #980314: hue angle of 353.15º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #980314 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 3 | 20 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.40 |
| HSL | 353.15º | 0.96% | 0.3% | - |
| HSV(B) | 353.15º | 0.98% | 0.6% | - |
| XYZ | 13.11 | 6.79 | 1.28 | - |
| YUV | 49.49 | 111.36 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 20 | 0 | 0.98 | 0.87 | 0.40 | 353.15 | 0.96 | 0.3 |
| Hex | 98 | 3 | 14 | 0 | 62 | 57 | 28 | 161 | 60 | 1E |
| Octal | 230 | 3 | 24 | 0 | 142 | 127 | 50 | 541 | 140 | 36 |
| Binary | 10011000 | 11 | 10100 | 0 | 1100010 | 1010111 | 101000 | 101100001 | 1100000 | 11110 |
Color Harmonies of #980314
Complementary color
Monochromatic Colors of #980314
Black with #980314
Text Example
Text Example
White with #980314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980314; }
p { color: rgb(152,3,20); }
H1.HeaderClassName
{
color: #980314;
}
.AnyTagClassName
{
color: #980314;
}
</style>
background-color css
<style>
a { background-color: #980314; }
a { background-color: rgb(152,3,20); }
div.DivClassName
{
background-color: #980314;
}
.BgClassName
{
background-color: #980314;
}
</style>
border-color css
<style>
span { border-color: #980314; }
span { border-color: rgb(152,3,20); }
td.TdClassName
{
border-color: #980314;
}
.TagClassName
{
border-color: #980314;
}
</style>