Html Css Color HEX #EF2242 Alizarin

📋 copy color: '#EF2242'

red 239 ◦ green 34 ◦ blue 66

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

Shades of Alizarin #EF2242

Tints of Alizarin #EF2242

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.03%

 BLUE value IS 66 (26.17% from 255) = 19.47%

R = 70.5%
G = 10.03%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EF2242 (or 0xEF2242) is known color: Alizarin. HEX triplet: EF, 22 and 42. RGB value is (239,34,66). Sum of RGB (Red+Green+Blue) = 239+34+66=339 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.50% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2242 is #10DDBD. Grayscale: #636363. Windows color (decimal): -1105342 or 4334319. OLE color: 4334319.

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

Color convert

RGB 239 34 66 -
CMYK 0 0.86 0.72 0.06
HSL 350.63º 0.86% 0.54% -
HSV(B) 350.63º 0.86% 0.94% -
XYZ 37.15 19.89 7.03 -
YUV 98.94 109.42 227.9 -
System Red Green Blue C M Y K H S L
Decimal 239 34 66 0 0.86 0.72 0.06 350.63 0.86 0.54
Hex EF 22 42 0 56 48 6 15F 56 36
Octal 357 42 102 0 126 110 6 537 126 66
Binary 11101111 100010 1000010 0 1010110 1001000 110 101011111 1010110 110110

Color Harmonies of #EF2242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2242

Black with #EF2242

Text Example


Text Example

White with #EF2242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2242; }

 p { color: rgb(239,34,66); }

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

background-color css

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

 a { background-color: rgb(239,34,66); }

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

border-color css

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

 span { border-color: rgb(239,34,66); }

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