Html Css Color HEX #EF2532 Alizarin

📋 copy color: '#EF2532'

red 239 ◦ green 37 ◦ blue 50

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

Shades of Alizarin #EF2532

Tints of Alizarin #EF2532

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.35%

 BLUE value IS 50 (19.92% from 255) = 15.34%

R = 73.31%
G = 11.35%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF2532 (or 0xEF2532) is known color: Alizarin. HEX triplet: EF, 25 and 32. RGB value is (239,37,50). Sum of RGB (Red+Green+Blue) = 239+37+50=326 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.31% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2532 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2532 is #10DACD. Grayscale: #636363. Windows color (decimal): -1104590 or 3286511. OLE color: 3286511.

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

Color convert

RGB 239 37 50 -
CMYK 0 0.85 0.79 0.06
HSL 356.14º 0.86% 0.54% -
HSV(B) 356.14º 0.85% 0.94% -
XYZ 36.83 19.9 4.92 -
YUV 98.88 100.42 227.94 -
System Red Green Blue C M Y K H S L
Decimal 239 37 50 0 0.85 0.79 0.06 356.14 0.86 0.54
Hex EF 25 32 0 55 4F 6 164 56 36
Octal 357 45 62 0 125 117 6 544 126 66
Binary 11101111 100101 110010 0 1010101 1001111 110 101100100 1010110 110110

Color Harmonies of #EF2532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2532

Black with #EF2532

Text Example


Text Example

White with #EF2532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2532; }

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

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

background-color css

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

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

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

border-color css

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

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

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