Html Css Color HEX #E11644 Crimson

📋 copy color: '#E11644'

red 225 ◦ green 22 ◦ blue 68

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

Shades of Crimson #E11644

Tints of Crimson #E11644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.59%

R = 71.43%
G = 6.98%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E11644 (or 0xE11644) is known color: Crimson. HEX triplet: E1, 16 and 44. RGB value is (225,22,68). Sum of RGB (Red+Green+Blue) = 225+22+68=315 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.43% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 225 - color contains mainly: red. Hex color #E11644 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11644 is #1EE9BB. Grayscale: #575757. Windows color (decimal): -2025916 or 4462305. OLE color: 4462305.

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

Color convert

RGB 225 22 68 -
CMYK 0 0.90 0.70 0.12
HSL 346.4º 0.82% 0.48% -
HSV(B) 346.4º 0.9% 0.88% -
XYZ 32.38 17 7.04 -
YUV 87.94 116.75 225.76 -
System Red Green Blue C M Y K H S L
Decimal 225 22 68 0 0.90 0.70 0.12 346.4 0.82 0.48
Hex E1 16 44 0 5A 46 C 15A 52 30
Octal 341 26 104 0 132 106 14 532 122 60
Binary 11100001 10110 1000100 0 1011010 1000110 1100 101011010 1010010 110000

Color Harmonies of #E11644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11644

Black with #E11644

Text Example


Text Example

White with #E11644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11644; }

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

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

background-color css

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

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

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

border-color css

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

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

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