Html Css Color HEX #EA182F Alizarin

📋 copy color: '#EA182F'

red 234 ◦ green 24 ◦ blue 47

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

Shades of Alizarin #EA182F

Tints of Alizarin #EA182F

RGB

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

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

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

R = 76.72%
G = 7.87%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EA182F (or 0xEA182F) is known color: Alizarin. HEX triplet: EA, 18 and 2F. RGB value is (234,24,47). Sum of RGB (Red+Green+Blue) = 234+24+47=305 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.72% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 234 - color contains mainly: red. Hex color #EA182F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA182F is #15E7D0. Grayscale: #595959. Windows color (decimal): -1435601 or 3086570. OLE color: 3086570.

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

Color convert

RGB 234 24 47 -
CMYK 0 0.90 0.80 0.08
HSL 353.43º 0.83% 0.51% -
HSV(B) 353.43º 0.9% 0.92% -
XYZ 34.77 18.35 4.4 -
YUV 89.41 104.07 231.13 -
System Red Green Blue C M Y K H S L
Decimal 234 24 47 0 0.90 0.80 0.08 353.43 0.83 0.51
Hex EA 18 2F 0 5A 50 8 161 53 33
Octal 352 30 57 0 132 120 10 541 123 63
Binary 11101010 11000 101111 0 1011010 1010000 1000 101100001 1010011 110011

Color Harmonies of #EA182F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA182F

Black with #EA182F

Text Example


Text Example

White with #EA182F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA182F; }

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

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

background-color css

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

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

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

border-color css

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

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

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