Html Css Color HEX #EF353B Alizarin

📋 copy color: '#EF353B'

red 239 ◦ green 53 ◦ blue 59

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

Shades of Alizarin #EF353B

Tints of Alizarin #EF353B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.1%

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

R = 68.09%
G = 15.1%
B = 16.81%

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

#EF353B (or 0xEF353B) is known color: Alizarin. HEX triplet: EF, 35 and 3B. RGB value is (239,53,59). Sum of RGB (Red+Green+Blue) = 239+53+59=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF353B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF353B is #10CAC4. Grayscale: #6D6D6D. Windows color (decimal): -1100485 or 3880431. OLE color: 3880431.

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

Color convert

RGB 239 53 59 -
CMYK 0 0.78 0.75 0.06
HSL 358.06º 0.85% 0.57% -
HSV(B) 358.06º 0.78% 0.94% -
XYZ 37.66 21.21 6.25 -
YUV 109.3 99.62 220.51 -
System Red Green Blue C M Y K H S L
Decimal 239 53 59 0 0.78 0.75 0.06 358.06 0.85 0.57
Hex EF 35 3B 0 4E 4B 6 166 55 39
Octal 357 65 73 0 116 113 6 546 125 71
Binary 11101111 110101 111011 0 1001110 1001011 110 101100110 1010101 111001

Color Harmonies of #EF353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF353B

Black with #EF353B

Text Example


Text Example

White with #EF353B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF353B; }

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

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

background-color css

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

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

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

border-color css

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

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

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