Html Css Color HEX #EA3536 Alizarin

📋 copy color: '#EA3536'

red 234 ◦ green 53 ◦ blue 54

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

Shades of Alizarin #EA3536

Tints of Alizarin #EA3536

RGB

 RED value IS 234 (91.8% from 255) = 68.62%

 GREEN value IS 53 (21.09% from 255) = 15.54%

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

R = 68.62%
G = 15.54%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EA3536 (or 0xEA3536) is known color: Alizarin. HEX triplet: EA, 35 and 36. RGB value is (234,53,54). Sum of RGB (Red+Green+Blue) = 234+53+54=341 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.62% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3536 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3536 is #15CAC9. Grayscale: #6B6B6B. Windows color (decimal): -1428170 or 3552746. OLE color: 3552746.

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

Color convert

RGB 234 53 54 -
CMYK 0 0.77 0.77 0.08
HSL 359.67º 0.81% 0.56% -
HSV(B) 359.67º 0.77% 0.92% -
XYZ 35.87 20.3 5.52 -
YUV 107.23 97.97 218.42 -
System Red Green Blue C M Y K H S L
Decimal 234 53 54 0 0.77 0.77 0.08 359.67 0.81 0.56
Hex EA 35 36 0 4D 4D 8 168 51 38
Octal 352 65 66 0 115 115 10 550 121 70
Binary 11101010 110101 110110 0 1001101 1001101 1000 101101000 1010001 111000

Color Harmonies of #EA3536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3536

Black with #EA3536

Text Example


Text Example

White with #EA3536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3536; }

 p { color: rgb(234,53,54); }

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

background-color css

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

 a { background-color: rgb(234,53,54); }

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

border-color css

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

 span { border-color: rgb(234,53,54); }

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