Html Css Color HEX #EB323C Alizarin

📋 copy color: '#EB323C'

red 235 ◦ green 50 ◦ blue 60

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

Shades of Alizarin #EB323C

Tints of Alizarin #EB323C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.49%

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

R = 68.12%
G = 14.49%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB323C (or 0xEB323C) is known color: Alizarin. HEX triplet: EB, 32 and 3C. RGB value is (235,50,60). Sum of RGB (Red+Green+Blue) = 235+50+60=345 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.12% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 235 - color contains mainly: red. Hex color #EB323C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB323C is #14CDC3. Grayscale: #6A6A6A. Windows color (decimal): -1363396 or 3945195. OLE color: 3945195.

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

Color convert

RGB 235 50 60 -
CMYK 0 0.79 0.74 0.08
HSL 356.76º 0.82% 0.56% -
HSV(B) 356.76º 0.79% 0.92% -
XYZ 36.22 20.27 6.28 -
YUV 106.46 101.79 219.69 -
System Red Green Blue C M Y K H S L
Decimal 235 50 60 0 0.79 0.74 0.08 356.76 0.82 0.56
Hex EB 32 3C 0 4F 4A 8 165 52 38
Octal 353 62 74 0 117 112 10 545 122 70
Binary 11101011 110010 111100 0 1001111 1001010 1000 101100101 1010010 111000

Color Harmonies of #EB323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB323C

Black with #EB323C

Text Example


Text Example

White with #EB323C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB323C; }

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

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

background-color css

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

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

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

border-color css

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

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

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