Shades of Temptress #250E18
Tints of Temptress #250E18
RGB
CMYK
RGB Variations
Color information
#250E18 (or 0x250E18) is known color: Temptress. HEX triplet: 25, 0E and 18. RGB value is (37,14,24). Sum of RGB (Red+Green+Blue) = 37+14+24=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 14 (5.86% from 255 or 18.67% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #250E18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250E18 is #DAF1E7. Grayscale: #161616. Windows color (decimal): -14348776 or 1576485. OLE color: 1576485.
HSL color Cylindrical-coordinate representation of color #250E18: hue angle of 333.91º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #250E18 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 14 | 24 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.85 |
| HSL | 333.91º | 0.45% | 0.1% | - |
| HSV(B) | 333.91º | 0.62% | 0.15% | - |
| XYZ | 1.08 | 0.77 | 0.96 | - |
| YUV | 22.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 14 | 24 | 0 | 0.62 | 0.35 | 0.85 | 333.91 | 0.45 | 0.1 |
| Hex | 25 | E | 18 | 0 | 3E | 23 | 55 | 14E | 2D | A |
| Octal | 45 | 16 | 30 | 0 | 76 | 43 | 125 | 516 | 55 | 12 |
| Binary | 100101 | 1110 | 11000 | 0 | 111110 | 100011 | 1010101 | 101001110 | 101101 | 1010 |
Color Harmonies of #250E18
Complementary color
Monochromatic Colors of #250E18
Black with #250E18
Text Example
Text Example
White with #250E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250E18; }
p { color: rgb(37,14,24); }
H1.HeaderClassName
{
color: #250E18;
}
.AnyTagClassName
{
color: #250E18;
}
</style>
background-color css
<style>
a { background-color: #250E18; }
a { background-color: rgb(37,14,24); }
div.DivClassName
{
background-color: #250E18;
}
.BgClassName
{
background-color: #250E18;
}
</style>
border-color css
<style>
span { border-color: #250E18; }
span { border-color: rgb(37,14,24); }
td.TdClassName
{
border-color: #250E18;
}
.TagClassName
{
border-color: #250E18;
}
</style>