Html Css Color HEX #EF323D Alizarin

📋 copy color: '#EF323D'

red 239 ◦ green 50 ◦ blue 61

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

Shades of Alizarin #EF323D

Tints of Alizarin #EF323D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.29%

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

R = 68.29%
G = 14.29%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF323D (or 0xEF323D) is known color: Alizarin. HEX triplet: EF, 32 and 3D. RGB value is (239,50,61). Sum of RGB (Red+Green+Blue) = 239+50+61=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF323D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF323D is #10CDC2. Grayscale: #6B6B6B. Windows color (decimal): -1101251 or 4010735. OLE color: 4010735.

HSL color Cylindrical-coordinate representation of color #EF323D: hue angle of 356.51º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF323D is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 50 61 -
CMYK 0 0.79 0.74 0.06
HSL 356.51º 0.86% 0.57% -
HSV(B) 356.51º 0.79% 0.94% -
XYZ 37.58 20.97 6.48 -
YUV 107.77 101.62 221.61 -
System Red Green Blue C M Y K H S L
Decimal 239 50 61 0 0.79 0.74 0.06 356.51 0.86 0.57
Hex EF 32 3D 0 4F 4A 6 165 56 39
Octal 357 62 75 0 117 112 6 545 126 71
Binary 11101111 110010 111101 0 1001111 1001010 110 101100101 1010110 111001

Color Harmonies of #EF323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF323D

Black with #EF323D

Text Example


Text Example

White with #EF323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF323D; }

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

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

background-color css

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

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

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

border-color css

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

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

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