Html Css Color HEX #EF393A Alizarin

📋 copy color: '#EF393A'

red 239 ◦ green 57 ◦ blue 58

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

Shades of Alizarin #EF393A

Tints of Alizarin #EF393A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.1%

 BLUE value IS 58 (23.05% from 255) = 16.38%

R = 67.51%
G = 16.1%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EF393A (or 0xEF393A) is known color: Alizarin. HEX triplet: EF, 39 and 3A. RGB value is (239,57,58). Sum of RGB (Red+Green+Blue) = 239+57+58=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 58 (23.05% from 255 or 16.38% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF393A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF393A is #10C6C5. Grayscale: #6F6F6F. Windows color (decimal): -1099462 or 3815919. OLE color: 3815919.

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

Color convert

RGB 239 57 58 -
CMYK 0 0.76 0.76 0.06
HSL 359.67º 0.85% 0.58% -
HSV(B) 359.67º 0.76% 0.94% -
XYZ 37.82 21.58 6.18 -
YUV 111.53 97.8 218.92 -
System Red Green Blue C M Y K H S L
Decimal 239 57 58 0 0.76 0.76 0.06 359.67 0.85 0.58
Hex EF 39 3A 0 4C 4C 6 168 55 3A
Octal 357 71 72 0 114 114 6 550 125 72
Binary 11101111 111001 111010 0 1001100 1001100 110 101101000 1010101 111010

Color Harmonies of #EF393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF393A

Black with #EF393A

Text Example


Text Example

White with #EF393A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF393A; }

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

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

background-color css

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

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

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

border-color css

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

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

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