Html Css Color HEX #EA232B Alizarin

📋 copy color: '#EA232B'

red 234 ◦ green 35 ◦ blue 43

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

Shades of Alizarin #EA232B

Tints of Alizarin #EA232B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.78%

R = 75%
G = 11.22%
B = 13.78%

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

#EA232B (or 0xEA232B) is known color: Alizarin. HEX triplet: EA, 23 and 2B. RGB value is (234,35,43). Sum of RGB (Red+Green+Blue) = 234+35+43=312 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 234 - color contains mainly: red. Hex color #EA232B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA232B is #15DCD4. Grayscale: #5F5F5F. Windows color (decimal): -1432789 or 2827242. OLE color: 2827242.

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

Color convert

RGB 234 35 43 -
CMYK 0 0.85 0.82 0.08
HSL 357.59º 0.83% 0.53% -
HSV(B) 357.59º 0.85% 0.92% -
XYZ 34.97 18.87 4.08 -
YUV 95.41 98.43 226.85 -
System Red Green Blue C M Y K H S L
Decimal 234 35 43 0 0.85 0.82 0.08 357.59 0.83 0.53
Hex EA 23 2B 0 55 52 8 166 53 35
Octal 352 43 53 0 125 122 10 546 123 65
Binary 11101010 100011 101011 0 1010101 1010010 1000 101100110 1010011 110101

Color Harmonies of #EA232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA232B

Black with #EA232B

Text Example


Text Example

White with #EA232B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA232B; }

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

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

background-color css

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

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

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

border-color css

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

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

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