Html Css Color HEX #EF393D Alizarin

📋 copy color: '#EF393D'

red 239 ◦ green 57 ◦ blue 61

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

Shades of Alizarin #EF393D

Tints of Alizarin #EF393D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.09%

R = 66.95%
G = 15.97%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF393D (or 0xEF393D) is known color: Alizarin. HEX triplet: EF, 39 and 3D. RGB value is (239,57,61). Sum of RGB (Red+Green+Blue) = 239+57+61=357 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.95% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 239 - color contains mainly: red. Hex color #EF393D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF393D is #10C6C2. Grayscale: #707070. Windows color (decimal): -1099459 or 4012527. OLE color: 4012527.

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

Color convert

RGB 239 57 61 -
CMYK 0 0.76 0.74 0.06
HSL 358.68º 0.85% 0.58% -
HSV(B) 358.68º 0.76% 0.94% -
XYZ 37.9 21.61 6.59 -
YUV 111.87 99.3 218.67 -
System Red Green Blue C M Y K H S L
Decimal 239 57 61 0 0.76 0.74 0.06 358.68 0.85 0.58
Hex EF 39 3D 0 4C 4A 6 167 55 3A
Octal 357 71 75 0 114 112 6 547 125 72
Binary 11101111 111001 111101 0 1001100 1001010 110 101100111 1010101 111010

Color Harmonies of #EF393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF393D

Black with #EF393D

Text Example


Text Example

White with #EF393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF393D; }

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

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

background-color css

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

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

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

border-color css

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

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

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