#EF333B

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

Shades of Alizarin #EF333B

Tints of Alizarin #EF333B

Color information

#EF333B (or 0xEF333B) is unknown color: approx Alizarin. HEX triplet: EF, 33 and 3B. RGB value is (239,51,59). Sum of RGB (Red+Green+Blue) = 239+51+59=349 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.48% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 239 - color contains mainly: red. Hex color #EF333B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF333B is #10CCC4. Grayscale: #6C6C6C. Windows color (decimal): -1100997 or 3879919. OLE color: 3879919.

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

Color convert

RGB2395159-
CMYK00.790.750.06
HSL357.45º85.45%56.86%-
HSV(B)357.45º78.66%93.73%-
XYZ37.5721.036.22-
YUV108.12100.28221.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 68.48%
GREEN value IS 51 (20.31% from 255) = 14.61%
BLUE value IS 59 (23.44% from 255) = 16.91%
R=68.48%
G=14.61%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239515900.790.750.06357.4585.4556.86
HexEF333B04F4B61655539
Octal35763730117113654512571
Binary111011111100111110110100111110010111101011001011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF333B; }

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

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

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

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

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

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

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

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