Html Css Color HEX #E00640 Crimson

📋 copy color: '#E00640'

red 224 ◦ green 6 ◦ blue 64

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

Shades of Crimson #E00640

Tints of Crimson #E00640

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.04%

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

R = 76.19%
G = 2.04%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E00640 (or 0xE00640) is known color: Crimson. HEX triplet: E0, 06 and 40. RGB value is (224,6,64). Sum of RGB (Red+Green+Blue) = 224+6+64=294 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.19% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 224 - color contains mainly: red. Hex color #E00640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00640 is #1FF9BF. Grayscale: #4D4D4D. Windows color (decimal): -2095552 or 4196064. OLE color: 4196064.

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

Color convert

RGB 224 6 64 -
CMYK 0 0.97 0.71 0.12
HSL 344.04º 0.95% 0.45% -
HSV(B) 344.04º 0.97% 0.88% -
XYZ 31.73 16.35 6.33 -
YUV 77.79 120.22 232.28 -
System Red Green Blue C M Y K H S L
Decimal 224 6 64 0 0.97 0.71 0.12 344.04 0.95 0.45
Hex E0 6 40 0 61 47 C 158 5F 2D
Octal 340 6 100 0 141 107 14 530 137 55
Binary 11100000 110 1000000 0 1100001 1000111 1100 101011000 1011111 101101

Color Harmonies of #E00640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00640

Black with #E00640

Text Example


Text Example

White with #E00640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00640; }

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

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

background-color css

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

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

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

border-color css

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

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

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