Html Css Color HEX #EA333D Alizarin

📋 copy color: '#EA333D'

red 234 ◦ green 51 ◦ blue 61

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

Shades of Alizarin #EA333D

Tints of Alizarin #EA333D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.74%

 BLUE value IS 61 (24.22% from 255) = 17.63%

R = 67.63%
G = 14.74%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA333D (or 0xEA333D) is known color: Alizarin. HEX triplet: EA, 33 and 3D. RGB value is (234,51,61). Sum of RGB (Red+Green+Blue) = 234+51+61=346 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.63% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 234 - color contains mainly: red. Hex color #EA333D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA333D is #15CCC2. Grayscale: #6B6B6B. Windows color (decimal): -1428675 or 4010986. OLE color: 4010986.

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

Color convert

RGB 234 51 61 -
CMYK 0 0.78 0.74 0.08
HSL 356.72º 0.81% 0.56% -
HSV(B) 356.72º 0.78% 0.92% -
XYZ 35.96 20.2 6.42 -
YUV 106.86 102.13 218.69 -
System Red Green Blue C M Y K H S L
Decimal 234 51 61 0 0.78 0.74 0.08 356.72 0.81 0.56
Hex EA 33 3D 0 4E 4A 8 165 51 38
Octal 352 63 75 0 116 112 10 545 121 70
Binary 11101010 110011 111101 0 1001110 1001010 1000 101100101 1010001 111000

Color Harmonies of #EA333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA333D

Black with #EA333D

Text Example


Text Example

White with #EA333D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA333D; }

 p { color: rgb(234,51,61); }

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

background-color css

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

 a { background-color: rgb(234,51,61); }

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

border-color css

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

 span { border-color: rgb(234,51,61); }

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