Shades of Amaranth #EF4143
Tints of Amaranth #EF4143
RGB
CMYK
RGB Variations
Color information
#EF4143 (or 0xEF4143) is known color: Amaranth. HEX triplet: EF, 41 and 43. RGB value is (239,65,67). Sum of RGB (Red+Green+Blue) = 239+65+67=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4143 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4143 is #10BEBC. Grayscale: #757575. Windows color (decimal): -1097405 or 4407791. OLE color: 4407791.
HSL color Cylindrical-coordinate representation of color #EF4143: hue angle of 359.31º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF4143 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 67 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.06 |
| HSL | 359.31º | 0.84% | 0.6% | - |
| HSV(B) | 359.31º | 0.73% | 0.94% | - |
| XYZ | 38.5 | 22.54 | 7.63 | - |
| YUV | 117.25 | 99.65 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 67 | 0 | 0.73 | 0.72 | 0.06 | 359.31 | 0.84 | 0.6 |
| Hex | EF | 41 | 43 | 0 | 49 | 48 | 6 | 167 | 54 | 3C |
| Octal | 357 | 101 | 103 | 0 | 111 | 110 | 6 | 547 | 124 | 74 |
| Binary | 11101111 | 1000001 | 1000011 | 0 | 1001001 | 1001000 | 110 | 101100111 | 1010100 | 111100 |
Color Harmonies of #EF4143
Complementary color
Monochromatic Colors of #EF4143
Black with #EF4143
Text Example
Text Example
White with #EF4143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4143; }
p { color: rgb(239,65,67); }
H1.HeaderClassName
{
color: #EF4143;
}
.AnyTagClassName
{
color: #EF4143;
}
</style>
background-color css
<style>
a { background-color: #EF4143; }
a { background-color: rgb(239,65,67); }
div.DivClassName
{
background-color: #EF4143;
}
.BgClassName
{
background-color: #EF4143;
}
</style>
border-color css
<style>
span { border-color: #EF4143; }
span { border-color: rgb(239,65,67); }
td.TdClassName
{
border-color: #EF4143;
}
.TagClassName
{
border-color: #EF4143;
}
</style>