Html Css Color HEX #E11443 Crimson

📋 copy color: '#E11443'

red 225 ◦ green 20 ◦ blue 67

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

Shades of Crimson #E11443

Tints of Crimson #E11443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.47%

R = 72.12%
G = 6.41%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E11443 (or 0xE11443) is known color: Crimson. HEX triplet: E1, 14 and 43. RGB value is (225,20,67). Sum of RGB (Red+Green+Blue) = 225+20+67=312 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.12% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 225 - color contains mainly: red. Hex color #E11443 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11443 is #1EEBBC. Grayscale: #565656. Windows color (decimal): -2026429 or 4396257. OLE color: 4396257.

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

Color convert

RGB 225 20 67 -
CMYK 0 0.91 0.70 0.12
HSL 346.24º 0.84% 0.48% -
HSV(B) 346.24º 0.91% 0.88% -
XYZ 32.31 16.91 6.87 -
YUV 86.65 116.92 226.68 -
System Red Green Blue C M Y K H S L
Decimal 225 20 67 0 0.91 0.70 0.12 346.24 0.84 0.48
Hex E1 14 43 0 5B 46 C 15A 54 30
Octal 341 24 103 0 133 106 14 532 124 60
Binary 11100001 10100 1000011 0 1011011 1000110 1100 101011010 1010100 110000

Color Harmonies of #E11443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11443

Black with #E11443

Text Example


Text Example

White with #E11443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11443; }

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

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

background-color css

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

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

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

border-color css

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

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

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