Html Css Color HEX #EF353E Alizarin

📋 copy color: '#EF353E'

red 239 ◦ green 53 ◦ blue 62

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

Shades of Alizarin #EF353E

Tints of Alizarin #EF353E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.51%

R = 67.51%
G = 14.97%
B = 17.51%

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

#EF353E (or 0xEF353E) is known color: Alizarin. HEX triplet: EF, 35 and 3E. RGB value is (239,53,62). Sum of RGB (Red+Green+Blue) = 239+53+62=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF353E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF353E is #10CAC1. Grayscale: #6D6D6D. Windows color (decimal): -1100482 or 4077039. OLE color: 4077039.

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

Color convert

RGB 239 53 62 -
CMYK 0 0.78 0.74 0.06
HSL 357.1º 0.85% 0.57% -
HSV(B) 357.1º 0.78% 0.94% -
XYZ 37.74 21.24 6.67 -
YUV 109.64 101.12 220.27 -
System Red Green Blue C M Y K H S L
Decimal 239 53 62 0 0.78 0.74 0.06 357.1 0.85 0.57
Hex EF 35 3E 0 4E 4A 6 165 55 39
Octal 357 65 76 0 116 112 6 545 125 71
Binary 11101111 110101 111110 0 1001110 1001010 110 101100101 1010101 111001

Color Harmonies of #EF353E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF353E

Black with #EF353E

Text Example


Text Example

White with #EF353E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF353E; }

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

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

background-color css

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

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

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

border-color css

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

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

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