#EF2023

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

Shades of Alizarin #EF2023

Tints of Alizarin #EF2023

Color information

#EF2023 (or 0xEF2023) is unknown color: approx Alizarin. HEX triplet: EF, 20 and 23. RGB value is (239,32,35). Sum of RGB (Red+Green+Blue) = 239+32+35=306 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.10% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 35 (14.06% from 255 or 11.44% from 306); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2023 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2023 is #10DFDC. Grayscale: #5E5E5E. Windows color (decimal): -1105885 or 2302191. OLE color: 2302191.

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

Color convert

RGB2393235-
CMYK00.870.850.06
HSL359.13º86.61%53.14%-
HSV(B)359.13º86.61%93.73%-
XYZ36.4219.513.44-
YUV94.2494.58231.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 78.10%
GREEN value IS 32 (12.89% from 255) = 10.46%
BLUE value IS 35 (14.06% from 255) = 11.44%
R=78.10%
G=10.46%
B=11.44%

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
Decimal239323500.870.850.06359.1386.6153.14
HexEF20230575561675735
Octal35740430127125654712765
Binary111011111000001000110101011110101011101011001111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2023; }

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

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

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

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

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

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

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

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