Html Css Color HEX #EA282A Alizarin

📋 copy color: '#EA282A'

red 234 ◦ green 40 ◦ blue 42

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

Shades of Alizarin #EA282A

Tints of Alizarin #EA282A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.29%

R = 74.05%
G = 12.66%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA282A (or 0xEA282A) is known color: Alizarin. HEX triplet: EA, 28 and 2A. RGB value is (234,40,42). Sum of RGB (Red+Green+Blue) = 234+40+42=316 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.05% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 234 - color contains mainly: red. Hex color #EA282A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA282A is #15D7D5. Grayscale: #626262. Windows color (decimal): -1431510 or 2762986. OLE color: 2762986.

HSL color Cylindrical-coordinate representation of color #EA282A: hue angle of 359.38º 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 #EA282A is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 40 42 -
CMYK 0 0.83 0.82 0.08
HSL 359.38º 0.82% 0.54% -
HSV(B) 359.38º 0.83% 0.92% -
XYZ 35.11 19.18 4.04 -
YUV 98.23 96.27 224.84 -
System Red Green Blue C M Y K H S L
Decimal 234 40 42 0 0.83 0.82 0.08 359.38 0.82 0.54
Hex EA 28 2A 0 53 52 8 167 52 36
Octal 352 50 52 0 123 122 10 547 122 66
Binary 11101010 101000 101010 0 1010011 1010010 1000 101100111 1010010 110110

Color Harmonies of #EA282A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA282A

Black with #EA282A

Text Example


Text Example

White with #EA282A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA282A; }

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

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

background-color css

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

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

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

border-color css

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

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

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