Html Css Color HEX #EF343B Alizarin

📋 copy color: '#EF343B'

red 239 ◦ green 52 ◦ blue 59

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

Shades of Alizarin #EF343B

Tints of Alizarin #EF343B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.86%

R = 68.29%
G = 14.86%
B = 16.86%

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

#EF343B (or 0xEF343B) is known color: Alizarin. HEX triplet: EF, 34 and 3B. RGB value is (239,52,59). Sum of RGB (Red+Green+Blue) = 239+52+59=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF343B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF343B is #10CBC4. Grayscale: #6C6C6C. Windows color (decimal): -1100741 or 3880175. OLE color: 3880175.

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

Color convert

RGB 239 52 59 -
CMYK 0 0.78 0.75 0.06
HSL 357.75º 0.85% 0.57% -
HSV(B) 357.75º 0.78% 0.94% -
XYZ 37.61 21.12 6.23 -
YUV 108.71 99.95 220.93 -
System Red Green Blue C M Y K H S L
Decimal 239 52 59 0 0.78 0.75 0.06 357.75 0.85 0.57
Hex EF 34 3B 0 4E 4B 6 166 55 39
Octal 357 64 73 0 116 113 6 546 125 71
Binary 11101111 110100 111011 0 1001110 1001011 110 101100110 1010101 111001

Color Harmonies of #EF343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF343B

Black with #EF343B

Text Example


Text Example

White with #EF343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF343B; }

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

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

background-color css

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

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

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

border-color css

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

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

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