#EF2B3C

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

Shades of Alizarin #EF2B3C

Tints of Alizarin #EF2B3C

Color information

#EF2B3C (or 0xEF2B3C) is unknown color: approx Alizarin. HEX triplet: EF, 2B and 3C. RGB value is (239,43,60). Sum of RGB (Red+Green+Blue) = 239+43+60=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2B3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2B3C is #10D4C3. Grayscale: #676767. Windows color (decimal): -1103044 or 3943407. OLE color: 3943407.

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

Color convert

RGB2394360-
CMYK00.820.750.06
HSL354.8º85.96%55.29%-
HSV(B)354.8º82.01%93.73%-
XYZ37.2820.46.25-
YUV103.54103.43224.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 69.88%
GREEN value IS 43 (17.19% from 255) = 12.57%
BLUE value IS 60 (23.83% from 255) = 17.54%
R=69.88%
G=12.57%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239436000.820.750.06354.885.9655.29
HexEF2B3C0524B61635637
Octal35753740122113654312667
Binary111011111010111111000101001010010111101011000111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2B3C; }

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

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

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

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

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

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

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

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