Html Css Color HEX #E20942 Crimson

📋 copy color: '#E20942'

red 226 ◦ green 9 ◦ blue 66

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

Shades of Crimson #E20942

Tints of Crimson #E20942

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.99%

 BLUE value IS 66 (26.17% from 255) = 21.93%

R = 75.08%
G = 2.99%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E20942 (or 0xE20942) is known color: Crimson. HEX triplet: E2, 09 and 42. RGB value is (226,9,66). Sum of RGB (Red+Green+Blue) = 226+9+66=301 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.08% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 226 - color contains mainly: red. Hex color #E20942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20942 is #1DF6BD. Grayscale: #505050. Windows color (decimal): -1963710 or 4327906. OLE color: 4327906.

HSL color Cylindrical-coordinate representation of color #E20942: hue angle of 344.24º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E20942 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 9 66 -
CMYK 0 0.96 0.71 0.11
HSL 344.24º 0.92% 0.46% -
HSV(B) 344.24º 0.96% 0.89% -
XYZ 32.45 16.76 6.68 -
YUV 80.38 119.89 231.87 -
System Red Green Blue C M Y K H S L
Decimal 226 9 66 0 0.96 0.71 0.11 344.24 0.92 0.46
Hex E2 9 42 0 60 47 B 158 5C 2E
Octal 342 11 102 0 140 107 13 530 134 56
Binary 11100010 1001 1000010 0 1100000 1000111 1011 101011000 1011100 101110

Color Harmonies of #E20942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20942

Black with #E20942

Text Example


Text Example

White with #E20942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20942; }

 p { color: rgb(226,9,66); }

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

background-color css

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

 a { background-color: rgb(226,9,66); }

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

border-color css

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

 span { border-color: rgb(226,9,66); }

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