Html Css Color HEX #EF2842 Alizarin

📋 copy color: '#EF2842'

red 239 ◦ green 40 ◦ blue 66

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

Shades of Alizarin #EF2842

Tints of Alizarin #EF2842

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.59%

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

R = 69.28%
G = 11.59%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EF2842 (or 0xEF2842) is known color: Alizarin. HEX triplet: EF, 28 and 42. RGB value is (239,40,66). Sum of RGB (Red+Green+Blue) = 239+40+66=345 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.28% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2842 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2842 is #10D7BD. Grayscale: #666666. Windows color (decimal): -1103806 or 4335855. OLE color: 4335855.

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

Color convert

RGB 239 40 66 -
CMYK 0 0.83 0.72 0.06
HSL 352.16º 0.86% 0.55% -
HSV(B) 352.16º 0.83% 0.94% -
XYZ 37.34 20.26 7.1 -
YUV 102.47 107.43 225.39 -
System Red Green Blue C M Y K H S L
Decimal 239 40 66 0 0.83 0.72 0.06 352.16 0.86 0.55
Hex EF 28 42 0 53 48 6 160 56 37
Octal 357 50 102 0 123 110 6 540 126 67
Binary 11101111 101000 1000010 0 1010011 1001000 110 101100000 1010110 110111

Color Harmonies of #EF2842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2842

Black with #EF2842

Text Example


Text Example

White with #EF2842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2842; }

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

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

background-color css

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

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

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

border-color css

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

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

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