Html Css Color HEX #EB2032 Alizarin

📋 copy color: '#EB2032'

red 235 ◦ green 32 ◦ blue 50

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

Shades of Alizarin #EB2032

Tints of Alizarin #EB2032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.77%

R = 74.13%
G = 10.09%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EB2032 (or 0xEB2032) is known color: Alizarin. HEX triplet: EB, 20 and 32. RGB value is (235,32,50). Sum of RGB (Red+Green+Blue) = 235+32+50=317 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.13% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2032 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2032 is #14DFCD. Grayscale: #5E5E5E. Windows color (decimal): -1368014 or 3285227. OLE color: 3285227.

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

Color convert

RGB 235 32 50 -
CMYK 0 0.86 0.79 0.08
HSL 354.68º 0.84% 0.52% -
HSV(B) 354.68º 0.86% 0.92% -
XYZ 35.35 18.93 4.81 -
YUV 94.75 102.75 228.04 -
System Red Green Blue C M Y K H S L
Decimal 235 32 50 0 0.86 0.79 0.08 354.68 0.84 0.52
Hex EB 20 32 0 56 4F 8 163 54 34
Octal 353 40 62 0 126 117 10 543 124 64
Binary 11101011 100000 110010 0 1010110 1001111 1000 101100011 1010100 110100

Color Harmonies of #EB2032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2032

Black with #EB2032

Text Example


Text Example

White with #EB2032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2032; }

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

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

background-color css

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

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

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

border-color css

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

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

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