Html Css Color HEX #EB2434 Alizarin

📋 copy color: '#EB2434'

red 235 ◦ green 36 ◦ blue 52

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

Shades of Alizarin #EB2434

Tints of Alizarin #EB2434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.1%

R = 72.76%
G = 11.15%
B = 16.1%

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

#EB2434 (or 0xEB2434) is known color: Alizarin. HEX triplet: EB, 24 and 34. RGB value is (235,36,52). Sum of RGB (Red+Green+Blue) = 235+36+52=323 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.76% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2434 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2434 is #14DBCB. Grayscale: #616161. Windows color (decimal): -1366988 or 3417323. OLE color: 3417323.

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

Color convert

RGB 235 36 52 -
CMYK 0 0.85 0.78 0.08
HSL 355.18º 0.83% 0.53% -
HSV(B) 355.18º 0.85% 0.92% -
XYZ 35.51 19.17 5.08 -
YUV 97.33 102.43 226.2 -
System Red Green Blue C M Y K H S L
Decimal 235 36 52 0 0.85 0.78 0.08 355.18 0.83 0.53
Hex EB 24 34 0 55 4E 8 163 53 35
Octal 353 44 64 0 125 116 10 543 123 65
Binary 11101011 100100 110100 0 1010101 1001110 1000 101100011 1010011 110101

Color Harmonies of #EB2434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2434

Black with #EB2434

Text Example


Text Example

White with #EB2434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2434; }

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

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

background-color css

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

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

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

border-color css

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

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

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