Html Css Color HEX #EA253F Alizarin

📋 copy color: '#EA253F'

red 234 ◦ green 37 ◦ blue 63

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

Shades of Alizarin #EA253F

Tints of Alizarin #EA253F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.08%

 BLUE value IS 63 (25% from 255) = 18.86%

R = 70.06%
G = 11.08%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA253F (or 0xEA253F) is known color: Alizarin. HEX triplet: EA, 25 and 3F. RGB value is (234,37,63). Sum of RGB (Red+Green+Blue) = 234+37+63=334 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.06% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 234 - color contains mainly: red. Hex color #EA253F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA253F is #15DAC0. Grayscale: #626262. Windows color (decimal): -1432257 or 4138474. OLE color: 4138474.

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

Color convert

RGB 234 37 63 -
CMYK 0 0.84 0.73 0.08
HSL 352.08º 0.82% 0.53% -
HSV(B) 352.08º 0.84% 0.92% -
XYZ 35.49 19.17 6.53 -
YUV 98.87 107.77 224.39 -
System Red Green Blue C M Y K H S L
Decimal 234 37 63 0 0.84 0.73 0.08 352.08 0.82 0.53
Hex EA 25 3F 0 54 49 8 160 52 35
Octal 352 45 77 0 124 111 10 540 122 65
Binary 11101010 100101 111111 0 1010100 1001001 1000 101100000 1010010 110101

Color Harmonies of #EA253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA253F

Black with #EA253F

Text Example


Text Example

White with #EA253F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA253F; }

 p { color: rgb(234,37,63); }

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

background-color css

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

 a { background-color: rgb(234,37,63); }

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

border-color css

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

 span { border-color: rgb(234,37,63); }

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