Html Css Color HEX #EB2333 Alizarin

📋 copy color: '#EB2333'

red 235 ◦ green 35 ◦ blue 51

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

Shades of Alizarin #EB2333

Tints of Alizarin #EB2333

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.9%

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

R = 73.21%
G = 10.9%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EB2333 (or 0xEB2333) is known color: Alizarin. HEX triplet: EB, 23 and 33. RGB value is (235,35,51). Sum of RGB (Red+Green+Blue) = 235+35+51=321 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.21% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2333 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2333 is #14DCCC. Grayscale: #606060. Windows color (decimal): -1367245 or 3351531. OLE color: 3351531.

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

Color convert

RGB 235 35 51 -
CMYK 0 0.85 0.78 0.08
HSL 355.2º 0.83% 0.53% -
HSV(B) 355.2º 0.85% 0.92% -
XYZ 35.46 19.1 4.95 -
YUV 96.62 102.26 226.7 -
System Red Green Blue C M Y K H S L
Decimal 235 35 51 0 0.85 0.78 0.08 355.2 0.83 0.53
Hex EB 23 33 0 55 4E 8 163 53 35
Octal 353 43 63 0 125 116 10 543 123 65
Binary 11101011 100011 110011 0 1010101 1001110 1000 101100011 1010011 110101

Color Harmonies of #EB2333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2333

Black with #EB2333

Text Example


Text Example

White with #EB2333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2333; }

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

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

background-color css

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

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

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

border-color css

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

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

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