Html Css Color HEX #EF393F Alizarin

📋 copy color: '#EF393F'

red 239 ◦ green 57 ◦ blue 63

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

Shades of Alizarin #EF393F

Tints of Alizarin #EF393F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.55%

R = 66.57%
G = 15.88%
B = 17.55%

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

#EF393F (or 0xEF393F) is known color: Alizarin. HEX triplet: EF, 39 and 3F. RGB value is (239,57,63). Sum of RGB (Red+Green+Blue) = 239+57+63=359 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.57% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 239 - color contains mainly: red. Hex color #EF393F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF393F is #10C6C0. Grayscale: #707070. Windows color (decimal): -1099457 or 4143599. OLE color: 4143599.

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

Color convert

RGB 239 57 63 -
CMYK 0 0.76 0.74 0.06
HSL 358.02º 0.85% 0.58% -
HSV(B) 358.02º 0.76% 0.94% -
XYZ 37.96 21.64 6.88 -
YUV 112.1 100.3 218.51 -
System Red Green Blue C M Y K H S L
Decimal 239 57 63 0 0.76 0.74 0.06 358.02 0.85 0.58
Hex EF 39 3F 0 4C 4A 6 166 55 3A
Octal 357 71 77 0 114 112 6 546 125 72
Binary 11101111 111001 111111 0 1001100 1001010 110 101100110 1010101 111010

Color Harmonies of #EF393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF393F

Black with #EF393F

Text Example


Text Example

White with #EF393F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF393F; }

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

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

background-color css

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

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

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

border-color css

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

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

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