Html Css Color HEX #EB323B Alizarin

📋 copy color: '#EB323B'

red 235 ◦ green 50 ◦ blue 59

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

Shades of Alizarin #EB323B

Tints of Alizarin #EB323B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.15%

R = 68.31%
G = 14.53%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EB323B (or 0xEB323B) is known color: Alizarin. HEX triplet: EB, 32 and 3B. RGB value is (235,50,59). Sum of RGB (Red+Green+Blue) = 235+50+59=344 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.31% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 235 - color contains mainly: red. Hex color #EB323B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB323B is #14CDC4. Grayscale: #6A6A6A. Windows color (decimal): -1363397 or 3879659. OLE color: 3879659.

HSL color Cylindrical-coordinate representation of color #EB323B: hue angle of 357.08º 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 #EB323B is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 50 59 -
CMYK 0 0.79 0.75 0.08
HSL 357.08º 0.82% 0.56% -
HSV(B) 357.08º 0.79% 0.92% -
XYZ 36.19 20.26 6.14 -
YUV 106.34 101.29 219.77 -
System Red Green Blue C M Y K H S L
Decimal 235 50 59 0 0.79 0.75 0.08 357.08 0.82 0.56
Hex EB 32 3B 0 4F 4B 8 165 52 38
Octal 353 62 73 0 117 113 10 545 122 70
Binary 11101011 110010 111011 0 1001111 1001011 1000 101100101 1010010 111000

Color Harmonies of #EB323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB323B

Black with #EB323B

Text Example


Text Example

White with #EB323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB323B; }

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

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

background-color css

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

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

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

border-color css

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

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

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