Html Css Color HEX #EB3E40 Alizarin

📋 copy color: '#EB3E40'

red 235 ◦ green 62 ◦ blue 64

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

Shades of Alizarin #EB3E40

Tints of Alizarin #EB3E40

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.17%

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

R = 65.1%
G = 17.17%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB3E40 (or 0xEB3E40) is known color: Alizarin. HEX triplet: EB, 3E and 40. RGB value is (235,62,64). Sum of RGB (Red+Green+Blue) = 235+62+64=361 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.10% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3E40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3E40 is #14C1BF. Grayscale: #727272. Windows color (decimal): -1360320 or 4210411. OLE color: 4210411.

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

Color convert

RGB 235 62 64 -
CMYK 0 0.74 0.73 0.08
HSL 359.31º 0.81% 0.58% -
HSV(B) 359.31º 0.74% 0.92% -
XYZ 36.91 21.48 7.05 -
YUV 113.96 99.81 214.34 -
System Red Green Blue C M Y K H S L
Decimal 235 62 64 0 0.74 0.73 0.08 359.31 0.81 0.58
Hex EB 3E 40 0 4A 49 8 167 51 3A
Octal 353 76 100 0 112 111 10 547 121 72
Binary 11101011 111110 1000000 0 1001010 1001001 1000 101100111 1010001 111010

Color Harmonies of #EB3E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3E40

Black with #EB3E40

Text Example


Text Example

White with #EB3E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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