Html Css Color HEX #EB2431 Alizarin

📋 copy color: '#EB2431'

red 235 ◦ green 36 ◦ blue 49

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

Shades of Alizarin #EB2431

Tints of Alizarin #EB2431

RGB

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

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

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

R = 73.44%
G = 11.25%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EB2431 (or 0xEB2431) is known color: Alizarin. HEX triplet: EB, 24 and 31. RGB value is (235,36,49). Sum of RGB (Red+Green+Blue) = 235+36+49=320 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.44% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2431 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2431 is #14DBCE. Grayscale: #616161. Windows color (decimal): -1366991 or 3220715. OLE color: 3220715.

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

Color convert

RGB 235 36 49 -
CMYK 0 0.85 0.79 0.08
HSL 356.08º 0.83% 0.53% -
HSV(B) 356.08º 0.85% 0.92% -
XYZ 35.45 19.15 4.73 -
YUV 96.98 100.93 226.44 -
System Red Green Blue C M Y K H S L
Decimal 235 36 49 0 0.85 0.79 0.08 356.08 0.83 0.53
Hex EB 24 31 0 55 4F 8 164 53 35
Octal 353 44 61 0 125 117 10 544 123 65
Binary 11101011 100100 110001 0 1010101 1001111 1000 101100100 1010011 110101

Color Harmonies of #EB2431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2431

Black with #EB2431

Text Example


Text Example

White with #EB2431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2431; }

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

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

background-color css

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

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

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

border-color css

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

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

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