#ef2b2d

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

Shades of Alizarin #EF2B2D

Tints of Alizarin #EF2B2D

Color information

#EF2B2D (or 0xEF2B2D) is unknown color: approx Alizarin. HEX triplet: EF, 2B and 2D. RGB value is (239,43,45). Sum of RGB (Red+Green+Blue) = 239+43+45=327 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.09% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2B2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2B2D is #10D4D2. Grayscale: #666666. Windows color (decimal): -1103059 or 2960367. OLE color: 2960367.

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

Color convert

RGB2394345-
CMYK00.820.810.06
HSL359.39º85.96%55.29%-
HSV(B)359.39º82.01%93.73%-
XYZ36.9320.274.45-
YUV101.8395.93225.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 73.09%
GREEN value IS 43 (17.19% from 255) = 13.15%
BLUE value IS 45 (17.97% from 255) = 13.76%
R=73.09%
G=13.15%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239434500.820.810.06359.3985.9655.29
HexEF2B2D0525161675637
Octal35753550122121654712667
Binary111011111010111011010101001010100011101011001111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef2b2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef2b2d; }

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

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

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

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

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

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

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

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