Html Css Color HEX #E11237 Crimson

📋 copy color: '#E11237'

red 225 ◦ green 18 ◦ blue 55

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

Shades of Crimson #E11237

Tints of Crimson #E11237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.46%

R = 75.5%
G = 6.04%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E11237 (or 0xE11237) is known color: Crimson. HEX triplet: E1, 12 and 37. RGB value is (225,18,55). Sum of RGB (Red+Green+Blue) = 225+18+55=298 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.50% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 55 (21.88% from 255 or 18.46% from 298); Max value from RGB is 225 - color contains mainly: red. Hex color #E11237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11237 is #1EEDC8. Grayscale: #545454. Windows color (decimal): -2026953 or 3609313. OLE color: 3609313.

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

Color convert

RGB 225 18 55 -
CMYK 0 0.92 0.76 0.12
HSL 349.28º 0.85% 0.48% -
HSV(B) 349.28º 0.92% 0.88% -
XYZ 31.96 16.72 5.16 -
YUV 84.11 111.58 228.49 -
System Red Green Blue C M Y K H S L
Decimal 225 18 55 0 0.92 0.76 0.12 349.28 0.85 0.48
Hex E1 12 37 0 5C 4C C 15D 55 30
Octal 341 22 67 0 134 114 14 535 125 60
Binary 11100001 10010 110111 0 1011100 1001100 1100 101011101 1010101 110000

Color Harmonies of #E11237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11237

Black with #E11237

Text Example


Text Example

White with #E11237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11237; }

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

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

background-color css

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

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

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

border-color css

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

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

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