Html Css Color HEX #EB2C40 Alizarin

📋 copy color: '#EB2C40'

red 235 ◦ green 44 ◦ blue 64

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

Shades of Alizarin #EB2C40

Tints of Alizarin #EB2C40

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.83%

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

R = 68.51%
G = 12.83%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB2C40 (or 0xEB2C40) is known color: Alizarin. HEX triplet: EB, 2C and 40. RGB value is (235,44,64). Sum of RGB (Red+Green+Blue) = 235+44+64=343 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.51% from 343); Green value is 44 (17.58% from 255 or 12.83% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2C40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2C40 is #14D3BF. Grayscale: #676767. Windows color (decimal): -1364928 or 4205803. OLE color: 4205803.

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

Color convert

RGB 235 44 64 -
CMYK 0 0.81 0.73 0.08
HSL 353.72º 0.83% 0.55% -
HSV(B) 353.72º 0.81% 0.92% -
XYZ 36.09 19.83 6.78 -
YUV 103.39 105.78 221.87 -
System Red Green Blue C M Y K H S L
Decimal 235 44 64 0 0.81 0.73 0.08 353.72 0.83 0.55
Hex EB 2C 40 0 51 49 8 162 53 37
Octal 353 54 100 0 121 111 10 542 123 67
Binary 11101011 101100 1000000 0 1010001 1001001 1000 101100010 1010011 110111

Color Harmonies of #EB2C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2C40

Black with #EB2C40

Text Example


Text Example

White with #EB2C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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