Html Css Color HEX #EF213F Alizarin

📋 copy color: '#EF213F'

red 239 ◦ green 33 ◦ blue 63

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

Shades of Alizarin #EF213F

Tints of Alizarin #EF213F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.81%

R = 71.34%
G = 9.85%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF213F (or 0xEF213F) is known color: Alizarin. HEX triplet: EF, 21 and 3F. RGB value is (239,33,63). Sum of RGB (Red+Green+Blue) = 239+33+63=335 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.34% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 239 - color contains mainly: red. Hex color #EF213F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF213F is #10DEC0. Grayscale: #626262. Windows color (decimal): -1105601 or 4137455. OLE color: 4137455.

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

Color convert

RGB 239 33 63 -
CMYK 0 0.86 0.74 0.06
HSL 351.26º 0.87% 0.53% -
HSV(B) 351.26º 0.86% 0.94% -
XYZ 37.04 19.8 6.57 -
YUV 98.01 108.25 228.56 -
System Red Green Blue C M Y K H S L
Decimal 239 33 63 0 0.86 0.74 0.06 351.26 0.87 0.53
Hex EF 21 3F 0 56 4A 6 15F 57 35
Octal 357 41 77 0 126 112 6 537 127 65
Binary 11101111 100001 111111 0 1010110 1001010 110 101011111 1010111 110101

Color Harmonies of #EF213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF213F

Black with #EF213F

Text Example


Text Example

White with #EF213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF213F; }

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

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

background-color css

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

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

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

border-color css

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

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

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