Html Css Color HEX #EF2132 Alizarin

📋 copy color: '#EF2132'

red 239 ◦ green 33 ◦ blue 50

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

Shades of Alizarin #EF2132

Tints of Alizarin #EF2132

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.25%

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

R = 74.22%
G = 10.25%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF2132 (or 0xEF2132) is known color: Alizarin. HEX triplet: EF, 21 and 32. RGB value is (239,33,50). Sum of RGB (Red+Green+Blue) = 239+33+50=322 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.22% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2132 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2132 is #10DECD. Grayscale: #606060. Windows color (decimal): -1105614 or 3285487. OLE color: 3285487.

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

Color convert

RGB 239 33 50 -
CMYK 0 0.86 0.79 0.06
HSL 355.05º 0.87% 0.53% -
HSV(B) 355.05º 0.86% 0.94% -
XYZ 36.72 19.67 4.88 -
YUV 96.53 101.75 229.62 -
System Red Green Blue C M Y K H S L
Decimal 239 33 50 0 0.86 0.79 0.06 355.05 0.87 0.53
Hex EF 21 32 0 56 4F 6 163 57 35
Octal 357 41 62 0 126 117 6 543 127 65
Binary 11101111 100001 110010 0 1010110 1001111 110 101100011 1010111 110101

Color Harmonies of #EF2132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2132

Black with #EF2132

Text Example


Text Example

White with #EF2132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2132; }

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

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

background-color css

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

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

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

border-color css

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

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

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