Html Css Color HEX #E11648 Crimson

📋 copy color: '#E11648'

red 225 ◦ green 22 ◦ blue 72

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

Shades of Crimson #E11648

Tints of Crimson #E11648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.9%

 BLUE value IS 72 (28.52% from 255) = 22.57%

R = 70.53%
G = 6.9%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E11648 (or 0xE11648) is known color: Crimson. HEX triplet: E1, 16 and 48. RGB value is (225,22,72). Sum of RGB (Red+Green+Blue) = 225+22+72=319 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.53% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 225 - color contains mainly: red. Hex color #E11648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11648 is #1EE9B7. Grayscale: #585858. Windows color (decimal): -2025912 or 4724449. OLE color: 4724449.

HSL color Cylindrical-coordinate representation of color #E11648: hue angle of 345.22º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E11648 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 22 72 -
CMYK 0 0.90 0.68 0.12
HSL 345.22º 0.82% 0.48% -
HSV(B) 345.22º 0.9% 0.88% -
XYZ 32.51 17.05 7.71 -
YUV 88.4 118.75 225.43 -
System Red Green Blue C M Y K H S L
Decimal 225 22 72 0 0.90 0.68 0.12 345.22 0.82 0.48
Hex E1 16 48 0 5A 44 C 159 52 30
Octal 341 26 110 0 132 104 14 531 122 60
Binary 11100001 10110 1001000 0 1011010 1000100 1100 101011001 1010010 110000

Color Harmonies of #E11648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11648

Black with #E11648

Text Example


Text Example

White with #E11648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11648; }

 p { color: rgb(225,22,72); }

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

background-color css

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

 a { background-color: rgb(225,22,72); }

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

border-color css

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

 span { border-color: rgb(225,22,72); }

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