Html Css Color HEX #EF1A3C Alizarin

📋 copy color: '#EF1A3C'

red 239 ◦ green 26 ◦ blue 60

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

Shades of Alizarin #EF1A3C

Tints of Alizarin #EF1A3C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8%

 BLUE value IS 60 (23.83% from 255) = 18.46%

R = 73.54%
G = 8%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EF1A3C (or 0xEF1A3C) is known color: Alizarin. HEX triplet: EF, 1A and 3C. RGB value is (239,26,60). Sum of RGB (Red+Green+Blue) = 239+26+60=325 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.54% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1A3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1A3C is #10E5C3. Grayscale: #5D5D5D. Windows color (decimal): -1107396 or 3939055. OLE color: 3939055.

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

Color convert

RGB 239 26 60 -
CMYK 0 0.89 0.75 0.06
HSL 350.42º 0.87% 0.52% -
HSV(B) 350.42º 0.89% 0.94% -
XYZ 36.78 19.42 6.08 -
YUV 93.56 109.07 231.74 -
System Red Green Blue C M Y K H S L
Decimal 239 26 60 0 0.89 0.75 0.06 350.42 0.87 0.52
Hex EF 1A 3C 0 59 4B 6 15E 57 34
Octal 357 32 74 0 131 113 6 536 127 64
Binary 11101111 11010 111100 0 1011001 1001011 110 101011110 1010111 110100

Color Harmonies of #EF1A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1A3C

Black with #EF1A3C

Text Example


Text Example

White with #EF1A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1A3C; }

 p { color: rgb(239,26,60); }

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

background-color css

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

 a { background-color: rgb(239,26,60); }

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

border-color css

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

 span { border-color: rgb(239,26,60); }

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