Html Css Color HEX #E21A43 Crimson

📋 copy color: '#E21A43'

red 226 ◦ green 26 ◦ blue 67

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

Shades of Crimson #E21A43

Tints of Crimson #E21A43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21%

R = 70.85%
G = 8.15%
B = 21%

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

#E21A43 (or 0xE21A43) is known color: Crimson. HEX triplet: E2, 1A and 43. RGB value is (226,26,67). Sum of RGB (Red+Green+Blue) = 226+26+67=319 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.85% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21A43 is #1DE5BC. Grayscale: #5A5A5A. Windows color (decimal): -1959357 or 4397794. OLE color: 4397794.

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

Color convert

RGB 226 26 67 -
CMYK 0 0.88 0.70 0.11
HSL 347.7º 0.79% 0.49% -
HSV(B) 347.7º 0.88% 0.89% -
XYZ 32.75 17.31 6.93 -
YUV 90.47 114.76 224.67 -
System Red Green Blue C M Y K H S L
Decimal 226 26 67 0 0.88 0.70 0.11 347.7 0.79 0.49
Hex E2 1A 43 0 58 46 B 15C 4F 31
Octal 342 32 103 0 130 106 13 534 117 61
Binary 11100010 11010 1000011 0 1011000 1000110 1011 101011100 1001111 110001

Color Harmonies of #E21A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21A43

Black with #E21A43

Text Example


Text Example

White with #E21A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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