Html Css Color HEX #EA1E2F Alizarin

📋 copy color: '#EA1E2F'

red 234 ◦ green 30 ◦ blue 47

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

Shades of Alizarin #EA1E2F

Tints of Alizarin #EA1E2F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.65%

 BLUE value IS 47 (18.75% from 255) = 15.11%

R = 75.24%
G = 9.65%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EA1E2F (or 0xEA1E2F) is known color: Alizarin. HEX triplet: EA, 1E and 2F. RGB value is (234,30,47). Sum of RGB (Red+Green+Blue) = 234+30+47=311 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.24% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1E2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1E2F is #15E1D0. Grayscale: #5D5D5D. Windows color (decimal): -1434065 or 3088106. OLE color: 3088106.

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

Color convert

RGB 234 30 47 -
CMYK 0 0.87 0.80 0.08
HSL 355º 0.83% 0.52% -
HSV(B) 355º 0.87% 0.92% -
XYZ 34.91 18.63 4.44 -
YUV 92.93 102.09 228.62 -
System Red Green Blue C M Y K H S L
Decimal 234 30 47 0 0.87 0.80 0.08 355 0.83 0.52
Hex EA 1E 2F 0 57 50 8 163 53 34
Octal 352 36 57 0 127 120 10 543 123 64
Binary 11101010 11110 101111 0 1010111 1010000 1000 101100011 1010011 110100

Color Harmonies of #EA1E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1E2F

Black with #EA1E2F

Text Example


Text Example

White with #EA1E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1E2F; }

 p { color: rgb(234,30,47); }

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

background-color css

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

 a { background-color: rgb(234,30,47); }

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

border-color css

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

 span { border-color: rgb(234,30,47); }

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