#EF1F3E

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

Shades of Alizarin #EF1F3E

Tints of Alizarin #EF1F3E

Color information

#EF1F3E (or 0xEF1F3E) is unknown color: approx Alizarin. HEX triplet: EF, 1F and 3E. RGB value is (239,31,62). Sum of RGB (Red+Green+Blue) = 239+31+62=332 (43% of max value = 765). Red value is 239 (93.75% from 255 or 71.99% from 332); Green value is 31 (12.5% from 255 or 9.34% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1F3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1F3E is #10E0C1. Grayscale: #606060. Windows color (decimal): -1106114 or 4071407. OLE color: 4071407.

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

Color convert

RGB2393162-
CMYK00.870.740.06
HSL351.06º86.67%52.94%-
HSV(B)351.06º87.03%93.73%-
XYZ36.9619.686.41-
YUV96.73108.41229.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 71.99%
GREEN value IS 31 (12.5% from 255) = 9.34%
BLUE value IS 62 (24.61% from 255) = 18.67%
R=71.99%
G=9.34%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239316200.870.740.06351.0686.6752.94
HexEF1F3E0574A615f5735
Octal35737760127112653712765
Binary11101111111111111100101011110010101101010111111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1F3E; }

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

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

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

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

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

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

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

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