Html Css Color HEX #E21D4F Amaranth

📋 copy color: '#E21D4F'

red 226 ◦ green 29 ◦ blue 79

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

Shades of Amaranth #E21D4F

Tints of Amaranth #E21D4F

RGB

 RED value IS 226 (88.67% from 255) = 67.66%

 GREEN value IS 29 (11.72% from 255) = 8.68%

 BLUE value IS 79 (31.25% from 255) = 23.65%

R = 67.66%
G = 8.68%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E21D4F (or 0xE21D4F) is known color: Amaranth. HEX triplet: E2, 1D and 4F. RGB value is (226,29,79). Sum of RGB (Red+Green+Blue) = 226+29+79=334 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.66% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 226 - color contains mainly: red. Hex color #E21D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21D4F is #1DE2B0. Grayscale: #5D5D5D. Windows color (decimal): -1958577 or 5184994. OLE color: 5184994.

HSL color Cylindrical-coordinate representation of color #E21D4F: hue angle of 344.77º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21D4F is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 29 79 -
CMYK 0 0.87 0.65 0.11
HSL 344.77º 0.77% 0.5% -
HSV(B) 344.77º 0.87% 0.89% -
XYZ 33.21 17.61 9.05 -
YUV 93.6 119.77 222.43 -
System Red Green Blue C M Y K H S L
Decimal 226 29 79 0 0.87 0.65 0.11 344.77 0.77 0.5
Hex E2 1D 4F 0 57 41 B 159 4D 32
Octal 342 35 117 0 127 101 13 531 115 62
Binary 11100010 11101 1001111 0 1010111 1000001 1011 101011001 1001101 110010

Color Harmonies of #E21D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21D4F

Black with #E21D4F

Text Example


Text Example

White with #E21D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21D4F; }

 p { color: rgb(226,29,79); }

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

background-color css

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

 a { background-color: rgb(226,29,79); }

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

border-color css

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

 span { border-color: rgb(226,29,79); }

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