Html Css Color HEX #E40944 Crimson

📋 copy color: '#E40944'

red 228 ◦ green 9 ◦ blue 68

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

Shades of Crimson #E40944

Tints of Crimson #E40944

RGB

 RED value IS 228 (89.45% from 255) = 74.75%

 GREEN value IS 9 (3.91% from 255) = 2.95%

 BLUE value IS 68 (26.95% from 255) = 22.3%

R = 74.75%
G = 2.95%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E40944 (or 0xE40944) is known color: Crimson. HEX triplet: E4, 09 and 44. RGB value is (228,9,68). Sum of RGB (Red+Green+Blue) = 228+9+68=305 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.75% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 228 - color contains mainly: red. Hex color #E40944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40944 is #1BF6BB. Grayscale: #515151. Windows color (decimal): -1832636 or 4458980. OLE color: 4458980.

HSL color Cylindrical-coordinate representation of color #E40944: hue angle of 343.84º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40944 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 9 68 -
CMYK 0 0.96 0.70 0.11
HSL 343.84º 0.92% 0.46% -
HSV(B) 343.84º 0.96% 0.89% -
XYZ 33.14 17.11 7.02 -
YUV 81.21 120.55 232.7 -
System Red Green Blue C M Y K H S L
Decimal 228 9 68 0 0.96 0.70 0.11 343.84 0.92 0.46
Hex E4 9 44 0 60 46 B 158 5C 2E
Octal 344 11 104 0 140 106 13 530 134 56
Binary 11100100 1001 1000100 0 1100000 1000110 1011 101011000 1011100 101110

Color Harmonies of #E40944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40944

Black with #E40944

Text Example


Text Example

White with #E40944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40944; }

 p { color: rgb(228,9,68); }

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

background-color css

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

 a { background-color: rgb(228,9,68); }

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

border-color css

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

 span { border-color: rgb(228,9,68); }

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