Html Css Color HEX #EB2835 Alizarin

📋 copy color: '#EB2835'

red 235 ◦ green 40 ◦ blue 53

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

Shades of Alizarin #EB2835

Tints of Alizarin #EB2835

RGB

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

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

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

R = 71.65%
G = 12.2%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EB2835 (or 0xEB2835) is known color: Alizarin. HEX triplet: EB, 28 and 35. RGB value is (235,40,53). Sum of RGB (Red+Green+Blue) = 235+40+53=328 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.65% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 53 (21.09% from 255 or 16.16% from 328); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2835 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2835 is #14D7CA. Grayscale: #636363. Windows color (decimal): -1365963 or 3483883. OLE color: 3483883.

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

Color convert

RGB 235 40 53 -
CMYK 0 0.83 0.77 0.08
HSL 356º 0.83% 0.54% -
HSV(B) 356º 0.83% 0.92% -
XYZ 35.66 19.44 5.24 -
YUV 99.79 101.6 224.44 -
System Red Green Blue C M Y K H S L
Decimal 235 40 53 0 0.83 0.77 0.08 356 0.83 0.54
Hex EB 28 35 0 53 4D 8 164 53 36
Octal 353 50 65 0 123 115 10 544 123 66
Binary 11101011 101000 110101 0 1010011 1001101 1000 101100100 1010011 110110

Color Harmonies of #EB2835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2835

Black with #EB2835

Text Example


Text Example

White with #EB2835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2835; }

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

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

background-color css

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

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

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

border-color css

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

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

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