#EF333A

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

Shades of Alizarin #EF333A

Tints of Alizarin #EF333A

Color information

#EF333A (or 0xEF333A) is unknown color: approx Alizarin. HEX triplet: EF, 33 and 3A. RGB value is (239,51,58). Sum of RGB (Red+Green+Blue) = 239+51+58=348 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.68% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 239 - color contains mainly: red. Hex color #EF333A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF333A is #10CCC5. Grayscale: #6C6C6C. Windows color (decimal): -1100998 or 3814383. OLE color: 3814383.

HSL color Cylindrical-coordinate representation of color #EF333A: hue angle of 357.77º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF333A is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB2395158-
CMYK00.790.760.06
HSL357.77º85.45%56.86%-
HSV(B)357.77º78.66%93.73%-
XYZ37.5421.026.08-
YUV108.0199.78221.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 68.68%
GREEN value IS 51 (20.31% from 255) = 14.66%
BLUE value IS 58 (23.05% from 255) = 16.67%
R=68.68%
G=14.66%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239515800.790.760.06357.7785.4556.86
HexEF333A04F4C61665539
Octal35763720117114654612571
Binary111011111100111110100100111110011001101011001101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF333A; }

 p { color: rgb(239,51,58); }

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

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

 a { background-color: rgb(239,51,58); }

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

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

 span { border-color: rgb(239,51,58); }

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