Html Css Color HEX #EF212C Alizarin

📋 copy color: '#EF212C'

red 239 ◦ green 33 ◦ blue 44

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

Shades of Alizarin #EF212C

Tints of Alizarin #EF212C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.92%

R = 75.63%
G = 10.44%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF212C (or 0xEF212C) is known color: Alizarin. HEX triplet: EF, 21 and 2C. RGB value is (239,33,44). Sum of RGB (Red+Green+Blue) = 239+33+44=316 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.63% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 239 - color contains mainly: red. Hex color #EF212C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF212C is #10DED3. Grayscale: #606060. Windows color (decimal): -1105620 or 2892271. OLE color: 2892271.

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

Color convert

RGB 239 33 44 -
CMYK 0 0.86 0.82 0.06
HSL 356.8º 0.87% 0.53% -
HSV(B) 356.8º 0.86% 0.94% -
XYZ 36.6 19.62 4.24 -
YUV 95.85 98.75 230.11 -
System Red Green Blue C M Y K H S L
Decimal 239 33 44 0 0.86 0.82 0.06 356.8 0.87 0.53
Hex EF 21 2C 0 56 52 6 165 57 35
Octal 357 41 54 0 126 122 6 545 127 65
Binary 11101111 100001 101100 0 1010110 1010010 110 101100101 1010111 110101

Color Harmonies of #EF212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF212C

Black with #EF212C

Text Example


Text Example

White with #EF212C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF212C; }

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

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

background-color css

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

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

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

border-color css

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

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

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