Html Css Color HEX #EF2234 Alizarin

📋 copy color: '#EF2234'

red 239 ◦ green 34 ◦ blue 52

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

Shades of Alizarin #EF2234

Tints of Alizarin #EF2234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16%

R = 73.54%
G = 10.46%
B = 16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EF2234 (or 0xEF2234) is known color: Alizarin. HEX triplet: EF, 22 and 34. RGB value is (239,34,52). Sum of RGB (Red+Green+Blue) = 239+34+52=325 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.54% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2234 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2234 is #10DDCB. Grayscale: #616161. Windows color (decimal): -1105356 or 3416815. OLE color: 3416815.

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

Color convert

RGB 239 34 52 -
CMYK 0 0.86 0.78 0.06
HSL 354.73º 0.86% 0.54% -
HSV(B) 354.73º 0.86% 0.94% -
XYZ 36.79 19.74 5.12 -
YUV 97.35 102.42 229.04 -
System Red Green Blue C M Y K H S L
Decimal 239 34 52 0 0.86 0.78 0.06 354.73 0.86 0.54
Hex EF 22 34 0 56 4E 6 163 56 36
Octal 357 42 64 0 126 116 6 543 126 66
Binary 11101111 100010 110100 0 1010110 1001110 110 101100011 1010110 110110

Color Harmonies of #EF2234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2234

Black with #EF2234

Text Example


Text Example

White with #EF2234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2234; }

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

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

background-color css

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

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

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

border-color css

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

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

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