Html Css Color HEX #E20141 Crimson

📋 copy color: '#E20141'

red 226 ◦ green 1 ◦ blue 65

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

Shades of Crimson #E20141

Tints of Crimson #E20141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 77.4%
G = 0.34%
B = 22.26%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E20141 (or 0xE20141) is known color: Crimson. HEX triplet: E2, 01 and 41. RGB value is (226,1,65). Sum of RGB (Red+Green+Blue) = 226+1+65=292 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.40% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 226 - color contains mainly: red. Hex color #E20141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20141 is #1DFEBE. Grayscale: #4B4B4B. Windows color (decimal): -1965759 or 4260322. OLE color: 4260322.

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

Color convert

RGB 226 1 65 -
CMYK 0 1.00 0.71 0.11
HSL 342.93º 0.99% 0.45% -
HSV(B) 342.93º 1% 0.89% -
XYZ 32.33 16.57 6.5 -
YUV 75.57 122.04 235.3 -
System Red Green Blue C M Y K H S L
Decimal 226 1 65 0 1.00 0.71 0.11 342.93 0.99 0.45
Hex E2 1 41 0 64 47 B 157 63 2D
Octal 342 1 101 0 144 107 13 527 143 55
Binary 11100010 1 1000001 0 1100100 1000111 1011 101010111 1100011 101101

Color Harmonies of #E20141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20141

Black with #E20141

Text Example


Text Example

White with #E20141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20141; }

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

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

background-color css

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

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

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

border-color css

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

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

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