Html Css Color HEX #EF353D Alizarin

📋 copy color: '#EF353D'

red 239 ◦ green 53 ◦ blue 61

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

Shades of Alizarin #EF353D

Tints of Alizarin #EF353D

RGB

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

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

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

R = 67.71%
G = 15.01%
B = 17.28%

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

#EF353D (or 0xEF353D) is known color: Alizarin. HEX triplet: EF, 35 and 3D. RGB value is (239,53,61). Sum of RGB (Red+Green+Blue) = 239+53+61=353 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.71% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 239 - color contains mainly: red. Hex color #EF353D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF353D is #10CAC2. Grayscale: #6D6D6D. Windows color (decimal): -1100483 or 4011503. OLE color: 4011503.

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

Color convert

RGB 239 53 61 -
CMYK 0 0.78 0.74 0.06
HSL 357.42º 0.85% 0.57% -
HSV(B) 357.42º 0.78% 0.94% -
XYZ 37.71 21.23 6.53 -
YUV 109.53 100.62 220.35 -
System Red Green Blue C M Y K H S L
Decimal 239 53 61 0 0.78 0.74 0.06 357.42 0.85 0.57
Hex EF 35 3D 0 4E 4A 6 165 55 39
Octal 357 65 75 0 116 112 6 545 125 71
Binary 11101111 110101 111101 0 1001110 1001010 110 101100101 1010101 111001

Color Harmonies of #EF353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF353D

Black with #EF353D

Text Example


Text Example

White with #EF353D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF353D; }

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

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

background-color css

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

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

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

border-color css

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

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

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