Html Css Color HEX #EB1D3C Alizarin

📋 copy color: '#EB1D3C'

red 235 ◦ green 29 ◦ blue 60

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

Shades of Alizarin #EB1D3C

Tints of Alizarin #EB1D3C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.95%

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

R = 72.53%
G = 8.95%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB1D3C (or 0xEB1D3C) is known color: Alizarin. HEX triplet: EB, 1D and 3C. RGB value is (235,29,60). Sum of RGB (Red+Green+Blue) = 235+29+60=324 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.53% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1D3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1D3C is #14E2C3. Grayscale: #5E5E5E. Windows color (decimal): -1368772 or 3939819. OLE color: 3939819.

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

Color convert

RGB 235 29 60 -
CMYK 0 0.88 0.74 0.08
HSL 350.97º 0.84% 0.52% -
HSV(B) 350.97º 0.88% 0.92% -
XYZ 35.52 18.87 6.04 -
YUV 94.13 108.75 228.48 -
System Red Green Blue C M Y K H S L
Decimal 235 29 60 0 0.88 0.74 0.08 350.97 0.84 0.52
Hex EB 1D 3C 0 58 4A 8 15F 54 34
Octal 353 35 74 0 130 112 10 537 124 64
Binary 11101011 11101 111100 0 1011000 1001010 1000 101011111 1010100 110100

Color Harmonies of #EB1D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1D3C

Black with #EB1D3C

Text Example


Text Example

White with #EB1D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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