Html Css Color HEX #EF213B Alizarin

📋 copy color: '#EF213B'

red 239 ◦ green 33 ◦ blue 59

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

Shades of Alizarin #EF213B

Tints of Alizarin #EF213B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.82%

R = 72.21%
G = 9.97%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EF213B (or 0xEF213B) is known color: Alizarin. HEX triplet: EF, 21 and 3B. RGB value is (239,33,59). Sum of RGB (Red+Green+Blue) = 239+33+59=331 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.21% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 239 - color contains mainly: red. Hex color #EF213B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF213B is #10DEC4. Grayscale: #616161. Windows color (decimal): -1105605 or 3875311. OLE color: 3875311.

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

Color convert

RGB 239 33 59 -
CMYK 0 0.86 0.75 0.06
HSL 352.43º 0.87% 0.53% -
HSV(B) 352.43º 0.86% 0.94% -
XYZ 36.93 19.75 6 -
YUV 97.56 106.25 228.89 -
System Red Green Blue C M Y K H S L
Decimal 239 33 59 0 0.86 0.75 0.06 352.43 0.87 0.53
Hex EF 21 3B 0 56 4B 6 160 57 35
Octal 357 41 73 0 126 113 6 540 127 65
Binary 11101111 100001 111011 0 1010110 1001011 110 101100000 1010111 110101

Color Harmonies of #EF213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF213B

Black with #EF213B

Text Example


Text Example

White with #EF213B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF213B; }

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

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

background-color css

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

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

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

border-color css

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

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

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