Html Css Color HEX #E11542 Crimson

📋 copy color: '#E11542'

red 225 ◦ green 21 ◦ blue 66

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

Shades of Crimson #E11542

Tints of Crimson #E11542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.15%

R = 72.12%
G = 6.73%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E11542 (or 0xE11542) is known color: Crimson. HEX triplet: E1, 15 and 42. RGB value is (225,21,66). Sum of RGB (Red+Green+Blue) = 225+21+66=312 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.12% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 225 - color contains mainly: red. Hex color #E11542 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11542 is #1EEABD. Grayscale: #575757. Windows color (decimal): -2026174 or 4330977. OLE color: 4330977.

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

Color convert

RGB 225 21 66 -
CMYK 0 0.91 0.71 0.12
HSL 346.76º 0.83% 0.48% -
HSV(B) 346.76º 0.91% 0.88% -
XYZ 32.3 16.94 6.72 -
YUV 87.13 116.09 226.34 -
System Red Green Blue C M Y K H S L
Decimal 225 21 66 0 0.91 0.71 0.12 346.76 0.83 0.48
Hex E1 15 42 0 5B 47 C 15B 53 30
Octal 341 25 102 0 133 107 14 533 123 60
Binary 11100001 10101 1000010 0 1011011 1000111 1100 101011011 1010011 110000

Color Harmonies of #E11542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11542

Black with #E11542

Text Example


Text Example

White with #E11542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11542; }

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

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

background-color css

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

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

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

border-color css

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

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

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