Html Css Color HEX #E21F4F Amaranth

📋 copy color: '#E21F4F'

red 226 ◦ green 31 ◦ blue 79

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

Shades of Amaranth #E21F4F

Tints of Amaranth #E21F4F

RGB

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

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

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

R = 67.26%
G = 9.23%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E21F4F (or 0xE21F4F) is known color: Amaranth. HEX triplet: E2, 1F and 4F. RGB value is (226,31,79). Sum of RGB (Red+Green+Blue) = 226+31+79=336 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.26% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 226 - color contains mainly: red. Hex color #E21F4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21F4F is #1DE0B0. Grayscale: #5E5E5E. Windows color (decimal): -1958065 or 5185506. OLE color: 5185506.

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

Color convert

RGB 226 31 79 -
CMYK 0 0.86 0.65 0.11
HSL 345.23º 0.77% 0.5% -
HSV(B) 345.23º 0.86% 0.89% -
XYZ 33.27 17.71 9.06 -
YUV 94.78 119.1 221.6 -
System Red Green Blue C M Y K H S L
Decimal 226 31 79 0 0.86 0.65 0.11 345.23 0.77 0.5
Hex E2 1F 4F 0 56 41 B 159 4D 32
Octal 342 37 117 0 126 101 13 531 115 62
Binary 11100010 11111 1001111 0 1010110 1000001 1011 101011001 1001101 110010

Color Harmonies of #E21F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21F4F

Black with #E21F4F

Text Example


Text Example

White with #E21F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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