Html Css Color HEX #E02040 Crimson

📋 copy color: '#E02040'

red 224 ◦ green 32 ◦ blue 64

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

Shades of Crimson #E02040

Tints of Crimson #E02040

RGB

 RED value IS 224 (87.89% from 255) = 70%

 GREEN value IS 32 (12.89% from 255) = 10%

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

R = 70%
G = 10%
B = 20%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E02040 (or 0xE02040) is known color: Crimson. HEX triplet: E0, 20 and 40. RGB value is (224,32,64). Sum of RGB (Red+Green+Blue) = 224+32+64=320 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 224 - color contains mainly: red. Hex color #E02040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02040 is #1FDFBF. Grayscale: #5D5D5D. Windows color (decimal): -2088896 or 4202720. OLE color: 4202720.

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

Color convert

RGB 224 32 64 -
CMYK 0 0.86 0.71 0.12
HSL 350º 0.76% 0.5% -
HSV(B) 350º 0.86% 0.88% -
XYZ 32.18 17.25 6.48 -
YUV 93.06 111.61 221.4 -
System Red Green Blue C M Y K H S L
Decimal 224 32 64 0 0.86 0.71 0.12 350 0.76 0.5
Hex E0 20 40 0 56 47 C 15E 4C 32
Octal 340 40 100 0 126 107 14 536 114 62
Binary 11100000 100000 1000000 0 1010110 1000111 1100 101011110 1001100 110010

Color Harmonies of #E02040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02040

Black with #E02040

Text Example


Text Example

White with #E02040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02040; }

 p { color: rgb(224,32,64); }

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

background-color css

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

 a { background-color: rgb(224,32,64); }

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

border-color css

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

 span { border-color: rgb(224,32,64); }

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