#EF2022

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

Shades of Alizarin #EF2022

Tints of Alizarin #EF2022

Color information

#EF2022 (or 0xEF2022) is unknown color: approx Alizarin. HEX triplet: EF, 20 and 22. RGB value is (239,32,34). Sum of RGB (Red+Green+Blue) = 239+32+34=305 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.36% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2022 is #10DFDD. Grayscale: #5E5E5E. Windows color (decimal): -1105886 or 2236655. OLE color: 2236655.

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

Color convert

RGB2393234-
CMYK00.870.860.06
HSL359.42º86.61%53.14%-
HSV(B)359.42º86.61%93.73%-
XYZ36.419.53.36-
YUV94.1294.08231.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 78.36%
GREEN value IS 32 (12.89% from 255) = 10.49%
BLUE value IS 34 (13.67% from 255) = 11.15%
R=78.36%
G=10.49%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.86
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239323400.870.860.06359.4286.6153.14
HexEF20220575661675735
Octal35740420127126654712765
Binary111011111000001000100101011110101101101011001111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2022; }

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

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

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

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

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

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

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

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