Shades of Carmine #940117
Tints of Carmine #940117
RGB
CMYK
RGB Variations
Color information
#940117 (or 0x940117) is known color: Carmine. HEX triplet: 94, 01 and 17. RGB value is (148,1,23). Sum of RGB (Red+Green+Blue) = 148+1+23=172 (22% of max value = 765). Red value is 148 (58.20% from 255 or 86.05% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 148 - color contains mainly: red. Hex color #940117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940117 is #6BFEE8. Grayscale: #2F2F2F. Windows color (decimal): -7077609 or 1507732. OLE color: 1507732.
HSL color Cylindrical-coordinate representation of color #940117: hue angle of 351.02º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #940117 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 1 | 23 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.42 |
| HSL | 351.02º | 0.99% | 0.29% | - |
| HSV(B) | 351.02º | 0.99% | 0.58% | - |
| XYZ | 12.38 | 6.38 | 1.39 | - |
| YUV | 47.46 | 114.2 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 1 | 23 | 0 | 0.99 | 0.84 | 0.42 | 351.02 | 0.99 | 0.29 |
| Hex | 94 | 1 | 17 | 0 | 63 | 54 | 2A | 15F | 63 | 1D |
| Octal | 224 | 1 | 27 | 0 | 143 | 124 | 52 | 537 | 143 | 35 |
| Binary | 10010100 | 1 | 10111 | 0 | 1100011 | 1010100 | 101010 | 101011111 | 1100011 | 11101 |
Color Harmonies of #940117
Complementary color
Monochromatic Colors of #940117
Black with #940117
Text Example
Text Example
White with #940117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940117; }
p { color: rgb(148,1,23); }
H1.HeaderClassName
{
color: #940117;
}
.AnyTagClassName
{
color: #940117;
}
</style>
background-color css
<style>
a { background-color: #940117; }
a { background-color: rgb(148,1,23); }
div.DivClassName
{
background-color: #940117;
}
.BgClassName
{
background-color: #940117;
}
</style>
border-color css
<style>
span { border-color: #940117; }
span { border-color: rgb(148,1,23); }
td.TdClassName
{
border-color: #940117;
}
.TagClassName
{
border-color: #940117;
}
</style>