Html Css Color HEX #EF1B40 Alizarin

📋 copy color: '#EF1B40'

red 239 ◦ green 27 ◦ blue 64

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

Shades of Alizarin #EF1B40

Tints of Alizarin #EF1B40

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.18%

 BLUE value IS 64 (25.39% from 255) = 19.39%

R = 72.42%
G = 8.18%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EF1B40 (or 0xEF1B40) is known color: Alizarin. HEX triplet: EF, 1B and 40. RGB value is (239,27,64). Sum of RGB (Red+Green+Blue) = 239+27+64=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1B40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1B40 is #10E4BF. Grayscale: #5E5E5E. Windows color (decimal): -1107136 or 4201455. OLE color: 4201455.

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

Color convert

RGB 239 27 64 -
CMYK 0 0.89 0.73 0.06
HSL 349.53º 0.87% 0.52% -
HSV(B) 349.53º 0.89% 0.94% -
XYZ 36.91 19.5 6.67 -
YUV 94.61 110.74 230.99 -
System Red Green Blue C M Y K H S L
Decimal 239 27 64 0 0.89 0.73 0.06 349.53 0.87 0.52
Hex EF 1B 40 0 59 49 6 15E 57 34
Octal 357 33 100 0 131 111 6 536 127 64
Binary 11101111 11011 1000000 0 1011001 1001001 110 101011110 1010111 110100

Color Harmonies of #EF1B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1B40

Black with #EF1B40

Text Example


Text Example

White with #EF1B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1B40; }

 p { color: rgb(239,27,64); }

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

background-color css

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

 a { background-color: rgb(239,27,64); }

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

border-color css

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

 span { border-color: rgb(239,27,64); }

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