Html Css Color HEX #EF212D Alizarin

📋 copy color: '#EF212D'

red 239 ◦ green 33 ◦ blue 45

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

Shades of Alizarin #EF212D

Tints of Alizarin #EF212D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.2%

R = 75.39%
G = 10.41%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF212D (or 0xEF212D) is known color: Alizarin. HEX triplet: EF, 21 and 2D. RGB value is (239,33,45). Sum of RGB (Red+Green+Blue) = 239+33+45=317 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.39% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 239 - color contains mainly: red. Hex color #EF212D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF212D is #10DED2. Grayscale: #606060. Windows color (decimal): -1105619 or 2957807. OLE color: 2957807.

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

Color convert

RGB 239 33 45 -
CMYK 0 0.86 0.81 0.06
HSL 356.5º 0.87% 0.53% -
HSV(B) 356.5º 0.86% 0.94% -
XYZ 36.61 19.63 4.34 -
YUV 95.96 99.25 230.02 -
System Red Green Blue C M Y K H S L
Decimal 239 33 45 0 0.86 0.81 0.06 356.5 0.87 0.53
Hex EF 21 2D 0 56 51 6 165 57 35
Octal 357 41 55 0 126 121 6 545 127 65
Binary 11101111 100001 101101 0 1010110 1010001 110 101100101 1010111 110101

Color Harmonies of #EF212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF212D

Black with #EF212D

Text Example


Text Example

White with #EF212D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF212D; }

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

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

background-color css

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

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

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

border-color css

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

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

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