Html Css Color HEX #EA232A Alizarin

📋 copy color: '#EA232A'

red 234 ◦ green 35 ◦ blue 42

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

Shades of Alizarin #EA232A

Tints of Alizarin #EA232A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.25%

 BLUE value IS 42 (16.8% from 255) = 13.5%

R = 75.24%
G = 11.25%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA232A (or 0xEA232A) is known color: Alizarin. HEX triplet: EA, 23 and 2A. RGB value is (234,35,42). Sum of RGB (Red+Green+Blue) = 234+35+42=311 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.24% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 234 - color contains mainly: red. Hex color #EA232A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA232A is #15DCD5. Grayscale: #5F5F5F. Windows color (decimal): -1432790 or 2761706. OLE color: 2761706.

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

Color convert

RGB 234 35 42 -
CMYK 0 0.85 0.82 0.08
HSL 357.89º 0.83% 0.53% -
HSV(B) 357.89º 0.85% 0.92% -
XYZ 34.95 18.86 3.99 -
YUV 95.3 97.93 226.93 -
System Red Green Blue C M Y K H S L
Decimal 234 35 42 0 0.85 0.82 0.08 357.89 0.83 0.53
Hex EA 23 2A 0 55 52 8 166 53 35
Octal 352 43 52 0 125 122 10 546 123 65
Binary 11101010 100011 101010 0 1010101 1010010 1000 101100110 1010011 110101

Color Harmonies of #EA232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA232A

Black with #EA232A

Text Example


Text Example

White with #EA232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA232A; }

 p { color: rgb(234,35,42); }

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

background-color css

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

 a { background-color: rgb(234,35,42); }

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

border-color css

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

 span { border-color: rgb(234,35,42); }

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