Html Css Color HEX #EB3F40 Alizarin

📋 copy color: '#EB3F40'

red 235 ◦ green 63 ◦ blue 64

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

Shades of Alizarin #EB3F40

Tints of Alizarin #EB3F40

RGB

 RED value IS 235 (92.19% from 255) = 64.92%

 GREEN value IS 63 (25% from 255) = 17.4%

 BLUE value IS 64 (25.39% from 255) = 17.68%

R = 64.92%
G = 17.4%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB3F40 (or 0xEB3F40) is known color: Alizarin. HEX triplet: EB, 3F and 40. RGB value is (235,63,64). Sum of RGB (Red+Green+Blue) = 235+63+64=362 (47% of max value = 765). Red value is 235 (92.19% from 255 or 64.92% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3F40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3F40 is #14C0BF. Grayscale: #727272. Windows color (decimal): -1360064 or 4210667. OLE color: 4210667.

HSL color Cylindrical-coordinate representation of color #EB3F40: hue angle of 359.65º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB3F40 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 63 64 -
CMYK 0 0.73 0.73 0.08
HSL 359.65º 0.81% 0.58% -
HSV(B) 359.65º 0.73% 0.92% -
XYZ 36.96 21.59 7.07 -
YUV 114.54 99.48 213.92 -
System Red Green Blue C M Y K H S L
Decimal 235 63 64 0 0.73 0.73 0.08 359.65 0.81 0.58
Hex EB 3F 40 0 49 49 8 168 51 3A
Octal 353 77 100 0 111 111 10 550 121 72
Binary 11101011 111111 1000000 0 1001001 1001001 1000 101101000 1010001 111010

Color Harmonies of #EB3F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3F40

Black with #EB3F40

Text Example


Text Example

White with #EB3F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3F40; }

 p { color: rgb(235,63,64); }

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

background-color css

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

 a { background-color: rgb(235,63,64); }

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

border-color css

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

 span { border-color: rgb(235,63,64); }

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