#EF1E2B

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

Shades of Alizarin #EF1E2B

Tints of Alizarin #EF1E2B

Color information

#EF1E2B (or 0xEF1E2B) is unknown color: approx Alizarin. HEX triplet: EF, 1E and 2B. RGB value is (239,30,43). Sum of RGB (Red+Green+Blue) = 239+30+43=312 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.60% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1E2B is #10E1D4. Grayscale: #5E5E5E. Windows color (decimal): -1106389 or 2825967. OLE color: 2825967.

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

Color convert

RGB2393043-
CMYK00.870.820.06
HSL356.27º86.72%52.75%-
HSV(B)356.27º87.45%93.73%-
XYZ36.519.454.12-
YUV93.9799.24231.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 76.60%
GREEN value IS 30 (12.11% from 255) = 9.62%
BLUE value IS 43 (17.19% from 255) = 13.78%
R=76.60%
G=9.62%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239304300.870.820.06356.2786.7252.75
HexEF1E2B0575261645735
Octal35736530127122654412765
Binary11101111111101010110101011110100101101011001001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1E2B; }

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

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

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

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

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

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

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

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