Html Css Color HEX #EF333C Alizarin

📋 copy color: '#EF333C'

red 239 ◦ green 51 ◦ blue 60

#EF333C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alizarin #EF333C

Tints of Alizarin #EF333C

RGB

 RED value IS 239 (93.75% from 255) = 68.29%

 GREEN value IS 51 (20.31% from 255) = 14.57%

 BLUE value IS 60 (23.83% from 255) = 17.14%

R = 68.29%
G = 14.57%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EF333C (or 0xEF333C) is known color: Alizarin. HEX triplet: EF, 33 and 3C. RGB value is (239,51,60). Sum of RGB (Red+Green+Blue) = 239+51+60=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF333C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF333C is #10CCC3. Grayscale: #6C6C6C. Windows color (decimal): -1100996 or 3945455. OLE color: 3945455.

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

Color convert

RGB 239 51 60 -
CMYK 0 0.79 0.75 0.06
HSL 357.13º 0.85% 0.57% -
HSV(B) 357.13º 0.79% 0.94% -
XYZ 37.6 21.04 6.36 -
YUV 108.24 100.78 221.27 -
System Red Green Blue C M Y K H S L
Decimal 239 51 60 0 0.79 0.75 0.06 357.13 0.85 0.57
Hex EF 33 3C 0 4F 4B 6 165 55 39
Octal 357 63 74 0 117 113 6 545 125 71
Binary 11101111 110011 111100 0 1001111 1001011 110 101100101 1010101 111001

Color Harmonies of #EF333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF333C

Black with #EF333C

Text Example


Text Example

White with #EF333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF333C; }

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

 H1.HeaderClassName
 {
   color: #EF333C;
 }
 .AnyTagClassName
 {
   color: #EF333C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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