#EF2642

Color #EF2642 Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #EF2642

Tints of Alizarin #EF2642

Color information

#EF2642 (or 0xEF2642) is unknown color: approx Alizarin. HEX triplet: EF, 26 and 42. RGB value is (239,38,66). Sum of RGB (Red+Green+Blue) = 239+38+66=343 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.68% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2642 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2642 is #10D9BD. Grayscale: #656565. Windows color (decimal): -1104318 or 4335343. OLE color: 4335343.

HSL color Cylindrical-coordinate representation of color #EF2642: hue angle of 351.64º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF2642 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB2393866-
CMYK00.840.720.06
HSL351.64º86.27%54.31%-
HSV(B)351.64º84.1%93.73%-
XYZ37.2720.137.08-
YUV101.29108.09226.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 69.68%
GREEN value IS 38 (15.23% from 255) = 11.08%
BLUE value IS 66 (26.17% from 255) = 19.24%
R=69.68%
G=11.08%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239386600.840.720.06351.6486.2754.31
HexEF26420544861605636
Octal357461020124110654012666
Binary1110111110011010000100101010010010001101011000001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2642; }

 p { color: rgb(239,38,66); }

 H1.HeaderClassName
 {
   color: #EF2642;
 }
 .AnyTagClassName
 {
   color: #EF2642;
 }
</style>
background-color css

<style>
 a { background-color: #EF2642; }

 a { background-color: rgb(239,38,66); }

 div.DivClassName
 {
   background-color: #EF2642;
 }
 .BgClassName
 {
   background-color: #EF2642;
 }
</style>
border-color css

<style>
 span { border-color: #EF2642; }

 span { border-color: rgb(239,38,66); }

 td.TdClassName
 {
   border-color: #EF2642;
 }
 .TagClassName
 {
   border-color: #EF2642;
 }
</style>