Html Css Color HEX #EF343A Alizarin

📋 copy color: '#EF343A'

red 239 ◦ green 52 ◦ blue 58

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

Shades of Alizarin #EF343A

Tints of Alizarin #EF343A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.62%

R = 68.48%
G = 14.9%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EF343A (or 0xEF343A) is known color: Alizarin. HEX triplet: EF, 34 and 3A. RGB value is (239,52,58). Sum of RGB (Red+Green+Blue) = 239+52+58=349 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.48% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 239 - color contains mainly: red. Hex color #EF343A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF343A is #10CBC5. Grayscale: #6C6C6C. Windows color (decimal): -1100742 or 3814639. OLE color: 3814639.

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

Color convert

RGB 239 52 58 -
CMYK 0 0.78 0.76 0.06
HSL 358.07º 0.85% 0.57% -
HSV(B) 358.07º 0.78% 0.94% -
XYZ 37.59 21.11 6.1 -
YUV 108.6 99.45 221.01 -
System Red Green Blue C M Y K H S L
Decimal 239 52 58 0 0.78 0.76 0.06 358.07 0.85 0.57
Hex EF 34 3A 0 4E 4C 6 166 55 39
Octal 357 64 72 0 116 114 6 546 125 71
Binary 11101111 110100 111010 0 1001110 1001100 110 101100110 1010101 111001

Color Harmonies of #EF343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF343A

Black with #EF343A

Text Example


Text Example

White with #EF343A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF343A; }

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

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

background-color css

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

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

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

border-color css

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

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

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