#EF333C

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

Shades of Alizarin #EF333C

Tints of Alizarin #EF333C

Color information

#EF333C (or 0xEF333C) is unknown color: approx Alizarin. HEX triplet: EF, 33 and 3C. RGB value is (239,51,60). Sum of RGB (Red+Green+Blue) = 239+51+60=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF333C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF333C is #10CCC3. Grayscale: #6C6C6C. Windows color (decimal): -1100996 or 3945455. OLE color: 3945455.

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

Color convert

RGB2395160-
CMYK00.790.750.06
HSL357.13º85.45%56.86%-
HSV(B)357.13º78.66%93.73%-
XYZ37.621.046.36-
YUV108.24100.78221.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 68.29%
GREEN value IS 51 (20.31% from 255) = 14.57%
BLUE value IS 60 (23.83% from 255) = 17.14%
R=68.29%
G=14.57%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239516000.790.750.06357.1385.4556.86
HexEF333C04F4B61655539
Octal35763740117113654512571
Binary111011111100111111000100111110010111101011001011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF333C; }

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

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

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

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

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

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

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

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