Html Css Color HEX #EB2441 Alizarin

📋 copy color: '#EB2441'

red 235 ◦ green 36 ◦ blue 65

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

Shades of Alizarin #EB2441

Tints of Alizarin #EB2441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.35%

R = 69.94%
G = 10.71%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EB2441 (or 0xEB2441) is known color: Alizarin. HEX triplet: EB, 24 and 41. RGB value is (235,36,65). Sum of RGB (Red+Green+Blue) = 235+36+65=336 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.94% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2441 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2441 is #14DBBE. Grayscale: #626262. Windows color (decimal): -1366975 or 4269291. OLE color: 4269291.

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

Color convert

RGB 235 36 65 -
CMYK 0 0.85 0.72 0.08
HSL 351.26º 0.83% 0.53% -
HSV(B) 351.26º 0.85% 0.92% -
XYZ 35.85 19.31 6.84 -
YUV 98.81 108.93 225.14 -
System Red Green Blue C M Y K H S L
Decimal 235 36 65 0 0.85 0.72 0.08 351.26 0.83 0.53
Hex EB 24 41 0 55 48 8 15F 53 35
Octal 353 44 101 0 125 110 10 537 123 65
Binary 11101011 100100 1000001 0 1010101 1001000 1000 101011111 1010011 110101

Color Harmonies of #EB2441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2441

Black with #EB2441

Text Example


Text Example

White with #EB2441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2441; }

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

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

background-color css

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

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

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

border-color css

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

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

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