Html Css Color HEX #E20941 Crimson

📋 copy color: '#E20941'

red 226 ◦ green 9 ◦ blue 65

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

Shades of Crimson #E20941

Tints of Crimson #E20941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.67%

R = 75.33%
G = 3%
B = 21.67%

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

#E20941 (or 0xE20941) is known color: Crimson. HEX triplet: E2, 09 and 41. RGB value is (226,9,65). Sum of RGB (Red+Green+Blue) = 226+9+65=300 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.33% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 226 - color contains mainly: red. Hex color #E20941 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20941 is #1DF6BE. Grayscale: #505050. Windows color (decimal): -1963711 or 4262370. OLE color: 4262370.

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

Color convert

RGB 226 9 65 -
CMYK 0 0.96 0.71 0.11
HSL 344.52º 0.92% 0.46% -
HSV(B) 344.52º 0.96% 0.89% -
XYZ 32.42 16.75 6.52 -
YUV 80.27 119.39 231.95 -
System Red Green Blue C M Y K H S L
Decimal 226 9 65 0 0.96 0.71 0.11 344.52 0.92 0.46
Hex E2 9 41 0 60 47 B 159 5C 2E
Octal 342 11 101 0 140 107 13 531 134 56
Binary 11100010 1001 1000001 0 1100000 1000111 1011 101011001 1011100 101110

Color Harmonies of #E20941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20941

Black with #E20941

Text Example


Text Example

White with #E20941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20941; }

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

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

background-color css

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

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

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

border-color css

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

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

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