Html Css Color HEX #E40740 Crimson

📋 copy color: '#E40740'

red 228 ◦ green 7 ◦ blue 64

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

Shades of Crimson #E40740

Tints of Crimson #E40740

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.34%

 BLUE value IS 64 (25.39% from 255) = 21.4%

R = 76.25%
G = 2.34%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E40740 (or 0xE40740) is known color: Crimson. HEX triplet: E4, 07 and 40. RGB value is (228,7,64). Sum of RGB (Red+Green+Blue) = 228+7+64=299 (39% of max value = 765). Red value is 228 (89.45% from 255 or 76.25% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 228 - color contains mainly: red. Hex color #E40740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40740 is #1BF8BF. Grayscale: #4F4F4F. Windows color (decimal): -1833152 or 4196324. OLE color: 4196324.

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

Color convert

RGB 228 7 64 -
CMYK 0 0.97 0.72 0.11
HSL 344.52º 0.94% 0.46% -
HSV(B) 344.52º 0.97% 0.89% -
XYZ 33 17.02 6.4 -
YUV 79.58 119.22 233.87 -
System Red Green Blue C M Y K H S L
Decimal 228 7 64 0 0.97 0.72 0.11 344.52 0.94 0.46
Hex E4 7 40 0 61 48 B 159 5E 2E
Octal 344 7 100 0 141 110 13 531 136 56
Binary 11100100 111 1000000 0 1100001 1001000 1011 101011001 1011110 101110

Color Harmonies of #E40740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40740

Black with #E40740

Text Example


Text Example

White with #E40740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40740; }

 p { color: rgb(228,7,64); }

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

background-color css

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

 a { background-color: rgb(228,7,64); }

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

border-color css

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

 span { border-color: rgb(228,7,64); }

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