Html Css Color HEX #EB2433 Alizarin

📋 copy color: '#EB2433'

red 235 ◦ green 36 ◦ blue 51

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

Shades of Alizarin #EB2433

Tints of Alizarin #EB2433

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.18%

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

R = 72.98%
G = 11.18%
B = 15.84%

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

#EB2433 (or 0xEB2433) is known color: Alizarin. HEX triplet: EB, 24 and 33. RGB value is (235,36,51). Sum of RGB (Red+Green+Blue) = 235+36+51=322 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.98% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2433 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2433 is #14DBCC. Grayscale: #616161. Windows color (decimal): -1366989 or 3351787. OLE color: 3351787.

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

Color convert

RGB 235 36 51 -
CMYK 0 0.85 0.78 0.08
HSL 355.48º 0.83% 0.53% -
HSV(B) 355.48º 0.85% 0.92% -
XYZ 35.49 19.16 4.96 -
YUV 97.21 101.93 226.28 -
System Red Green Blue C M Y K H S L
Decimal 235 36 51 0 0.85 0.78 0.08 355.48 0.83 0.53
Hex EB 24 33 0 55 4E 8 163 53 35
Octal 353 44 63 0 125 116 10 543 123 65
Binary 11101011 100100 110011 0 1010101 1001110 1000 101100011 1010011 110101

Color Harmonies of #EB2433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2433

Black with #EB2433

Text Example


Text Example

White with #EB2433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2433; }

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

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

background-color css

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

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

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

border-color css

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

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

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