Html Css Color HEX #EF343C Alizarin

📋 copy color: '#EF343C'

red 239 ◦ green 52 ◦ blue 60

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

Shades of Alizarin #EF343C

Tints of Alizarin #EF343C

RGB

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

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

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

R = 68.09%
G = 14.81%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EF343C (or 0xEF343C) is known color: Alizarin. HEX triplet: EF, 34 and 3C. RGB value is (239,52,60). Sum of RGB (Red+Green+Blue) = 239+52+60=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF343C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF343C is #10CBC3. Grayscale: #6C6C6C. Windows color (decimal): -1100740 or 3945711. OLE color: 3945711.

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

Color convert

RGB 239 52 60 -
CMYK 0 0.78 0.75 0.06
HSL 357.43º 0.85% 0.57% -
HSV(B) 357.43º 0.78% 0.94% -
XYZ 37.64 21.13 6.37 -
YUV 108.83 100.45 220.85 -
System Red Green Blue C M Y K H S L
Decimal 239 52 60 0 0.78 0.75 0.06 357.43 0.85 0.57
Hex EF 34 3C 0 4E 4B 6 165 55 39
Octal 357 64 74 0 116 113 6 545 125 71
Binary 11101111 110100 111100 0 1001110 1001011 110 101100101 1010101 111001

Color Harmonies of #EF343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF343C

Black with #EF343C

Text Example


Text Example

White with #EF343C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF343C; }

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

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

background-color css

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

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

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

border-color css

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

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

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