Html Css Color HEX #EA2D35 Alizarin

📋 copy color: '#EA2D35'

red 234 ◦ green 45 ◦ blue 53

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

Shades of Alizarin #EA2D35

Tints of Alizarin #EA2D35

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.55%

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

R = 70.48%
G = 13.55%
B = 15.96%

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

#EA2D35 (or 0xEA2D35) is known color: Alizarin. HEX triplet: EA, 2D and 35. RGB value is (234,45,53). Sum of RGB (Red+Green+Blue) = 234+45+53=332 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.48% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2D35 is #15D2CA. Grayscale: #666666. Windows color (decimal): -1430219 or 3485162. OLE color: 3485162.

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

Color convert

RGB 234 45 53 -
CMYK 0 0.81 0.77 0.08
HSL 357.46º 0.82% 0.55% -
HSV(B) 357.46º 0.81% 0.92% -
XYZ 35.51 19.63 5.28 -
YUV 102.42 100.12 221.85 -
System Red Green Blue C M Y K H S L
Decimal 234 45 53 0 0.81 0.77 0.08 357.46 0.82 0.55
Hex EA 2D 35 0 51 4D 8 165 52 37
Octal 352 55 65 0 121 115 10 545 122 67
Binary 11101010 101101 110101 0 1010001 1001101 1000 101100101 1010010 110111

Color Harmonies of #EA2D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2D35

Black with #EA2D35

Text Example


Text Example

White with #EA2D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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