Html Css Color HEX #EA3033 Alizarin

📋 copy color: '#EA3033'

red 234 ◦ green 48 ◦ blue 51

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

Shades of Alizarin #EA3033

Tints of Alizarin #EA3033

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.41%

 BLUE value IS 51 (20.31% from 255) = 15.32%

R = 70.27%
G = 14.41%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EA3033 (or 0xEA3033) is known color: Alizarin. HEX triplet: EA, 30 and 33. RGB value is (234,48,51). Sum of RGB (Red+Green+Blue) = 234+48+51=333 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.27% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3033 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3033 is #15CFCC. Grayscale: #686868. Windows color (decimal): -1429453 or 3354858. OLE color: 3354858.

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

Color convert

RGB 234 48 51 -
CMYK 0 0.79 0.78 0.08
HSL 359.03º 0.82% 0.55% -
HSV(B) 359.03º 0.79% 0.92% -
XYZ 35.59 19.85 5.09 -
YUV 103.96 98.12 220.76 -
System Red Green Blue C M Y K H S L
Decimal 234 48 51 0 0.79 0.78 0.08 359.03 0.82 0.55
Hex EA 30 33 0 4F 4E 8 167 52 37
Octal 352 60 63 0 117 116 10 547 122 67
Binary 11101010 110000 110011 0 1001111 1001110 1000 101100111 1010010 110111

Color Harmonies of #EA3033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3033

Black with #EA3033

Text Example


Text Example

White with #EA3033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3033; }

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

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

background-color css

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

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

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

border-color css

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

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

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