Html Css Color HEX #EA2C35 Alizarin

📋 copy color: '#EA2C35'

red 234 ◦ green 44 ◦ blue 53

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

Shades of Alizarin #EA2C35

Tints of Alizarin #EA2C35

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.29%

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

R = 70.69%
G = 13.29%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EA2C35 (or 0xEA2C35) is known color: Alizarin. HEX triplet: EA, 2C and 35. RGB value is (234,44,53). Sum of RGB (Red+Green+Blue) = 234+44+53=331 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.69% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2C35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2C35 is #15D3CA. Grayscale: #656565. Windows color (decimal): -1430475 or 3484906. OLE color: 3484906.

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

Color convert

RGB 234 44 53 -
CMYK 0 0.81 0.77 0.08
HSL 357.16º 0.82% 0.55% -
HSV(B) 357.16º 0.81% 0.92% -
XYZ 35.47 19.55 5.27 -
YUV 101.84 100.45 222.27 -
System Red Green Blue C M Y K H S L
Decimal 234 44 53 0 0.81 0.77 0.08 357.16 0.82 0.55
Hex EA 2C 35 0 51 4D 8 165 52 37
Octal 352 54 65 0 121 115 10 545 122 67
Binary 11101010 101100 110101 0 1010001 1001101 1000 101100101 1010010 110111

Color Harmonies of #EA2C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2C35

Black with #EA2C35

Text Example


Text Example

White with #EA2C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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