Html Css Color HEX #EF2131 Alizarin

📋 copy color: '#EF2131'

red 239 ◦ green 33 ◦ blue 49

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

Shades of Alizarin #EF2131

Tints of Alizarin #EF2131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.26%

R = 74.45%
G = 10.28%
B = 15.26%

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

#EF2131 (or 0xEF2131) is known color: Alizarin. HEX triplet: EF, 21 and 31. RGB value is (239,33,49). Sum of RGB (Red+Green+Blue) = 239+33+49=321 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.45% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2131 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2131 is #10DECE. Grayscale: #606060. Windows color (decimal): -1105615 or 3219951. OLE color: 3219951.

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

Color convert

RGB 239 33 49 -
CMYK 0 0.86 0.79 0.06
HSL 355.34º 0.87% 0.53% -
HSV(B) 355.34º 0.86% 0.94% -
XYZ 36.69 19.66 4.77 -
YUV 96.42 101.25 229.7 -
System Red Green Blue C M Y K H S L
Decimal 239 33 49 0 0.86 0.79 0.06 355.34 0.87 0.53
Hex EF 21 31 0 56 4F 6 163 57 35
Octal 357 41 61 0 126 117 6 543 127 65
Binary 11101111 100001 110001 0 1010110 1001111 110 101100011 1010111 110101

Color Harmonies of #EF2131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2131

Black with #EF2131

Text Example


Text Example

White with #EF2131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2131; }

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

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

background-color css

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

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

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

border-color css

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

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

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