#EF2527

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

Shades of Alizarin #EF2527

Tints of Alizarin #EF2527

Color information

#EF2527 (or 0xEF2527) is unknown color: approx Alizarin. HEX triplet: EF, 25 and 27. RGB value is (239,37,39). Sum of RGB (Red+Green+Blue) = 239+37+39=315 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.87% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2527 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2527 is #10DAD8. Grayscale: #616161. Windows color (decimal): -1104601 or 2565615. OLE color: 2565615.

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

Color convert

RGB2393739-
CMYK00.850.840.06
HSL359.41º86.32%54.12%-
HSV(B)359.41º84.52%93.73%-
XYZ36.6219.823.81-
YUV97.6394.92228.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 75.87%
GREEN value IS 37 (14.84% from 255) = 11.75%
BLUE value IS 39 (15.62% from 255) = 12.38%
R=75.87%
G=11.75%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.84
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239373900.850.840.06359.4186.3254.12
HexEF25270555461675636
Octal35745470125124654712666
Binary111011111001011001110101010110101001101011001111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2527; }

 p { color: rgb(239,37,39); }

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

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

 a { background-color: rgb(239,37,39); }

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

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

 span { border-color: rgb(239,37,39); }

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