#EF2B2C

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

Shades of Alizarin #EF2B2C

Tints of Alizarin #EF2B2C

Color information

#EF2B2C (or 0xEF2B2C) is unknown color: approx Alizarin. HEX triplet: EF, 2B and 2C. RGB value is (239,43,44). Sum of RGB (Red+Green+Blue) = 239+43+44=326 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.31% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2B2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2B2C is #10D4D3. Grayscale: #656565. Windows color (decimal): -1103060 or 2894831. OLE color: 2894831.

HSL color Cylindrical-coordinate representation of color #EF2B2C: hue angle of 359.69º 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 #EF2B2C is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB2394344-
CMYK00.820.820.06
HSL359.69º85.96%55.29%-
HSV(B)359.69º82.01%93.73%-
XYZ36.9220.264.35-
YUV101.7295.43225.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 73.31%
GREEN value IS 43 (17.19% from 255) = 13.19%
BLUE value IS 44 (17.58% from 255) = 13.50%
R=73.31%
G=13.19%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239434400.820.820.06359.6985.9655.29
HexEF2B2C0525261685637
Octal35753540122122655012667
Binary111011111010111011000101001010100101101011010001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2B2C; }

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

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

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

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

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

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

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

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