#EF213C

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

Shades of Alizarin #EF213C

Tints of Alizarin #EF213C

Color information

#EF213C (or 0xEF213C) is unknown color: approx Alizarin. HEX triplet: EF, 21 and 3C. RGB value is (239,33,60). Sum of RGB (Red+Green+Blue) = 239+33+60=332 (43% of max value = 765). Red value is 239 (93.75% from 255 or 71.99% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 239 - color contains mainly: red. Hex color #EF213C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF213C is #10DEC3. Grayscale: #616161. Windows color (decimal): -1105604 or 3940847. OLE color: 3940847.

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

Color convert

RGB2393360-
CMYK00.860.750.06
HSL352.14º86.55%53.33%-
HSV(B)352.14º86.19%93.73%-
XYZ36.9619.766.14-
YUV97.67106.75228.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 71.99%
GREEN value IS 33 (13.28% from 255) = 9.94%
BLUE value IS 60 (23.83% from 255) = 18.07%
R=71.99%
G=9.94%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239336000.860.750.06352.1486.5553.33
HexEF213C0564B61605735
Octal35741740126113654012765
Binary111011111000011111000101011010010111101011000001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF213C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF213C; }

 p { color: rgb(239,33,60); }

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

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

 a { background-color: rgb(239,33,60); }

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

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

 span { border-color: rgb(239,33,60); }

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