Html Css Color HEX #EF2138 Alizarin

📋 copy color: '#EF2138'

red 239 ◦ green 33 ◦ blue 56

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

Shades of Alizarin #EF2138

Tints of Alizarin #EF2138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.07%

R = 72.87%
G = 10.06%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#EF2138 (or 0xEF2138) is known color: Alizarin. HEX triplet: EF, 21 and 38. RGB value is (239,33,56). Sum of RGB (Red+Green+Blue) = 239+33+56=328 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.87% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2138 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2138 is #10DEC7. Grayscale: #616161. Windows color (decimal): -1105608 or 3678703. OLE color: 3678703.

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

Color convert

RGB 239 33 56 -
CMYK 0 0.86 0.77 0.06
HSL 353.3º 0.87% 0.53% -
HSV(B) 353.3º 0.86% 0.94% -
XYZ 36.85 19.72 5.61 -
YUV 97.22 104.75 229.13 -
System Red Green Blue C M Y K H S L
Decimal 239 33 56 0 0.86 0.77 0.06 353.3 0.87 0.53
Hex EF 21 38 0 56 4D 6 161 57 35
Octal 357 41 70 0 126 115 6 541 127 65
Binary 11101111 100001 111000 0 1010110 1001101 110 101100001 1010111 110101

Color Harmonies of #EF2138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2138

Black with #EF2138

Text Example


Text Example

White with #EF2138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2138; }

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

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

background-color css

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

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

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

border-color css

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

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

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