#EF1F2A

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

Shades of Alizarin #EF1F2A

Tints of Alizarin #EF1F2A

Color information

#EF1F2A (or 0xEF1F2A) is unknown color: approx Alizarin. HEX triplet: EF, 1F and 2A. RGB value is (239,31,42). Sum of RGB (Red+Green+Blue) = 239+31+42=312 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.60% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1F2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1F2A is #10E0D5. Grayscale: #5E5E5E. Windows color (decimal): -1106134 or 2760687. OLE color: 2760687.

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

Color convert

RGB2393142-
CMYK00.870.820.06
HSL356.83º86.67%52.94%-
HSV(B)356.83º87.03%93.73%-
XYZ36.519.54.03-
YUV94.4598.41231.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 76.60%
GREEN value IS 31 (12.5% from 255) = 9.94%
BLUE value IS 42 (16.80% from 255) = 13.46%
R=76.60%
G=9.94%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239314200.870.820.06356.8386.6752.94
HexEF1F2A0575261655735
Octal35737520127122654512765
Binary11101111111111010100101011110100101101011001011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1F2A; }

 p { color: rgb(239,31,42); }

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

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

 a { background-color: rgb(239,31,42); }

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

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

 span { border-color: rgb(239,31,42); }

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