Html Css Color HEX #EA232D Alizarin

📋 copy color: '#EA232D'

red 234 ◦ green 35 ◦ blue 45

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

Shades of Alizarin #EA232D

Tints of Alizarin #EA232D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.33%

R = 74.52%
G = 11.15%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA232D (or 0xEA232D) is known color: Alizarin. HEX triplet: EA, 23 and 2D. RGB value is (234,35,45). Sum of RGB (Red+Green+Blue) = 234+35+45=314 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.52% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 234 - color contains mainly: red. Hex color #EA232D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA232D is #15DCD2. Grayscale: #5F5F5F. Windows color (decimal): -1432787 or 2958314. OLE color: 2958314.

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

Color convert

RGB 234 35 45 -
CMYK 0 0.85 0.81 0.08
HSL 356.98º 0.83% 0.53% -
HSV(B) 356.98º 0.85% 0.92% -
XYZ 35.01 18.88 4.28 -
YUV 95.64 99.43 226.69 -
System Red Green Blue C M Y K H S L
Decimal 234 35 45 0 0.85 0.81 0.08 356.98 0.83 0.53
Hex EA 23 2D 0 55 51 8 165 53 35
Octal 352 43 55 0 125 121 10 545 123 65
Binary 11101010 100011 101101 0 1010101 1010001 1000 101100101 1010011 110101

Color Harmonies of #EA232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA232D

Black with #EA232D

Text Example


Text Example

White with #EA232D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA232D; }

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

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

background-color css

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

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

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

border-color css

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

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

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