Html Css Color HEX #EB2435 Alizarin

📋 copy color: '#EB2435'

red 235 ◦ green 36 ◦ blue 53

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

Shades of Alizarin #EB2435

Tints of Alizarin #EB2435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.36%

R = 72.53%
G = 11.11%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EB2435 (or 0xEB2435) is known color: Alizarin. HEX triplet: EB, 24 and 35. RGB value is (235,36,53). Sum of RGB (Red+Green+Blue) = 235+36+53=324 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.53% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2435 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2435 is #14DBCA. Grayscale: #616161. Windows color (decimal): -1366987 or 3482859. OLE color: 3482859.

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

Color convert

RGB 235 36 53 -
CMYK 0 0.85 0.77 0.08
HSL 354.87º 0.83% 0.53% -
HSV(B) 354.87º 0.85% 0.92% -
XYZ 35.53 19.18 5.2 -
YUV 97.44 102.93 226.12 -
System Red Green Blue C M Y K H S L
Decimal 235 36 53 0 0.85 0.77 0.08 354.87 0.83 0.53
Hex EB 24 35 0 55 4D 8 163 53 35
Octal 353 44 65 0 125 115 10 543 123 65
Binary 11101011 100100 110101 0 1010101 1001101 1000 101100011 1010011 110101

Color Harmonies of #EB2435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2435

Black with #EB2435

Text Example


Text Example

White with #EB2435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2435; }

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

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

background-color css

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

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

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

border-color css

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

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

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