Html Css Color HEX #EF2541 Alizarin

📋 copy color: '#EF2541'

red 239 ◦ green 37 ◦ blue 65

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

Shades of Alizarin #EF2541

Tints of Alizarin #EF2541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.85%

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

R = 70.09%
G = 10.85%
B = 19.06%

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

#EF2541 (or 0xEF2541) is known color: Alizarin. HEX triplet: EF, 25 and 41. RGB value is (239,37,65). Sum of RGB (Red+Green+Blue) = 239+37+65=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2541 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2541 is #10DABE. Grayscale: #646464. Windows color (decimal): -1104575 or 4269551. OLE color: 4269551.

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

Color convert

RGB 239 37 65 -
CMYK 0 0.85 0.73 0.06
HSL 351.68º 0.86% 0.54% -
HSV(B) 351.68º 0.85% 0.94% -
XYZ 37.21 20.06 6.91 -
YUV 100.59 107.92 226.72 -
System Red Green Blue C M Y K H S L
Decimal 239 37 65 0 0.85 0.73 0.06 351.68 0.86 0.54
Hex EF 25 41 0 55 49 6 160 56 36
Octal 357 45 101 0 125 111 6 540 126 66
Binary 11101111 100101 1000001 0 1010101 1001001 110 101100000 1010110 110110

Color Harmonies of #EF2541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2541

Black with #EF2541

Text Example


Text Example

White with #EF2541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2541; }

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

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

background-color css

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

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

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

border-color css

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

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

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