#EF1922

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

Shades of Alizarin #EF1922

Tints of Alizarin #EF1922

Color information

#EF1922 (or 0xEF1922) is unknown color: approx Alizarin. HEX triplet: EF, 19 and 22. RGB value is (239,25,34). Sum of RGB (Red+Green+Blue) = 239+25+34=298 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.20% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1922 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1922 is #10E6DD. Grayscale: #5A5A5A. Windows color (decimal): -1107678 or 2234863. OLE color: 2234863.

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

Color convert

RGB2392534-
CMYK00.900.860.06
HSL357.48º86.99%51.76%-
HSV(B)357.48º89.54%93.73%-
XYZ36.2319.163.3-
YUV90.0196.4234.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 80.20%
GREEN value IS 25 (10.16% from 255) = 8.39%
BLUE value IS 34 (13.67% from 255) = 11.41%
R=80.20%
G=8.39%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.86
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239253400.900.860.06357.4886.9951.76
HexEF192205A5661655734
Octal35731420132126654512764
Binary11101111110011000100101101010101101101011001011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1922; }

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

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

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

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

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

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

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

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