Html Css Color HEX #E40240 Crimson

📋 copy color: '#E40240'

red 228 ◦ green 2 ◦ blue 64

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

Shades of Crimson #E40240

Tints of Crimson #E40240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 77.55%
G = 0.68%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E40240 (or 0xE40240) is known color: Crimson. HEX triplet: E4, 02 and 40. RGB value is (228,2,64). Sum of RGB (Red+Green+Blue) = 228+2+64=294 (38% of max value = 765). Red value is 228 (89.45% from 255 or 77.55% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 228 - color contains mainly: red. Hex color #E40240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40240 is #1BFDBF. Grayscale: #4C4C4C. Windows color (decimal): -1834432 or 4195044. OLE color: 4195044.

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

Color convert

RGB 228 2 64 -
CMYK 0 0.99 0.72 0.11
HSL 343.54º 0.98% 0.45% -
HSV(B) 343.54º 0.99% 0.89% -
XYZ 32.94 16.91 6.38 -
YUV 76.64 120.87 235.96 -
System Red Green Blue C M Y K H S L
Decimal 228 2 64 0 0.99 0.72 0.11 343.54 0.98 0.45
Hex E4 2 40 0 63 48 B 158 62 2D
Octal 344 2 100 0 143 110 13 530 142 55
Binary 11100100 10 1000000 0 1100011 1001000 1011 101011000 1100010 101101

Color Harmonies of #E40240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40240

Black with #E40240

Text Example


Text Example

White with #E40240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40240; }

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

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

background-color css

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

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

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

border-color css

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

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

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