Html Css Color HEX #EB2122 Alizarin

📋 copy color: '#EB2122'

red 235 ◦ green 33 ◦ blue 34

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

Shades of Alizarin #EB2122

Tints of Alizarin #EB2122

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.93%

 BLUE value IS 34 (13.67% from 255) = 11.26%

R = 77.81%
G = 10.93%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB2122 (or 0xEB2122) is known color: Alizarin. HEX triplet: EB, 21 and 22. RGB value is (235,33,34). Sum of RGB (Red+Green+Blue) = 235+33+34=302 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.81% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2122 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2122 is #14DEDD. Grayscale: #5D5D5D. Windows color (decimal): -1367774 or 2236907. OLE color: 2236907.

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

Color convert

RGB 235 33 34 -
CMYK 0 0.86 0.86 0.08
HSL 359.7º 0.83% 0.53% -
HSV(B) 359.7º 0.86% 0.92% -
XYZ 35.09 18.87 3.31 -
YUV 93.51 94.42 228.92 -
System Red Green Blue C M Y K H S L
Decimal 235 33 34 0 0.86 0.86 0.08 359.7 0.83 0.53
Hex EB 21 22 0 56 56 8 168 53 35
Octal 353 41 42 0 126 126 10 550 123 65
Binary 11101011 100001 100010 0 1010110 1010110 1000 101101000 1010011 110101

Color Harmonies of #EB2122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2122

Black with #EB2122

Text Example


Text Example

White with #EB2122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2122; }

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

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

background-color css

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

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

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

border-color css

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

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

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