#EF2024

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

Shades of Alizarin #EF2024

Tints of Alizarin #EF2024

Color information

#EF2024 (or 0xEF2024) is unknown color: approx Alizarin. HEX triplet: EF, 20 and 24. RGB value is (239,32,36). Sum of RGB (Red+Green+Blue) = 239+32+36=307 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.85% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2024 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2024 is #10DFDB. Grayscale: #5E5E5E. Windows color (decimal): -1105884 or 2367727. OLE color: 2367727.

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

Color convert

RGB2393236-
CMYK00.870.850.06
HSL358.84º86.61%53.14%-
HSV(B)358.84º86.61%93.73%-
XYZ36.4319.513.51-
YUV94.3595.08231.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 77.85%
GREEN value IS 32 (12.89% from 255) = 10.42%
BLUE value IS 36 (14.45% from 255) = 11.73%
R=77.85%
G=10.42%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.85
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239323600.870.850.06358.8486.6153.14
HexEF20240575561675735
Octal35740440127125654712765
Binary111011111000001001000101011110101011101011001111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2024; }

 p { color: rgb(239,32,36); }

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

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

 a { background-color: rgb(239,32,36); }

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

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

 span { border-color: rgb(239,32,36); }

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