Html Css Color HEX #E10240 Crimson

📋 copy color: '#E10240'

red 225 ◦ green 2 ◦ blue 64

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

Shades of Crimson #E10240

Tints of Crimson #E10240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

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

R = 77.32%
G = 0.69%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E10240 (or 0xE10240) is known color: Crimson. HEX triplet: E1, 02 and 40. RGB value is (225,2,64). Sum of RGB (Red+Green+Blue) = 225+2+64=291 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.32% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 225 - color contains mainly: red. Hex color #E10240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10240 is #1EFDBF. Grayscale: #4B4B4B. Windows color (decimal): -2031040 or 4195041. OLE color: 4195041.

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

Color convert

RGB 225 2 64 -
CMYK 0 0.99 0.72 0.12
HSL 343.32º 0.98% 0.45% -
HSV(B) 343.32º 0.99% 0.88% -
XYZ 32 16.42 6.33 -
YUV 75.75 121.38 234.46 -
System Red Green Blue C M Y K H S L
Decimal 225 2 64 0 0.99 0.72 0.12 343.32 0.98 0.45
Hex E1 2 40 0 63 48 C 157 62 2D
Octal 341 2 100 0 143 110 14 527 142 55
Binary 11100001 10 1000000 0 1100011 1001000 1100 101010111 1100010 101101

Color Harmonies of #E10240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10240

Black with #E10240

Text Example


Text Example

White with #E10240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10240; }

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

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

background-color css

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

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

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

border-color css

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

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

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