Html Css Color HEX #E21E47 Crimson

📋 copy color: '#E21E47'

red 226 ◦ green 30 ◦ blue 71

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

Shades of Crimson #E21E47

Tints of Crimson #E21E47

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.17%

 BLUE value IS 71 (28.13% from 255) = 21.71%

R = 69.11%
G = 9.17%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E21E47 (or 0xE21E47) is known color: Crimson. HEX triplet: E2, 1E and 47. RGB value is (226,30,71). Sum of RGB (Red+Green+Blue) = 226+30+71=327 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.11% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21E47 is #1DE1B8. Grayscale: #5D5D5D. Windows color (decimal): -1958329 or 4660962. OLE color: 4660962.

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

Color convert

RGB 226 30 71 -
CMYK 0 0.87 0.69 0.11
HSL 347.45º 0.77% 0.5% -
HSV(B) 347.45º 0.87% 0.89% -
XYZ 32.97 17.55 7.61 -
YUV 93.28 115.43 222.67 -
System Red Green Blue C M Y K H S L
Decimal 226 30 71 0 0.87 0.69 0.11 347.45 0.77 0.5
Hex E2 1E 47 0 57 45 B 15B 4D 32
Octal 342 36 107 0 127 105 13 533 115 62
Binary 11100010 11110 1000111 0 1010111 1000101 1011 101011011 1001101 110010

Color Harmonies of #E21E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21E47

Black with #E21E47

Text Example


Text Example

White with #E21E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21E47; }

 p { color: rgb(226,30,71); }

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

background-color css

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

 a { background-color: rgb(226,30,71); }

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

border-color css

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

 span { border-color: rgb(226,30,71); }

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