Html Css Color HEX #E10040 Crimson

📋 copy color: '#E10040'

red 225 ◦ green 0 ◦ blue 64

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

Shades of Crimson #E10040

Tints of Crimson #E10040

RGB

 RED value IS 225 (88.28% from 255) = 77.85%

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

 BLUE value IS 64 (25.39% from 255) = 22.15%

R = 77.85%
G = 0%
B = 22.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E10040 (or 0xE10040) is known color: Crimson. HEX triplet: E1, 00 and 40. RGB value is (225,0,64). Sum of RGB (Red+Green+Blue) = 225+0+64=289 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.85% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 225 - color contains mainly: red. Hex color #E10040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10040 is #1EFFBF. Grayscale: #4A4A4A. Windows color (decimal): -2031552 or 4194529. OLE color: 4194529.

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

Color convert

RGB 225 0 64 -
CMYK 0 1 0.72 0.12
HSL 342.93º 1% 0.44% -
HSV(B) 342.93º 1% 0.88% -
XYZ 31.98 16.38 6.33 -
YUV 74.57 122.04 235.3 -
System Red Green Blue C M Y K H S L
Decimal 225 0 64 0 1 0.72 0.12 342.93 1 0.44
Hex E1 0 40 0 64 48 C 157 64 2C
Octal 341 0 100 0 144 110 14 527 144 54
Binary 11100001 0 1000000 0 1100100 1001000 1100 101010111 1100100 101100

Color Harmonies of #E10040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10040

Black with #E10040

Text Example


Text Example

White with #E10040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10040; }

 p { color: rgb(225,0,64); }

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

background-color css

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

 a { background-color: rgb(225,0,64); }

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

border-color css

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

 span { border-color: rgb(225,0,64); }

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