Html Css Color HEX #EB2436 Alizarin

📋 copy color: '#EB2436'

red 235 ◦ green 36 ◦ blue 54

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

Shades of Alizarin #EB2436

Tints of Alizarin #EB2436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.62%

R = 72.31%
G = 11.08%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EB2436 (or 0xEB2436) is known color: Alizarin. HEX triplet: EB, 24 and 36. RGB value is (235,36,54). Sum of RGB (Red+Green+Blue) = 235+36+54=325 (43% of max value = 765). Red value is 235 (92.19% from 255 or 72.31% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 54 (21.48% from 255 or 16.62% from 325); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2436 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2436 is #14DBC9. Grayscale: #616161. Windows color (decimal): -1366986 or 3548395. OLE color: 3548395.

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

Color convert

RGB 235 36 54 -
CMYK 0 0.85 0.77 0.08
HSL 354.57º 0.83% 0.53% -
HSV(B) 354.57º 0.85% 0.92% -
XYZ 35.56 19.19 5.32 -
YUV 97.55 103.43 226.04 -
System Red Green Blue C M Y K H S L
Decimal 235 36 54 0 0.85 0.77 0.08 354.57 0.83 0.53
Hex EB 24 36 0 55 4D 8 163 53 35
Octal 353 44 66 0 125 115 10 543 123 65
Binary 11101011 100100 110110 0 1010101 1001101 1000 101100011 1010011 110101

Color Harmonies of #EB2436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2436

Black with #EB2436

Text Example


Text Example

White with #EB2436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2436; }

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

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

background-color css

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

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

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

border-color css

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

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

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