Html Css Color HEX #E11040 Crimson

📋 copy color: '#E11040'

red 225 ◦ green 16 ◦ blue 64

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

Shades of Crimson #E11040

Tints of Crimson #E11040

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.25%

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

R = 73.77%
G = 5.25%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E11040 (or 0xE11040) is known color: Crimson. HEX triplet: E1, 10 and 40. RGB value is (225,16,64). Sum of RGB (Red+Green+Blue) = 225+16+64=305 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.77% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 225 - color contains mainly: red. Hex color #E11040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11040 is #1EEFBF. Grayscale: #535353. Windows color (decimal): -2027456 or 4198625. OLE color: 4198625.

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

Color convert

RGB 225 16 64 -
CMYK 0 0.93 0.72 0.12
HSL 346.22º 0.87% 0.47% -
HSV(B) 346.22º 0.93% 0.88% -
XYZ 32.16 16.75 6.39 -
YUV 83.96 116.74 228.6 -
System Red Green Blue C M Y K H S L
Decimal 225 16 64 0 0.93 0.72 0.12 346.22 0.87 0.47
Hex E1 10 40 0 5D 48 C 15A 57 2F
Octal 341 20 100 0 135 110 14 532 127 57
Binary 11100001 10000 1000000 0 1011101 1001000 1100 101011010 1010111 101111

Color Harmonies of #E11040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11040

Black with #E11040

Text Example


Text Example

White with #E11040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11040; }

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

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

background-color css

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

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

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

border-color css

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

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

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