Html Css Color HEX #EF2732 Alizarin

📋 copy color: '#EF2732'

red 239 ◦ green 39 ◦ blue 50

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

Shades of Alizarin #EF2732

Tints of Alizarin #EF2732

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.89%

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

R = 72.87%
G = 11.89%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF2732 (or 0xEF2732) is known color: Alizarin. HEX triplet: EF, 27 and 32. RGB value is (239,39,50). Sum of RGB (Red+Green+Blue) = 239+39+50=328 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.87% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2732 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2732 is #10D8CD. Grayscale: #646464. Windows color (decimal): -1104078 or 3287023. OLE color: 3287023.

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

Color convert

RGB 239 39 50 -
CMYK 0 0.84 0.79 0.06
HSL 356.7º 0.86% 0.55% -
HSV(B) 356.7º 0.84% 0.94% -
XYZ 36.9 20.03 4.94 -
YUV 100.05 99.76 227.11 -
System Red Green Blue C M Y K H S L
Decimal 239 39 50 0 0.84 0.79 0.06 356.7 0.86 0.55
Hex EF 27 32 0 54 4F 6 165 56 37
Octal 357 47 62 0 124 117 6 545 126 67
Binary 11101111 100111 110010 0 1010100 1001111 110 101100101 1010110 110111

Color Harmonies of #EF2732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2732

Black with #EF2732

Text Example


Text Example

White with #EF2732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2732; }

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

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

background-color css

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

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

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

border-color css

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

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

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