Html Css Color HEX #EF2741 Alizarin

📋 copy color: '#EF2741'

red 239 ◦ green 39 ◦ blue 65

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

Shades of Alizarin #EF2741

Tints of Alizarin #EF2741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.37%

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

R = 69.68%
G = 11.37%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EF2741 (or 0xEF2741) is known color: Alizarin. HEX triplet: EF, 27 and 41. RGB value is (239,39,65). Sum of RGB (Red+Green+Blue) = 239+39+65=343 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.68% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2741 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2741 is #10D8BE. Grayscale: #656565. Windows color (decimal): -1104063 or 4270063. OLE color: 4270063.

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

Color convert

RGB 239 39 65 -
CMYK 0 0.84 0.73 0.06
HSL 352.2º 0.86% 0.55% -
HSV(B) 352.2º 0.84% 0.94% -
XYZ 37.28 20.18 6.93 -
YUV 101.76 107.26 225.89 -
System Red Green Blue C M Y K H S L
Decimal 239 39 65 0 0.84 0.73 0.06 352.2 0.86 0.55
Hex EF 27 41 0 54 49 6 160 56 37
Octal 357 47 101 0 124 111 6 540 126 67
Binary 11101111 100111 1000001 0 1010100 1001001 110 101100000 1010110 110111

Color Harmonies of #EF2741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2741

Black with #EF2741

Text Example


Text Example

White with #EF2741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2741; }

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

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

background-color css

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

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

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

border-color css

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

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

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