Html Css Color HEX #EA1F3A Alizarin

📋 copy color: '#EA1F3A'

red 234 ◦ green 31 ◦ blue 58

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

Shades of Alizarin #EA1F3A

Tints of Alizarin #EA1F3A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.6%

 BLUE value IS 58 (23.05% from 255) = 17.96%

R = 72.45%
G = 9.6%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EA1F3A (or 0xEA1F3A) is known color: Alizarin. HEX triplet: EA, 1F and 3A. RGB value is (234,31,58). Sum of RGB (Red+Green+Blue) = 234+31+58=323 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.45% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1F3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1F3A is #15E0C5. Grayscale: #5E5E5E. Windows color (decimal): -1433798 or 3809258. OLE color: 3809258.

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

Color convert

RGB 234 31 58 -
CMYK 0 0.87 0.75 0.08
HSL 352.02º 0.83% 0.52% -
HSV(B) 352.02º 0.87% 0.92% -
XYZ 35.19 18.78 5.77 -
YUV 94.78 107.25 227.3 -
System Red Green Blue C M Y K H S L
Decimal 234 31 58 0 0.87 0.75 0.08 352.02 0.83 0.52
Hex EA 1F 3A 0 57 4B 8 160 53 34
Octal 352 37 72 0 127 113 10 540 123 64
Binary 11101010 11111 111010 0 1010111 1001011 1000 101100000 1010011 110100

Color Harmonies of #EA1F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1F3A

Black with #EA1F3A

Text Example


Text Example

White with #EA1F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1F3A; }

 p { color: rgb(234,31,58); }

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

background-color css

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

 a { background-color: rgb(234,31,58); }

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

border-color css

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

 span { border-color: rgb(234,31,58); }

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