Html Css Color HEX #E11041 Crimson

📋 copy color: '#E11041'

red 225 ◦ green 16 ◦ blue 65

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

Shades of Crimson #E11041

Tints of Crimson #E11041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.24%

R = 73.53%
G = 5.23%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E11041 (or 0xE11041) is known color: Crimson. HEX triplet: E1, 10 and 41. RGB value is (225,16,65). Sum of RGB (Red+Green+Blue) = 225+16+65=306 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.53% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 225 - color contains mainly: red. Hex color #E11041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11041 is #1EEFBE. Grayscale: #545454. Windows color (decimal): -2027455 or 4264161. OLE color: 4264161.

HSL color Cylindrical-coordinate representation of color #E11041: hue angle of 345.93º 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 #E11041 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 16 65 -
CMYK 0 0.93 0.71 0.12
HSL 345.93º 0.87% 0.47% -
HSV(B) 345.93º 0.93% 0.88% -
XYZ 32.19 16.76 6.54 -
YUV 84.08 117.24 228.52 -
System Red Green Blue C M Y K H S L
Decimal 225 16 65 0 0.93 0.71 0.12 345.93 0.87 0.47
Hex E1 10 41 0 5D 47 C 15A 57 2F
Octal 341 20 101 0 135 107 14 532 127 57
Binary 11100001 10000 1000001 0 1011101 1000111 1100 101011010 1010111 101111

Color Harmonies of #E11041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11041

Black with #E11041

Text Example


Text Example

White with #E11041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11041; }

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

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

background-color css

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

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

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

border-color css

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

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

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