Html Css Color HEX #EF2139 Alizarin

📋 copy color: '#EF2139'

red 239 ◦ green 33 ◦ blue 57

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

Shades of Alizarin #EF2139

Tints of Alizarin #EF2139

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.03%

 BLUE value IS 57 (22.66% from 255) = 17.33%

R = 72.64%
G = 10.03%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EF2139 (or 0xEF2139) is known color: Alizarin. HEX triplet: EF, 21 and 39. RGB value is (239,33,57). Sum of RGB (Red+Green+Blue) = 239+33+57=329 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.64% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2139 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2139 is #10DEC6. Grayscale: #616161. Windows color (decimal): -1105607 or 3744239. OLE color: 3744239.

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

Color convert

RGB 239 33 57 -
CMYK 0 0.86 0.76 0.06
HSL 353.01º 0.87% 0.53% -
HSV(B) 353.01º 0.86% 0.94% -
XYZ 36.88 19.73 5.74 -
YUV 97.33 105.25 229.05 -
System Red Green Blue C M Y K H S L
Decimal 239 33 57 0 0.86 0.76 0.06 353.01 0.87 0.53
Hex EF 21 39 0 56 4C 6 161 57 35
Octal 357 41 71 0 126 114 6 541 127 65
Binary 11101111 100001 111001 0 1010110 1001100 110 101100001 1010111 110101

Color Harmonies of #EF2139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2139

Black with #EF2139

Text Example


Text Example

White with #EF2139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2139; }

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

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

background-color css

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

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

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

border-color css

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

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

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