Html Css Color HEX #E11642 Crimson

📋 copy color: '#E11642'

red 225 ◦ green 22 ◦ blue 66

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

Shades of Crimson #E11642

Tints of Crimson #E11642

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.03%

 BLUE value IS 66 (26.17% from 255) = 21.09%

R = 71.88%
G = 7.03%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E11642 (or 0xE11642) is known color: Crimson. HEX triplet: E1, 16 and 42. RGB value is (225,22,66). Sum of RGB (Red+Green+Blue) = 225+22+66=313 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.88% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 225 - color contains mainly: red. Hex color #E11642 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11642 is #1EE9BD. Grayscale: #575757. Windows color (decimal): -2025918 or 4331233. OLE color: 4331233.

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

Color convert

RGB 225 22 66 -
CMYK 0 0.90 0.71 0.12
HSL 347º 0.82% 0.48% -
HSV(B) 347º 0.9% 0.88% -
XYZ 32.32 16.97 6.73 -
YUV 87.71 115.75 225.92 -
System Red Green Blue C M Y K H S L
Decimal 225 22 66 0 0.90 0.71 0.12 347 0.82 0.48
Hex E1 16 42 0 5A 47 C 15B 52 30
Octal 341 26 102 0 132 107 14 533 122 60
Binary 11100001 10110 1000010 0 1011010 1000111 1100 101011011 1010010 110000

Color Harmonies of #E11642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11642

Black with #E11642

Text Example


Text Example

White with #E11642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11642; }

 p { color: rgb(225,22,66); }

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

background-color css

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

 a { background-color: rgb(225,22,66); }

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

border-color css

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

 span { border-color: rgb(225,22,66); }

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