Html Css Color HEX #EF343D Alizarin

📋 copy color: '#EF343D'

red 239 ◦ green 52 ◦ blue 61

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

Shades of Alizarin #EF343D

Tints of Alizarin #EF343D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.33%

R = 67.9%
G = 14.77%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF343D (or 0xEF343D) is known color: Alizarin. HEX triplet: EF, 34 and 3D. RGB value is (239,52,61). Sum of RGB (Red+Green+Blue) = 239+52+61=352 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.90% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 239 - color contains mainly: red. Hex color #EF343D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF343D is #10CBC2. Grayscale: #6D6D6D. Windows color (decimal): -1100739 or 4011247. OLE color: 4011247.

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

Color convert

RGB 239 52 61 -
CMYK 0 0.78 0.74 0.06
HSL 357.11º 0.85% 0.57% -
HSV(B) 357.11º 0.78% 0.94% -
XYZ 37.67 21.14 6.51 -
YUV 108.94 100.95 220.77 -
System Red Green Blue C M Y K H S L
Decimal 239 52 61 0 0.78 0.74 0.06 357.11 0.85 0.57
Hex EF 34 3D 0 4E 4A 6 165 55 39
Octal 357 64 75 0 116 112 6 545 125 71
Binary 11101111 110100 111101 0 1001110 1001010 110 101100101 1010101 111001

Color Harmonies of #EF343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF343D

Black with #EF343D

Text Example


Text Example

White with #EF343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF343D; }

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

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

background-color css

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

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

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

border-color css

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

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

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