Html Css Color HEX #EF3441 Alizarin

📋 copy color: '#EF3441'

red 239 ◦ green 52 ◦ blue 65

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

Shades of Alizarin #EF3441

Tints of Alizarin #EF3441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.61%

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

R = 67.13%
G = 14.61%
B = 18.26%

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

#EF3441 (or 0xEF3441) is known color: Alizarin. HEX triplet: EF, 34 and 41. RGB value is (239,52,65). Sum of RGB (Red+Green+Blue) = 239+52+65=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3441 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3441 is #10CBBE. Grayscale: #6D6D6D. Windows color (decimal): -1100735 or 4273391. OLE color: 4273391.

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

Color convert

RGB 239 52 65 -
CMYK 0 0.78 0.73 0.06
HSL 355.83º 0.85% 0.57% -
HSV(B) 355.83º 0.78% 0.94% -
XYZ 37.78 21.19 7.1 -
YUV 109.4 102.95 220.44 -
System Red Green Blue C M Y K H S L
Decimal 239 52 65 0 0.78 0.73 0.06 355.83 0.85 0.57
Hex EF 34 41 0 4E 49 6 164 55 39
Octal 357 64 101 0 116 111 6 544 125 71
Binary 11101111 110100 1000001 0 1001110 1001001 110 101100100 1010101 111001

Color Harmonies of #EF3441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3441

Black with #EF3441

Text Example


Text Example

White with #EF3441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3441; }

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

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

background-color css

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

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

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

border-color css

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

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

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