Html Css Color HEX #EF323C Alizarin

📋 copy color: '#EF323C'

red 239 ◦ green 50 ◦ blue 60

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

Shades of Alizarin #EF323C

Tints of Alizarin #EF323C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.33%

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

R = 68.48%
G = 14.33%
B = 17.19%

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

#EF323C (or 0xEF323C) is known color: Alizarin. HEX triplet: EF, 32 and 3C. RGB value is (239,50,60). Sum of RGB (Red+Green+Blue) = 239+50+60=349 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.48% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 239 - color contains mainly: red. Hex color #EF323C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF323C is #10CDC3. Grayscale: #6B6B6B. Windows color (decimal): -1101252 or 3945199. OLE color: 3945199.

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

Color convert

RGB 239 50 60 -
CMYK 0 0.79 0.75 0.06
HSL 356.83º 0.86% 0.57% -
HSV(B) 356.83º 0.79% 0.94% -
XYZ 37.55 20.96 6.34 -
YUV 107.65 101.12 221.69 -
System Red Green Blue C M Y K H S L
Decimal 239 50 60 0 0.79 0.75 0.06 356.83 0.86 0.57
Hex EF 32 3C 0 4F 4B 6 165 56 39
Octal 357 62 74 0 117 113 6 545 126 71
Binary 11101111 110010 111100 0 1001111 1001011 110 101100101 1010110 111001

Color Harmonies of #EF323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF323C

Black with #EF323C

Text Example


Text Example

White with #EF323C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF323C; }

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

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

background-color css

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

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

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

border-color css

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

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

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