Html Css Color HEX #EF3540 Alizarin

📋 copy color: '#EF3540'

red 239 ◦ green 53 ◦ blue 64

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

Shades of Alizarin #EF3540

Tints of Alizarin #EF3540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.89%

 BLUE value IS 64 (25.39% from 255) = 17.98%

R = 67.13%
G = 14.89%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EF3540 (or 0xEF3540) is known color: Alizarin. HEX triplet: EF, 35 and 40. RGB value is (239,53,64). Sum of RGB (Red+Green+Blue) = 239+53+64=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3540 is #10CABF. Grayscale: #6E6E6E. Windows color (decimal): -1100480 or 4208111. OLE color: 4208111.

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

Color convert

RGB 239 53 64 -
CMYK 0 0.78 0.73 0.06
HSL 356.45º 0.85% 0.57% -
HSV(B) 356.45º 0.78% 0.94% -
XYZ 37.8 21.27 6.96 -
YUV 109.87 102.12 220.11 -
System Red Green Blue C M Y K H S L
Decimal 239 53 64 0 0.78 0.73 0.06 356.45 0.85 0.57
Hex EF 35 40 0 4E 49 6 164 55 39
Octal 357 65 100 0 116 111 6 544 125 71
Binary 11101111 110101 1000000 0 1001110 1001001 110 101100100 1010101 111001

Color Harmonies of #EF3540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3540

Black with #EF3540

Text Example


Text Example

White with #EF3540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3540; }

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

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

background-color css

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

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

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

border-color css

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

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

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