Html Css Color HEX #EA1C1E Alizarin

📋 copy color: '#EA1C1E'

red 234 ◦ green 28 ◦ blue 30

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

Shades of Alizarin #EA1C1E

Tints of Alizarin #EA1C1E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.59%

 BLUE value IS 30 (12.11% from 255) = 10.27%

R = 80.14%
G = 9.59%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA1C1E (or 0xEA1C1E) is known color: Alizarin. HEX triplet: EA, 1C and 1E. RGB value is (234,28,30). Sum of RGB (Red+Green+Blue) = 234+28+30=292 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.14% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1C1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1C1E is #15E3E1. Grayscale: #5A5A5A. Windows color (decimal): -1434594 or 1973482. OLE color: 1973482.

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

Color convert

RGB 234 28 30 -
CMYK 0 0.88 0.87 0.08
HSL 359.42º 0.83% 0.51% -
HSV(B) 359.42º 0.88% 0.92% -
XYZ 34.58 18.42 2.96 -
YUV 89.82 94.25 230.84 -
System Red Green Blue C M Y K H S L
Decimal 234 28 30 0 0.88 0.87 0.08 359.42 0.83 0.51
Hex EA 1C 1E 0 58 57 8 167 53 33
Octal 352 34 36 0 130 127 10 547 123 63
Binary 11101010 11100 11110 0 1011000 1010111 1000 101100111 1010011 110011

Color Harmonies of #EA1C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1C1E

Black with #EA1C1E

Text Example


Text Example

White with #EA1C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1C1E; }

 p { color: rgb(234,28,30); }

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

background-color css

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

 a { background-color: rgb(234,28,30); }

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

border-color css

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

 span { border-color: rgb(234,28,30); }

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