Html Css Color HEX #E21947 Crimson

📋 copy color: '#E21947'

red 226 ◦ green 25 ◦ blue 71

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

Shades of Crimson #E21947

Tints of Crimson #E21947

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.76%

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

R = 70.19%
G = 7.76%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E21947 (or 0xE21947) is known color: Crimson. HEX triplet: E2, 19 and 47. RGB value is (226,25,71). Sum of RGB (Red+Green+Blue) = 226+25+71=322 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.19% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 226 - color contains mainly: red. Hex color #E21947 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21947 is #1DE6B8. Grayscale: #5A5A5A. Windows color (decimal): -1959609 or 4659682. OLE color: 4659682.

HSL color Cylindrical-coordinate representation of color #E21947: hue angle of 346.27º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E21947 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 25 71 -
CMYK 0 0.89 0.69 0.11
HSL 346.27º 0.8% 0.49% -
HSV(B) 346.27º 0.89% 0.89% -
XYZ 32.85 17.32 7.57 -
YUV 90.34 117.09 224.76 -
System Red Green Blue C M Y K H S L
Decimal 226 25 71 0 0.89 0.69 0.11 346.27 0.8 0.49
Hex E2 19 47 0 59 45 B 15A 50 31
Octal 342 31 107 0 131 105 13 532 120 61
Binary 11100010 11001 1000111 0 1011001 1000101 1011 101011010 1010000 110001

Color Harmonies of #E21947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21947

Black with #E21947

Text Example


Text Example

White with #E21947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21947; }

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

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

background-color css

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

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

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

border-color css

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

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

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