Shades of Carmine #940D2F
Tints of Carmine #940D2F
RGB
CMYK
RGB Variations
Color information
#940D2F (or 0x940D2F) is known color: Carmine. HEX triplet: 94, 0D and 2F. RGB value is (148,13,47). Sum of RGB (Red+Green+Blue) = 148+13+47=208 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.15% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 148 - color contains mainly: red. Hex color #940D2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940D2F is #6BF2D0. Grayscale: #393939. Windows color (decimal): -7074513 or 3083668. OLE color: 3083668.
HSL color Cylindrical-coordinate representation of color #940D2F: hue angle of 344.89º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940D2F is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 13 | 47 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.42 |
| HSL | 344.89º | 0.84% | 0.32% | - |
| HSV(B) | 344.89º | 0.91% | 0.58% | - |
| XYZ | 12.87 | 6.79 | 3.32 | - |
| YUV | 57.24 | 122.23 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 13 | 47 | 0 | 0.91 | 0.68 | 0.42 | 344.89 | 0.84 | 0.32 |
| Hex | 94 | D | 2F | 0 | 5B | 44 | 2A | 159 | 54 | 20 |
| Octal | 224 | 15 | 57 | 0 | 133 | 104 | 52 | 531 | 124 | 40 |
| Binary | 10010100 | 1101 | 101111 | 0 | 1011011 | 1000100 | 101010 | 101011001 | 1010100 | 100000 |
Color Harmonies of #940D2F
Complementary color
Monochromatic Colors of #940D2F
Black with #940D2F
Text Example
Text Example
White with #940D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940D2F; }
p { color: rgb(148,13,47); }
H1.HeaderClassName
{
color: #940D2F;
}
.AnyTagClassName
{
color: #940D2F;
}
</style>
background-color css
<style>
a { background-color: #940D2F; }
a { background-color: rgb(148,13,47); }
div.DivClassName
{
background-color: #940D2F;
}
.BgClassName
{
background-color: #940D2F;
}
</style>
border-color css
<style>
span { border-color: #940D2F; }
span { border-color: rgb(148,13,47); }
td.TdClassName
{
border-color: #940D2F;
}
.TagClassName
{
border-color: #940D2F;
}
</style>