Html Css Color HEX #EF3442 Alizarin

📋 copy color: '#EF3442'

red 239 ◦ green 52 ◦ blue 66

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

Shades of Alizarin #EF3442

Tints of Alizarin #EF3442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.49%

R = 66.95%
G = 14.57%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EF3442 (or 0xEF3442) is known color: Alizarin. HEX triplet: EF, 34 and 42. RGB value is (239,52,66). Sum of RGB (Red+Green+Blue) = 239+52+66=357 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.95% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3442 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3442 is #10CBBD. Grayscale: #6D6D6D. Windows color (decimal): -1100734 or 4338927. OLE color: 4338927.

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

Color convert

RGB 239 52 66 -
CMYK 0 0.78 0.72 0.06
HSL 355.51º 0.85% 0.57% -
HSV(B) 355.51º 0.78% 0.94% -
XYZ 37.81 21.2 7.25 -
YUV 109.51 103.45 220.36 -
System Red Green Blue C M Y K H S L
Decimal 239 52 66 0 0.78 0.72 0.06 355.51 0.85 0.57
Hex EF 34 42 0 4E 48 6 164 55 39
Octal 357 64 102 0 116 110 6 544 125 71
Binary 11101111 110100 1000010 0 1001110 1001000 110 101100100 1010101 111001

Color Harmonies of #EF3442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3442

Black with #EF3442

Text Example


Text Example

White with #EF3442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3442; }

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

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

background-color css

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

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

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

border-color css

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

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

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