Html Css Color HEX #EB2034 Alizarin

📋 copy color: '#EB2034'

red 235 ◦ green 32 ◦ blue 52

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

Shades of Alizarin #EB2034

Tints of Alizarin #EB2034

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.03%

 BLUE value IS 52 (20.7% from 255) = 16.3%

R = 73.67%
G = 10.03%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EB2034 (or 0xEB2034) is known color: Alizarin. HEX triplet: EB, 20 and 34. RGB value is (235,32,52). Sum of RGB (Red+Green+Blue) = 235+32+52=319 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.67% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2034 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2034 is #14DFCB. Grayscale: #5F5F5F. Windows color (decimal): -1368012 or 3416299. OLE color: 3416299.

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

Color convert

RGB 235 32 52 -
CMYK 0 0.86 0.78 0.08
HSL 354.09º 0.84% 0.52% -
HSV(B) 354.09º 0.86% 0.92% -
XYZ 35.4 18.94 5.04 -
YUV 94.98 103.75 227.87 -
System Red Green Blue C M Y K H S L
Decimal 235 32 52 0 0.86 0.78 0.08 354.09 0.84 0.52
Hex EB 20 34 0 56 4E 8 162 54 34
Octal 353 40 64 0 126 116 10 542 124 64
Binary 11101011 100000 110100 0 1010110 1001110 1000 101100010 1010100 110100

Color Harmonies of #EB2034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2034

Black with #EB2034

Text Example


Text Example

White with #EB2034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2034; }

 p { color: rgb(235,32,52); }

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

background-color css

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

 a { background-color: rgb(235,32,52); }

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

border-color css

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

 span { border-color: rgb(235,32,52); }

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