Html Css Color HEX #E20041 Crimson

📋 copy color: '#E20041'

red 226 ◦ green 0 ◦ blue 65

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

Shades of Crimson #E20041

Tints of Crimson #E20041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 77.66%
G = 0%
B = 22.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E20041 (or 0xE20041) is known color: Crimson. HEX triplet: E2, 00 and 41. RGB value is (226,0,65). Sum of RGB (Red+Green+Blue) = 226+0+65=291 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.66% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 226 - color contains mainly: red. Hex color #E20041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20041 is #1DFFBE. Grayscale: #4A4A4A. Windows color (decimal): -1966015 or 4260066. OLE color: 4260066.

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

Color convert

RGB 226 0 65 -
CMYK 0 1 0.71 0.11
HSL 342.74º 1% 0.44% -
HSV(B) 342.74º 1% 0.89% -
XYZ 32.32 16.55 6.49 -
YUV 74.98 122.37 235.71 -
System Red Green Blue C M Y K H S L
Decimal 226 0 65 0 1 0.71 0.11 342.74 1 0.44
Hex E2 0 41 0 64 47 B 157 64 2C
Octal 342 0 101 0 144 107 13 527 144 54
Binary 11100010 0 1000001 0 1100100 1000111 1011 101010111 1100100 101100

Color Harmonies of #E20041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20041

Black with #E20041

Text Example


Text Example

White with #E20041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20041; }

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

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

background-color css

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

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

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

border-color css

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

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

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