Html Css Color HEX #EA1F20 Alizarin

📋 copy color: '#EA1F20'

red 234 ◦ green 31 ◦ blue 32

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

Shades of Alizarin #EA1F20

Tints of Alizarin #EA1F20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.77%

R = 78.79%
G = 10.44%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA1F20 (or 0xEA1F20) is known color: Alizarin. HEX triplet: EA, 1F and 20. RGB value is (234,31,32). Sum of RGB (Red+Green+Blue) = 234+31+32=297 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.79% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1F20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1F20 is #15E0DF. Grayscale: #5C5C5C. Windows color (decimal): -1433824 or 2105322. OLE color: 2105322.

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

Color convert

RGB 234 31 32 -
CMYK 0 0.87 0.86 0.08
HSL 359.7º 0.83% 0.52% -
HSV(B) 359.7º 0.87% 0.92% -
XYZ 34.68 18.58 3.12 -
YUV 91.81 94.25 229.42 -
System Red Green Blue C M Y K H S L
Decimal 234 31 32 0 0.87 0.86 0.08 359.7 0.83 0.52
Hex EA 1F 20 0 57 56 8 168 53 34
Octal 352 37 40 0 127 126 10 550 123 64
Binary 11101010 11111 100000 0 1010111 1010110 1000 101101000 1010011 110100

Color Harmonies of #EA1F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1F20

Black with #EA1F20

Text Example


Text Example

White with #EA1F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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