Html Css Color HEX #EA282E Alizarin

📋 copy color: '#EA282E'

red 234 ◦ green 40 ◦ blue 46

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

Shades of Alizarin #EA282E

Tints of Alizarin #EA282E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.5%

 BLUE value IS 46 (18.36% from 255) = 14.38%

R = 73.13%
G = 12.5%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EA282E (or 0xEA282E) is known color: Alizarin. HEX triplet: EA, 28 and 2E. RGB value is (234,40,46). Sum of RGB (Red+Green+Blue) = 234+40+46=320 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.12% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 234 - color contains mainly: red. Hex color #EA282E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA282E is #15D7D1. Grayscale: #626262. Windows color (decimal): -1431506 or 3025130. OLE color: 3025130.

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

Color convert

RGB 234 40 46 -
CMYK 0 0.83 0.80 0.08
HSL 358.14º 0.82% 0.54% -
HSV(B) 358.14º 0.83% 0.92% -
XYZ 35.18 19.21 4.44 -
YUV 98.69 98.27 224.51 -
System Red Green Blue C M Y K H S L
Decimal 234 40 46 0 0.83 0.80 0.08 358.14 0.82 0.54
Hex EA 28 2E 0 53 50 8 166 52 36
Octal 352 50 56 0 123 120 10 546 122 66
Binary 11101010 101000 101110 0 1010011 1010000 1000 101100110 1010010 110110

Color Harmonies of #EA282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA282E

Black with #EA282E

Text Example


Text Example

White with #EA282E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA282E; }

 p { color: rgb(234,40,46); }

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

background-color css

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

 a { background-color: rgb(234,40,46); }

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

border-color css

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

 span { border-color: rgb(234,40,46); }

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