Html Css Color HEX #E21A44 Crimson

📋 copy color: '#E21A44'

red 226 ◦ green 26 ◦ blue 68

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

Shades of Crimson #E21A44

Tints of Crimson #E21A44

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.13%

 BLUE value IS 68 (26.95% from 255) = 21.25%

R = 70.63%
G = 8.13%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E21A44 (or 0xE21A44) is known color: Crimson. HEX triplet: E2, 1A and 44. RGB value is (226,26,68). Sum of RGB (Red+Green+Blue) = 226+26+68=320 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.62% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21A44 is #1DE5BB. Grayscale: #5A5A5A. Windows color (decimal): -1959356 or 4463330. OLE color: 4463330.

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

Color convert

RGB 226 26 68 -
CMYK 0 0.88 0.70 0.11
HSL 347.4º 0.79% 0.49% -
HSV(B) 347.4º 0.88% 0.89% -
XYZ 32.78 17.32 7.09 -
YUV 90.59 115.26 224.58 -
System Red Green Blue C M Y K H S L
Decimal 226 26 68 0 0.88 0.70 0.11 347.4 0.79 0.49
Hex E2 1A 44 0 58 46 B 15B 4F 31
Octal 342 32 104 0 130 106 13 533 117 61
Binary 11100010 11010 1000100 0 1011000 1000110 1011 101011011 1001111 110001

Color Harmonies of #E21A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21A44

Black with #E21A44

Text Example


Text Example

White with #E21A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21A44; }

 p { color: rgb(226,26,68); }

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

background-color css

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

 a { background-color: rgb(226,26,68); }

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

border-color css

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

 span { border-color: rgb(226,26,68); }

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