Html Css Color HEX #EA142C Alizarin

📋 copy color: '#EA142C'

red 234 ◦ green 20 ◦ blue 44

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

Shades of Alizarin #EA142C

Tints of Alizarin #EA142C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.71%

 BLUE value IS 44 (17.58% from 255) = 14.77%

R = 78.52%
G = 6.71%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA142C (or 0xEA142C) is known color: Alizarin. HEX triplet: EA, 14 and 2C. RGB value is (234,20,44). Sum of RGB (Red+Green+Blue) = 234+20+44=298 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.52% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 234 - color contains mainly: red. Hex color #EA142C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA142C is #15EBD3. Grayscale: #565656. Windows color (decimal): -1436628 or 2888938. OLE color: 2888938.

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

Color convert

RGB 234 20 44 -
CMYK 0 0.91 0.81 0.08
HSL 353.27º 0.84% 0.5% -
HSV(B) 353.27º 0.91% 0.92% -
XYZ 34.64 18.17 4.07 -
YUV 86.72 103.9 233.05 -
System Red Green Blue C M Y K H S L
Decimal 234 20 44 0 0.91 0.81 0.08 353.27 0.84 0.5
Hex EA 14 2C 0 5B 51 8 161 54 32
Octal 352 24 54 0 133 121 10 541 124 62
Binary 11101010 10100 101100 0 1011011 1010001 1000 101100001 1010100 110010

Color Harmonies of #EA142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA142C

Black with #EA142C

Text Example


Text Example

White with #EA142C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA142C; }

 p { color: rgb(234,20,44); }

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

background-color css

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

 a { background-color: rgb(234,20,44); }

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

border-color css

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

 span { border-color: rgb(234,20,44); }

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