Html Css Color HEX #EB323D Alizarin

📋 copy color: '#EB323D'

red 235 ◦ green 50 ◦ blue 61

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

Shades of Alizarin #EB323D

Tints of Alizarin #EB323D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.63%

R = 67.92%
G = 14.45%
B = 17.63%

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

#EB323D (or 0xEB323D) is known color: Alizarin. HEX triplet: EB, 32 and 3D. RGB value is (235,50,61). Sum of RGB (Red+Green+Blue) = 235+50+61=346 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.92% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 235 - color contains mainly: red. Hex color #EB323D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB323D is #14CDC2. Grayscale: #6A6A6A. Windows color (decimal): -1363395 or 4010731. OLE color: 4010731.

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

Color convert

RGB 235 50 61 -
CMYK 0 0.79 0.74 0.08
HSL 356.43º 0.82% 0.56% -
HSV(B) 356.43º 0.79% 0.92% -
XYZ 36.24 20.28 6.42 -
YUV 106.57 102.29 219.61 -
System Red Green Blue C M Y K H S L
Decimal 235 50 61 0 0.79 0.74 0.08 356.43 0.82 0.56
Hex EB 32 3D 0 4F 4A 8 164 52 38
Octal 353 62 75 0 117 112 10 544 122 70
Binary 11101011 110010 111101 0 1001111 1001010 1000 101100100 1010010 111000

Color Harmonies of #EB323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB323D

Black with #EB323D

Text Example


Text Example

White with #EB323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB323D; }

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

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

background-color css

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

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

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

border-color css

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

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

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