Html Css Color HEX #EF2341 Alizarin

📋 copy color: '#EF2341'

red 239 ◦ green 35 ◦ blue 65

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

Shades of Alizarin #EF2341

Tints of Alizarin #EF2341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.32%

 BLUE value IS 65 (25.78% from 255) = 19.17%

R = 70.5%
G = 10.32%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EF2341 (or 0xEF2341) is known color: Alizarin. HEX triplet: EF, 23 and 41. RGB value is (239,35,65). Sum of RGB (Red+Green+Blue) = 239+35+65=339 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.50% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2341 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2341 is #10DCBE. Grayscale: #636363. Windows color (decimal): -1105087 or 4269039. OLE color: 4269039.

HSL color Cylindrical-coordinate representation of color #EF2341: hue angle of 351.18º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF2341 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 35 65 -
CMYK 0 0.85 0.73 0.06
HSL 351.18º 0.86% 0.54% -
HSV(B) 351.18º 0.85% 0.94% -
XYZ 37.15 19.93 6.89 -
YUV 99.42 108.59 227.56 -
System Red Green Blue C M Y K H S L
Decimal 239 35 65 0 0.85 0.73 0.06 351.18 0.86 0.54
Hex EF 23 41 0 55 49 6 15F 56 36
Octal 357 43 101 0 125 111 6 537 126 66
Binary 11101111 100011 1000001 0 1010101 1001001 110 101011111 1010110 110110

Color Harmonies of #EF2341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2341

Black with #EF2341

Text Example


Text Example

White with #EF2341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2341; }

 p { color: rgb(239,35,65); }

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

background-color css

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

 a { background-color: rgb(239,35,65); }

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

border-color css

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

 span { border-color: rgb(239,35,65); }

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