Html Css Color HEX #E11341 Crimson

📋 copy color: '#E11341'

red 225 ◦ green 19 ◦ blue 65

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

Shades of Crimson #E11341

Tints of Crimson #E11341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.15%

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

R = 72.82%
G = 6.15%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E11341 (or 0xE11341) is known color: Crimson. HEX triplet: E1, 13 and 41. RGB value is (225,19,65). Sum of RGB (Red+Green+Blue) = 225+19+65=309 (40% of max value = 765). Red value is 225 (88.28% from 255 or 72.82% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 225 - color contains mainly: red. Hex color #E11341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11341 is #1EECBE. Grayscale: #555555. Windows color (decimal): -2026687 or 4264929. OLE color: 4264929.

HSL color Cylindrical-coordinate representation of color #E11341: hue angle of 346.6º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E11341 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 19 65 -
CMYK 0 0.92 0.71 0.12
HSL 346.6º 0.84% 0.48% -
HSV(B) 346.6º 0.92% 0.88% -
XYZ 32.24 16.85 6.56 -
YUV 85.84 116.25 227.26 -
System Red Green Blue C M Y K H S L
Decimal 225 19 65 0 0.92 0.71 0.12 346.6 0.84 0.48
Hex E1 13 41 0 5C 47 C 15B 54 30
Octal 341 23 101 0 134 107 14 533 124 60
Binary 11100001 10011 1000001 0 1011100 1000111 1100 101011011 1010100 110000

Color Harmonies of #E11341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11341

Black with #E11341

Text Example


Text Example

White with #E11341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11341; }

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

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

background-color css

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

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

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

border-color css

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

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

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