Html Css Color HEX #E10140 Crimson

📋 copy color: '#E10140'

red 225 ◦ green 1 ◦ blue 64

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

Shades of Crimson #E10140

Tints of Crimson #E10140

RGB

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

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

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

R = 77.59%
G = 0.34%
B = 22.07%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E10140 (or 0xE10140) is known color: Crimson. HEX triplet: E1, 01 and 40. RGB value is (225,1,64). Sum of RGB (Red+Green+Blue) = 225+1+64=290 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.59% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 225 - color contains mainly: red. Hex color #E10140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10140 is #1EFEBF. Grayscale: #4B4B4B. Windows color (decimal): -2031296 or 4194785. OLE color: 4194785.

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

Color convert

RGB 225 1 64 -
CMYK 0 1.00 0.72 0.12
HSL 343.13º 0.99% 0.44% -
HSV(B) 343.13º 1% 0.88% -
XYZ 31.99 16.4 6.33 -
YUV 75.16 121.71 234.88 -
System Red Green Blue C M Y K H S L
Decimal 225 1 64 0 1.00 0.72 0.12 343.13 0.99 0.44
Hex E1 1 40 0 64 48 C 157 63 2C
Octal 341 1 100 0 144 110 14 527 143 54
Binary 11100001 1 1000000 0 1100100 1001000 1100 101010111 1100011 101100

Color Harmonies of #E10140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10140

Black with #E10140

Text Example


Text Example

White with #E10140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10140; }

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

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

background-color css

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

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

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

border-color css

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

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

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