Html Css Color HEX #EF323A Alizarin

📋 copy color: '#EF323A'

red 239 ◦ green 50 ◦ blue 58

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

Shades of Alizarin #EF323A

Tints of Alizarin #EF323A

RGB

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

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

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

R = 68.88%
G = 14.41%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EF323A (or 0xEF323A) is known color: Alizarin. HEX triplet: EF, 32 and 3A. RGB value is (239,50,58). Sum of RGB (Red+Green+Blue) = 239+50+58=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF323A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF323A is #10CDC5. Grayscale: #6B6B6B. Windows color (decimal): -1101254 or 3814127. OLE color: 3814127.

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

Color convert

RGB 239 50 58 -
CMYK 0 0.79 0.76 0.06
HSL 357.46º 0.86% 0.57% -
HSV(B) 357.46º 0.79% 0.94% -
XYZ 37.5 20.94 6.07 -
YUV 107.42 100.12 221.85 -
System Red Green Blue C M Y K H S L
Decimal 239 50 58 0 0.79 0.76 0.06 357.46 0.86 0.57
Hex EF 32 3A 0 4F 4C 6 165 56 39
Octal 357 62 72 0 117 114 6 545 126 71
Binary 11101111 110010 111010 0 1001111 1001100 110 101100101 1010110 111001

Color Harmonies of #EF323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF323A

Black with #EF323A

Text Example


Text Example

White with #EF323A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF323A; }

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

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

background-color css

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

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

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

border-color css

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

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

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