Html Css Color HEX #E11246 Crimson

📋 copy color: '#E11246'

red 225 ◦ green 18 ◦ blue 70

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

Shades of Crimson #E11246

Tints of Crimson #E11246

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.75%

 BLUE value IS 70 (27.73% from 255) = 22.36%

R = 71.88%
G = 5.75%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E11246 (or 0xE11246) is known color: Crimson. HEX triplet: E1, 12 and 46. RGB value is (225,18,70). Sum of RGB (Red+Green+Blue) = 225+18+70=313 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.88% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 225 - color contains mainly: red. Hex color #E11246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11246 is #1EEDB9. Grayscale: #555555. Windows color (decimal): -2026938 or 4592353. OLE color: 4592353.

HSL color Cylindrical-coordinate representation of color #E11246: hue angle of 344.93º degrees, saturation: 0.85, 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 #E11246 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 18 70 -
CMYK 0 0.92 0.69 0.12
HSL 344.93º 0.85% 0.48% -
HSV(B) 344.93º 0.92% 0.88% -
XYZ 32.37 16.88 7.35 -
YUV 85.82 119.08 227.27 -
System Red Green Blue C M Y K H S L
Decimal 225 18 70 0 0.92 0.69 0.12 344.93 0.85 0.48
Hex E1 12 46 0 5C 45 C 159 55 30
Octal 341 22 106 0 134 105 14 531 125 60
Binary 11100001 10010 1000110 0 1011100 1000101 1100 101011001 1010101 110000

Color Harmonies of #E11246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11246

Black with #E11246

Text Example


Text Example

White with #E11246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11246; }

 p { color: rgb(225,18,70); }

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

background-color css

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

 a { background-color: rgb(225,18,70); }

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

border-color css

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

 span { border-color: rgb(225,18,70); }

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