Html Css Color HEX #E11142 Crimson

📋 copy color: '#E11142'

red 225 ◦ green 17 ◦ blue 66

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

Shades of Crimson #E11142

Tints of Crimson #E11142

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.52%

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

R = 73.05%
G = 5.52%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E11142 (or 0xE11142) is known color: Crimson. HEX triplet: E1, 11 and 42. RGB value is (225,17,66). Sum of RGB (Red+Green+Blue) = 225+17+66=308 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.05% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 225 - color contains mainly: red. Hex color #E11142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11142 is #1EEEBD. Grayscale: #545454. Windows color (decimal): -2027198 or 4329953. OLE color: 4329953.

HSL color Cylindrical-coordinate representation of color #E11142: hue angle of 345.87º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E11142 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 17 66 -
CMYK 0 0.92 0.71 0.12
HSL 345.87º 0.86% 0.47% -
HSV(B) 345.87º 0.92% 0.88% -
XYZ 32.24 16.8 6.7 -
YUV 84.78 117.41 228.02 -
System Red Green Blue C M Y K H S L
Decimal 225 17 66 0 0.92 0.71 0.12 345.87 0.86 0.47
Hex E1 11 42 0 5C 47 C 15A 56 2F
Octal 341 21 102 0 134 107 14 532 126 57
Binary 11100001 10001 1000010 0 1011100 1000111 1100 101011010 1010110 101111

Color Harmonies of #E11142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11142

Black with #E11142

Text Example


Text Example

White with #E11142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11142; }

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

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

background-color css

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

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

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

border-color css

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

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

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