Html Css Color HEX #EA2A2F Alizarin

📋 copy color: '#EA2A2F'

red 234 ◦ green 42 ◦ blue 47

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

Shades of Alizarin #EA2A2F

Tints of Alizarin #EA2A2F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13%

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

R = 72.45%
G = 13%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EA2A2F (or 0xEA2A2F) is known color: Alizarin. HEX triplet: EA, 2A and 2F. RGB value is (234,42,47). Sum of RGB (Red+Green+Blue) = 234+42+47=323 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.45% from 323); Green value is 42 (16.80% from 255 or 13.00% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2A2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2A2F is #15D5D0. Grayscale: #646464. Windows color (decimal): -1430993 or 3091178. OLE color: 3091178.

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

Color convert

RGB 234 42 47 -
CMYK 0 0.82 0.80 0.08
HSL 358.44º 0.82% 0.54% -
HSV(B) 358.44º 0.82% 0.92% -
XYZ 35.27 19.35 4.57 -
YUV 99.98 98.11 223.59 -
System Red Green Blue C M Y K H S L
Decimal 234 42 47 0 0.82 0.80 0.08 358.44 0.82 0.54
Hex EA 2A 2F 0 52 50 8 166 52 36
Octal 352 52 57 0 122 120 10 546 122 66
Binary 11101010 101010 101111 0 1010010 1010000 1000 101100110 1010010 110110

Color Harmonies of #EA2A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2A2F

Black with #EA2A2F

Text Example


Text Example

White with #EA2A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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