Html Css Color HEX #EB2234 Alizarin

📋 copy color: '#EB2234'

red 235 ◦ green 34 ◦ blue 52

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

Shades of Alizarin #EB2234

Tints of Alizarin #EB2234

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.59%

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

R = 73.21%
G = 10.59%
B = 16.2%

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

#EB2234 (or 0xEB2234) is known color: Alizarin. HEX triplet: EB, 22 and 34. RGB value is (235,34,52). Sum of RGB (Red+Green+Blue) = 235+34+52=321 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.21% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2234 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2234 is #14DDCB. Grayscale: #606060. Windows color (decimal): -1367500 or 3416811. OLE color: 3416811.

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

Color convert

RGB 235 34 52 -
CMYK 0 0.86 0.78 0.08
HSL 354.63º 0.83% 0.53% -
HSV(B) 354.63º 0.86% 0.92% -
XYZ 35.45 19.05 5.06 -
YUV 96.15 103.09 227.04 -
System Red Green Blue C M Y K H S L
Decimal 235 34 52 0 0.86 0.78 0.08 354.63 0.83 0.53
Hex EB 22 34 0 56 4E 8 163 53 35
Octal 353 42 64 0 126 116 10 543 123 65
Binary 11101011 100010 110100 0 1010110 1001110 1000 101100011 1010011 110101

Color Harmonies of #EB2234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2234

Black with #EB2234

Text Example


Text Example

White with #EB2234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2234; }

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

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

background-color css

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

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

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

border-color css

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

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

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