Html Css Color HEX #E10540 Crimson

📋 copy color: '#E10540'

red 225 ◦ green 5 ◦ blue 64

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

Shades of Crimson #E10540

Tints of Crimson #E10540

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.7%

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

R = 76.53%
G = 1.7%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E10540 (or 0xE10540) is known color: Crimson. HEX triplet: E1, 05 and 40. RGB value is (225,5,64). Sum of RGB (Red+Green+Blue) = 225+5+64=294 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.53% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 225 - color contains mainly: red. Hex color #E10540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10540 is #1EFABF. Grayscale: #4D4D4D. Windows color (decimal): -2030272 or 4195809. OLE color: 4195809.

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

Color convert

RGB 225 5 64 -
CMYK 0 0.98 0.72 0.12
HSL 343.91º 0.96% 0.45% -
HSV(B) 343.91º 0.98% 0.88% -
XYZ 32.03 16.49 6.34 -
YUV 77.51 120.39 233.2 -
System Red Green Blue C M Y K H S L
Decimal 225 5 64 0 0.98 0.72 0.12 343.91 0.96 0.45
Hex E1 5 40 0 62 48 C 158 60 2D
Octal 341 5 100 0 142 110 14 530 140 55
Binary 11100001 101 1000000 0 1100010 1001000 1100 101011000 1100000 101101

Color Harmonies of #E10540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10540

Black with #E10540

Text Example


Text Example

White with #E10540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10540; }

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

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

background-color css

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

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

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

border-color css

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

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

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