Html Css Color HEX #EF4041 Alizarin

📋 copy color: '#EF4041'

red 239 ◦ green 64 ◦ blue 65

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

Shades of Alizarin #EF4041

Tints of Alizarin #EF4041

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.39%

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

R = 64.95%
G = 17.39%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EF4041 (or 0xEF4041) is known color: Alizarin. HEX triplet: EF, 40 and 41. RGB value is (239,64,65). Sum of RGB (Red+Green+Blue) = 239+64+65=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4041 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4041 is #10BFBE. Grayscale: #747474. Windows color (decimal): -1097663 or 4276463. OLE color: 4276463.

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

Color convert

RGB 239 64 65 -
CMYK 0 0.73 0.73 0.06
HSL 359.66º 0.85% 0.59% -
HSV(B) 359.66º 0.73% 0.94% -
XYZ 38.38 22.4 7.3 -
YUV 116.44 98.98 215.42 -
System Red Green Blue C M Y K H S L
Decimal 239 64 65 0 0.73 0.73 0.06 359.66 0.85 0.59
Hex EF 40 41 0 49 49 6 168 55 3B
Octal 357 100 101 0 111 111 6 550 125 73
Binary 11101111 1000000 1000001 0 1001001 1001001 110 101101000 1010101 111011

Color Harmonies of #EF4041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4041

Black with #EF4041

Text Example


Text Example

White with #EF4041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4041; }

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

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

background-color css

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

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

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

border-color css

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

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

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