Html Css Color HEX #EB2732 Alizarin

📋 copy color: '#EB2732'

red 235 ◦ green 39 ◦ blue 50

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

Shades of Alizarin #EB2732

Tints of Alizarin #EB2732

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.04%

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

R = 72.53%
G = 12.04%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EB2732 (or 0xEB2732) is known color: Alizarin. HEX triplet: EB, 27 and 32. RGB value is (235,39,50). Sum of RGB (Red+Green+Blue) = 235+39+50=324 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.53% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2732 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2732 is #14D8CD. Grayscale: #636363. Windows color (decimal): -1366222 or 3287019. OLE color: 3287019.

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

Color convert

RGB 235 39 50 -
CMYK 0 0.83 0.79 0.08
HSL 356.63º 0.83% 0.54% -
HSV(B) 356.63º 0.83% 0.92% -
XYZ 35.56 19.34 4.88 -
YUV 98.86 100.43 225.11 -
System Red Green Blue C M Y K H S L
Decimal 235 39 50 0 0.83 0.79 0.08 356.63 0.83 0.54
Hex EB 27 32 0 53 4F 8 165 53 36
Octal 353 47 62 0 123 117 10 545 123 66
Binary 11101011 100111 110010 0 1010011 1001111 1000 101100101 1010011 110110

Color Harmonies of #EB2732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2732

Black with #EB2732

Text Example


Text Example

White with #EB2732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2732; }

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

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

background-color css

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

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

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

border-color css

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

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

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