Shades of Temptress #2C181D
Tints of Temptress #2C181D
RGB
CMYK
RGB Variations
Color information
#2C181D (or 0x2C181D) is known color: Temptress. HEX triplet: 2C, 18 and 1D. RGB value is (44,24,29). Sum of RGB (Red+Green+Blue) = 44+24+29=97 (12% of max value = 765). Red value is 44 (17.58% from 255 or 45.36% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 44 - color contains mainly: red. Hex color #2C181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C181D is #D3E7E2. Grayscale: #1E1E1E. Windows color (decimal): -13887459 or 1906732. OLE color: 1906732.
HSL color Cylindrical-coordinate representation of color #2C181D: hue angle of 345º degrees, saturation: 0.29, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2C181D is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 24 | 29 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.83 |
| HSL | 345º | 0.29% | 0.13% | - |
| HSV(B) | 345º | 0.45% | 0.17% | - |
| XYZ | 1.59 | 1.28 | 1.33 | - |
| YUV | 30.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 24 | 29 | 0 | 0.45 | 0.34 | 0.83 | 345 | 0.29 | 0.13 |
| Hex | 2C | 18 | 1D | 0 | 2D | 22 | 53 | 159 | 1D | D |
| Octal | 54 | 30 | 35 | 0 | 55 | 42 | 123 | 531 | 35 | 15 |
| Binary | 101100 | 11000 | 11101 | 0 | 101101 | 100010 | 1010011 | 101011001 | 11101 | 1101 |
Color Harmonies of #2C181D
Complementary color
Monochromatic Colors of #2C181D
Black with #2C181D
Text Example
Text Example
White with #2C181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C181D; }
p { color: rgb(44,24,29); }
H1.HeaderClassName
{
color: #2C181D;
}
.AnyTagClassName
{
color: #2C181D;
}
</style>
background-color css
<style>
a { background-color: #2C181D; }
a { background-color: rgb(44,24,29); }
div.DivClassName
{
background-color: #2C181D;
}
.BgClassName
{
background-color: #2C181D;
}
</style>
border-color css
<style>
span { border-color: #2C181D; }
span { border-color: rgb(44,24,29); }
td.TdClassName
{
border-color: #2C181D;
}
.TagClassName
{
border-color: #2C181D;
}
</style>