Html Css Color HEX #E11536 Crimson

📋 copy color: '#E11536'

red 225 ◦ green 21 ◦ blue 54

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

Shades of Crimson #E11536

Tints of Crimson #E11536

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7%

 BLUE value IS 54 (21.48% from 255) = 18%

R = 75%
G = 7%
B = 18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E11536 (or 0xE11536) is known color: Crimson. HEX triplet: E1, 15 and 36. RGB value is (225,21,54). Sum of RGB (Red+Green+Blue) = 225+21+54=300 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 225 - color contains mainly: red. Hex color #E11536 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11536 is #1EEAC9. Grayscale: #555555. Windows color (decimal): -2026186 or 3544545. OLE color: 3544545.

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

Color convert

RGB 225 21 54 -
CMYK 0 0.91 0.76 0.12
HSL 350.29º 0.83% 0.48% -
HSV(B) 350.29º 0.91% 0.88% -
XYZ 31.99 16.81 5.05 -
YUV 85.76 110.09 227.32 -
System Red Green Blue C M Y K H S L
Decimal 225 21 54 0 0.91 0.76 0.12 350.29 0.83 0.48
Hex E1 15 36 0 5B 4C C 15E 53 30
Octal 341 25 66 0 133 114 14 536 123 60
Binary 11100001 10101 110110 0 1011011 1001100 1100 101011110 1010011 110000

Color Harmonies of #E11536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11536

Black with #E11536

Text Example


Text Example

White with #E11536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11536; }

 p { color: rgb(225,21,54); }

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

background-color css

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

 a { background-color: rgb(225,21,54); }

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

border-color css

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

 span { border-color: rgb(225,21,54); }

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