Html Css Color HEX #E21C43 Crimson

📋 copy color: '#E21C43'

red 226 ◦ green 28 ◦ blue 67

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

Shades of Crimson #E21C43

Tints of Crimson #E21C43

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.72%

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

R = 70.4%
G = 8.72%
B = 20.87%

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

#E21C43 (or 0xE21C43) is known color: Crimson. HEX triplet: E2, 1C and 43. RGB value is (226,28,67). Sum of RGB (Red+Green+Blue) = 226+28+67=321 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.40% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21C43 is #1DE3BC. Grayscale: #5B5B5B. Windows color (decimal): -1958845 or 4398306. OLE color: 4398306.

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

Color convert

RGB 226 28 67 -
CMYK 0 0.88 0.70 0.11
HSL 348.18º 0.78% 0.5% -
HSV(B) 348.18º 0.88% 0.89% -
XYZ 32.79 17.4 6.94 -
YUV 91.65 114.1 223.83 -
System Red Green Blue C M Y K H S L
Decimal 226 28 67 0 0.88 0.70 0.11 348.18 0.78 0.5
Hex E2 1C 43 0 58 46 B 15C 4E 32
Octal 342 34 103 0 130 106 13 534 116 62
Binary 11100010 11100 1000011 0 1011000 1000110 1011 101011100 1001110 110010

Color Harmonies of #E21C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21C43

Black with #E21C43

Text Example


Text Example

White with #E21C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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