Html Css Color HEX #EA1F2D Alizarin

📋 copy color: '#EA1F2D'

red 234 ◦ green 31 ◦ blue 45

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

Shades of Alizarin #EA1F2D

Tints of Alizarin #EA1F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.52%

R = 75.48%
G = 10%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA1F2D (or 0xEA1F2D) is known color: Alizarin. HEX triplet: EA, 1F and 2D. RGB value is (234,31,45). Sum of RGB (Red+Green+Blue) = 234+31+45=310 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.48% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1F2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1F2D is #15E0D2. Grayscale: #5D5D5D. Windows color (decimal): -1433811 or 2957290. OLE color: 2957290.

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

Color convert

RGB 234 31 45 -
CMYK 0 0.87 0.81 0.08
HSL 355.86º 0.83% 0.52% -
HSV(B) 355.86º 0.87% 0.92% -
XYZ 34.9 18.66 4.25 -
YUV 93.29 100.75 228.36 -
System Red Green Blue C M Y K H S L
Decimal 234 31 45 0 0.87 0.81 0.08 355.86 0.83 0.52
Hex EA 1F 2D 0 57 51 8 164 53 34
Octal 352 37 55 0 127 121 10 544 123 64
Binary 11101010 11111 101101 0 1010111 1010001 1000 101100100 1010011 110100

Color Harmonies of #EA1F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1F2D

Black with #EA1F2D

Text Example


Text Example

White with #EA1F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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