Html Css Color HEX #EB2831 Alizarin

📋 copy color: '#EB2831'

red 235 ◦ green 40 ◦ blue 49

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

Shades of Alizarin #EB2831

Tints of Alizarin #EB2831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.12%

R = 72.53%
G = 12.35%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EB2831 (or 0xEB2831) is known color: Alizarin. HEX triplet: EB, 28 and 31. RGB value is (235,40,49). Sum of RGB (Red+Green+Blue) = 235+40+49=324 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.53% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2831 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2831 is #14D7CE. Grayscale: #636363. Windows color (decimal): -1365967 or 3221739. OLE color: 3221739.

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

Color convert

RGB 235 40 49 -
CMYK 0 0.83 0.79 0.08
HSL 357.23º 0.83% 0.54% -
HSV(B) 357.23º 0.83% 0.92% -
XYZ 35.57 19.4 4.78 -
YUV 99.33 99.6 224.77 -
System Red Green Blue C M Y K H S L
Decimal 235 40 49 0 0.83 0.79 0.08 357.23 0.83 0.54
Hex EB 28 31 0 53 4F 8 165 53 36
Octal 353 50 61 0 123 117 10 545 123 66
Binary 11101011 101000 110001 0 1010011 1001111 1000 101100101 1010011 110110

Color Harmonies of #EB2831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2831

Black with #EB2831

Text Example


Text Example

White with #EB2831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2831; }

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

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

background-color css

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

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

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

border-color css

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

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

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