Html Css Color HEX #EF213A Alizarin

📋 copy color: '#EF213A'

red 239 ◦ green 33 ◦ blue 58

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

Shades of Alizarin #EF213A

Tints of Alizarin #EF213A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.58%

R = 72.42%
G = 10%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EF213A (or 0xEF213A) is known color: Alizarin. HEX triplet: EF, 21 and 3A. RGB value is (239,33,58). Sum of RGB (Red+Green+Blue) = 239+33+58=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF213A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF213A is #10DEC5. Grayscale: #616161. Windows color (decimal): -1105606 or 3809775. OLE color: 3809775.

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

Color convert

RGB 239 33 58 -
CMYK 0 0.86 0.76 0.06
HSL 352.72º 0.87% 0.53% -
HSV(B) 352.72º 0.86% 0.94% -
XYZ 36.9 19.74 5.87 -
YUV 97.44 105.75 228.97 -
System Red Green Blue C M Y K H S L
Decimal 239 33 58 0 0.86 0.76 0.06 352.72 0.87 0.53
Hex EF 21 3A 0 56 4C 6 161 57 35
Octal 357 41 72 0 126 114 6 541 127 65
Binary 11101111 100001 111010 0 1010110 1001100 110 101100001 1010111 110101

Color Harmonies of #EF213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF213A

Black with #EF213A

Text Example


Text Example

White with #EF213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF213A; }

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

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

background-color css

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

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

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

border-color css

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

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

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