Html Css Color HEX #EB1E3C Alizarin

📋 copy color: '#EB1E3C'

red 235 ◦ green 30 ◦ blue 60

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

Shades of Alizarin #EB1E3C

Tints of Alizarin #EB1E3C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.23%

 BLUE value IS 60 (23.83% from 255) = 18.46%

R = 72.31%
G = 9.23%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB1E3C (or 0xEB1E3C) is known color: Alizarin. HEX triplet: EB, 1E and 3C. RGB value is (235,30,60). Sum of RGB (Red+Green+Blue) = 235+30+60=325 (43% of max value = 765). Red value is 235 (92.19% from 255 or 72.31% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1E3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1E3C is #14E1C3. Grayscale: #5E5E5E. Windows color (decimal): -1368516 or 3940075. OLE color: 3940075.

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

Color convert

RGB 235 30 60 -
CMYK 0 0.87 0.74 0.08
HSL 351.22º 0.84% 0.52% -
HSV(B) 351.22º 0.87% 0.92% -
XYZ 35.54 18.92 6.05 -
YUV 94.72 108.42 228.06 -
System Red Green Blue C M Y K H S L
Decimal 235 30 60 0 0.87 0.74 0.08 351.22 0.84 0.52
Hex EB 1E 3C 0 57 4A 8 15F 54 34
Octal 353 36 74 0 127 112 10 537 124 64
Binary 11101011 11110 111100 0 1010111 1001010 1000 101011111 1010100 110100

Color Harmonies of #EB1E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1E3C

Black with #EB1E3C

Text Example


Text Example

White with #EB1E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1E3C; }

 p { color: rgb(235,30,60); }

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

background-color css

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

 a { background-color: rgb(235,30,60); }

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

border-color css

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

 span { border-color: rgb(235,30,60); }

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