Html Css Color HEX #EF212B Alizarin

📋 copy color: '#EF212B'

red 239 ◦ green 33 ◦ blue 43

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

Shades of Alizarin #EF212B

Tints of Alizarin #EF212B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.65%

R = 75.87%
G = 10.48%
B = 13.65%

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

#EF212B (or 0xEF212B) is known color: Alizarin. HEX triplet: EF, 21 and 2B. RGB value is (239,33,43). Sum of RGB (Red+Green+Blue) = 239+33+43=315 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.87% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 239 - color contains mainly: red. Hex color #EF212B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF212B is #10DED4. Grayscale: #5F5F5F. Windows color (decimal): -1105621 or 2826735. OLE color: 2826735.

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

Color convert

RGB 239 33 43 -
CMYK 0 0.86 0.82 0.06
HSL 357.09º 0.87% 0.53% -
HSV(B) 357.09º 0.86% 0.94% -
XYZ 36.58 19.61 4.14 -
YUV 95.73 98.25 230.19 -
System Red Green Blue C M Y K H S L
Decimal 239 33 43 0 0.86 0.82 0.06 357.09 0.87 0.53
Hex EF 21 2B 0 56 52 6 165 57 35
Octal 357 41 53 0 126 122 6 545 127 65
Binary 11101111 100001 101011 0 1010110 1010010 110 101100101 1010111 110101

Color Harmonies of #EF212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF212B

Black with #EF212B

Text Example


Text Example

White with #EF212B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF212B; }

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

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

background-color css

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

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

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

border-color css

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

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

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