Html Css Color HEX #E11447 Crimson

📋 copy color: '#E11447'

red 225 ◦ green 20 ◦ blue 71

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

Shades of Crimson #E11447

Tints of Crimson #E11447

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.33%

 BLUE value IS 71 (28.13% from 255) = 22.47%

R = 71.2%
G = 6.33%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E11447 (or 0xE11447) is known color: Crimson. HEX triplet: E1, 14 and 47. RGB value is (225,20,71). Sum of RGB (Red+Green+Blue) = 225+20+71=316 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.20% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 225 - color contains mainly: red. Hex color #E11447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11447 is #1EEBB8. Grayscale: #575757. Windows color (decimal): -2026425 or 4658401. OLE color: 4658401.

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

Color convert

RGB 225 20 71 -
CMYK 0 0.91 0.68 0.12
HSL 345.07º 0.84% 0.48% -
HSV(B) 345.07º 0.91% 0.88% -
XYZ 32.44 16.96 7.53 -
YUV 87.11 118.92 226.35 -
System Red Green Blue C M Y K H S L
Decimal 225 20 71 0 0.91 0.68 0.12 345.07 0.84 0.48
Hex E1 14 47 0 5B 44 C 159 54 30
Octal 341 24 107 0 133 104 14 531 124 60
Binary 11100001 10100 1000111 0 1011011 1000100 1100 101011001 1010100 110000

Color Harmonies of #E11447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11447

Black with #E11447

Text Example


Text Example

White with #E11447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11447; }

 p { color: rgb(225,20,71); }

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

background-color css

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

 a { background-color: rgb(225,20,71); }

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

border-color css

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

 span { border-color: rgb(225,20,71); }

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