Html Css Color HEX #EB2841 Alizarin

📋 copy color: '#EB2841'

red 235 ◦ green 40 ◦ blue 65

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

Shades of Alizarin #EB2841

Tints of Alizarin #EB2841

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.76%

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

R = 69.12%
G = 11.76%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EB2841 (or 0xEB2841) is known color: Alizarin. HEX triplet: EB, 28 and 41. RGB value is (235,40,65). Sum of RGB (Red+Green+Blue) = 235+40+65=340 (45% of max value = 765). Red value is 235 (92.19% from 255 or 69.12% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2841 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2841 is #14D7BE. Grayscale: #656565. Windows color (decimal): -1365951 or 4270315. OLE color: 4270315.

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

Color convert

RGB 235 40 65 -
CMYK 0 0.83 0.72 0.08
HSL 352.31º 0.83% 0.54% -
HSV(B) 352.31º 0.83% 0.92% -
XYZ 35.97 19.56 6.88 -
YUV 101.16 107.6 223.47 -
System Red Green Blue C M Y K H S L
Decimal 235 40 65 0 0.83 0.72 0.08 352.31 0.83 0.54
Hex EB 28 41 0 53 48 8 160 53 36
Octal 353 50 101 0 123 110 10 540 123 66
Binary 11101011 101000 1000001 0 1010011 1001000 1000 101100000 1010011 110110

Color Harmonies of #EB2841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2841

Black with #EB2841

Text Example


Text Example

White with #EB2841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2841; }

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

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

background-color css

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

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

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

border-color css

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

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

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