Shades of Carmine #940219
Tints of Carmine #940219
RGB
CMYK
RGB Variations
Color information
#940219 (or 0x940219) is known color: Carmine. HEX triplet: 94, 02 and 19. RGB value is (148,2,25). Sum of RGB (Red+Green+Blue) = 148+2+25=175 (23% of max value = 765). Red value is 148 (58.20% from 255 or 84.57% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 148 - color contains mainly: red. Hex color #940219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940219 is #6BFDE6. Grayscale: #303030. Windows color (decimal): -7077351 or 1639060. OLE color: 1639060.
HSL color Cylindrical-coordinate representation of color #940219: hue angle of 350.55º degrees, saturation: 0.97, 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 #940219 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 2 | 25 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.42 |
| HSL | 350.55º | 0.97% | 0.29% | - |
| HSV(B) | 350.55º | 0.99% | 0.58% | - |
| XYZ | 12.41 | 6.41 | 1.5 | - |
| YUV | 48.28 | 114.87 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 2 | 25 | 0 | 0.99 | 0.83 | 0.42 | 350.55 | 0.97 | 0.29 |
| Hex | 94 | 2 | 19 | 0 | 63 | 53 | 2A | 15F | 61 | 1D |
| Octal | 224 | 2 | 31 | 0 | 143 | 123 | 52 | 537 | 141 | 35 |
| Binary | 10010100 | 10 | 11001 | 0 | 1100011 | 1010011 | 101010 | 101011111 | 1100001 | 11101 |
Color Harmonies of #940219
Complementary color
Monochromatic Colors of #940219
Black with #940219
Text Example
Text Example
White with #940219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940219; }
p { color: rgb(148,2,25); }
H1.HeaderClassName
{
color: #940219;
}
.AnyTagClassName
{
color: #940219;
}
</style>
background-color css
<style>
a { background-color: #940219; }
a { background-color: rgb(148,2,25); }
div.DivClassName
{
background-color: #940219;
}
.BgClassName
{
background-color: #940219;
}
</style>
border-color css
<style>
span { border-color: #940219; }
span { border-color: rgb(148,2,25); }
td.TdClassName
{
border-color: #940219;
}
.TagClassName
{
border-color: #940219;
}
</style>