Html Css Color HEX #EF3234 Alizarin

📋 copy color: '#EF3234'

red 239 ◦ green 50 ◦ blue 52

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

Shades of Alizarin #EF3234

Tints of Alizarin #EF3234

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.66%

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

R = 70.09%
G = 14.66%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EF3234 (or 0xEF3234) is known color: Alizarin. HEX triplet: EF, 32 and 34. RGB value is (239,50,52). Sum of RGB (Red+Green+Blue) = 239+50+52=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3234 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3234 is #10CDCB. Grayscale: #6A6A6A. Windows color (decimal): -1101260 or 3420911. OLE color: 3420911.

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

Color convert

RGB 239 50 52 -
CMYK 0 0.79 0.78 0.06
HSL 359.37º 0.86% 0.57% -
HSV(B) 359.37º 0.79% 0.94% -
XYZ 37.36 20.88 5.31 -
YUV 106.74 97.12 222.34 -
System Red Green Blue C M Y K H S L
Decimal 239 50 52 0 0.79 0.78 0.06 359.37 0.86 0.57
Hex EF 32 34 0 4F 4E 6 167 56 39
Octal 357 62 64 0 117 116 6 547 126 71
Binary 11101111 110010 110100 0 1001111 1001110 110 101100111 1010110 111001

Color Harmonies of #EF3234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3234

Black with #EF3234

Text Example


Text Example

White with #EF3234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3234; }

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

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

background-color css

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

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

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

border-color css

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

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

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