Html Css Color HEX #EB2133 Alizarin

📋 copy color: '#EB2133'

red 235 ◦ green 33 ◦ blue 51

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

Shades of Alizarin #EB2133

Tints of Alizarin #EB2133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.99%

R = 73.67%
G = 10.34%
B = 15.99%

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

#EB2133 (or 0xEB2133) is known color: Alizarin. HEX triplet: EB, 21 and 33. RGB value is (235,33,51). Sum of RGB (Red+Green+Blue) = 235+33+51=319 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.67% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2133 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2133 is #14DECC. Grayscale: #5F5F5F. Windows color (decimal): -1367757 or 3351019. OLE color: 3351019.

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

Color convert

RGB 235 33 51 -
CMYK 0 0.86 0.78 0.08
HSL 354.65º 0.83% 0.53% -
HSV(B) 354.65º 0.86% 0.92% -
XYZ 35.4 18.99 4.93 -
YUV 95.45 102.92 227.54 -
System Red Green Blue C M Y K H S L
Decimal 235 33 51 0 0.86 0.78 0.08 354.65 0.83 0.53
Hex EB 21 33 0 56 4E 8 163 53 35
Octal 353 41 63 0 126 116 10 543 123 65
Binary 11101011 100001 110011 0 1010110 1001110 1000 101100011 1010011 110101

Color Harmonies of #EB2133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2133

Black with #EB2133

Text Example


Text Example

White with #EB2133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2133; }

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

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

background-color css

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

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

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

border-color css

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

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

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