Html Css Color HEX #EB2224 Alizarin

📋 copy color: '#EB2224'

red 235 ◦ green 34 ◦ blue 36

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

Shades of Alizarin #EB2224

Tints of Alizarin #EB2224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.8%

R = 77.05%
G = 11.15%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EB2224 (or 0xEB2224) is known color: Alizarin. HEX triplet: EB, 22 and 24. RGB value is (235,34,36). Sum of RGB (Red+Green+Blue) = 235+34+36=305 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.05% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2224 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2224 is #14DDDB. Grayscale: #5E5E5E. Windows color (decimal): -1367516 or 2368235. OLE color: 2368235.

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

Color convert

RGB 235 34 36 -
CMYK 0 0.86 0.85 0.08
HSL 359.4º 0.83% 0.53% -
HSV(B) 359.4º 0.86% 0.92% -
XYZ 35.15 18.93 3.47 -
YUV 94.33 95.09 228.34 -
System Red Green Blue C M Y K H S L
Decimal 235 34 36 0 0.86 0.85 0.08 359.4 0.83 0.53
Hex EB 22 24 0 56 55 8 167 53 35
Octal 353 42 44 0 126 125 10 547 123 65
Binary 11101011 100010 100100 0 1010110 1010101 1000 101100111 1010011 110101

Color Harmonies of #EB2224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2224

Black with #EB2224

Text Example


Text Example

White with #EB2224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2224; }

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

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

background-color css

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

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

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

border-color css

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

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

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