Html Css Color HEX #EA182B Alizarin

📋 copy color: '#EA182B'

red 234 ◦ green 24 ◦ blue 43

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

Shades of Alizarin #EA182B

Tints of Alizarin #EA182B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.97%

 BLUE value IS 43 (17.19% from 255) = 14.29%

R = 77.74%
G = 7.97%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA182B (or 0xEA182B) is known color: Alizarin. HEX triplet: EA, 18 and 2B. RGB value is (234,24,43). Sum of RGB (Red+Green+Blue) = 234+24+43=301 (39% of max value = 765). Red value is 234 (91.80% from 255 or 77.74% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 234 - color contains mainly: red. Hex color #EA182B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA182B is #15E7D4. Grayscale: #595959. Windows color (decimal): -1435605 or 2824426. OLE color: 2824426.

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

Color convert

RGB 234 24 43 -
CMYK 0 0.90 0.82 0.08
HSL 354.57º 0.83% 0.51% -
HSV(B) 354.57º 0.9% 0.92% -
XYZ 34.69 18.32 3.99 -
YUV 88.96 102.07 231.46 -
System Red Green Blue C M Y K H S L
Decimal 234 24 43 0 0.90 0.82 0.08 354.57 0.83 0.51
Hex EA 18 2B 0 5A 52 8 163 53 33
Octal 352 30 53 0 132 122 10 543 123 63
Binary 11101010 11000 101011 0 1011010 1010010 1000 101100011 1010011 110011

Color Harmonies of #EA182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA182B

Black with #EA182B

Text Example


Text Example

White with #EA182B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA182B; }

 p { color: rgb(234,24,43); }

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

background-color css

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

 a { background-color: rgb(234,24,43); }

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

border-color css

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

 span { border-color: rgb(234,24,43); }

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