Html Css Color HEX #E00440 Crimson

📋 copy color: '#E00440'

red 224 ◦ green 4 ◦ blue 64

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

Shades of Crimson #E00440

Tints of Crimson #E00440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.37%

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

R = 76.71%
G = 1.37%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E00440 (or 0xE00440) is known color: Crimson. HEX triplet: E0, 04 and 40. RGB value is (224,4,64). Sum of RGB (Red+Green+Blue) = 224+4+64=292 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.71% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 224 - color contains mainly: red. Hex color #E00440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00440 is #1FFBBF. Grayscale: #4C4C4C. Windows color (decimal): -2096064 or 4195552. OLE color: 4195552.

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

Color convert

RGB 224 4 64 -
CMYK 0 0.98 0.71 0.12
HSL 343.64º 0.96% 0.45% -
HSV(B) 343.64º 0.98% 0.88% -
XYZ 31.71 16.3 6.33 -
YUV 76.62 120.89 233.12 -
System Red Green Blue C M Y K H S L
Decimal 224 4 64 0 0.98 0.71 0.12 343.64 0.96 0.45
Hex E0 4 40 0 62 47 C 158 60 2D
Octal 340 4 100 0 142 107 14 530 140 55
Binary 11100000 100 1000000 0 1100010 1000111 1100 101011000 1100000 101101

Color Harmonies of #E00440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00440

Black with #E00440

Text Example


Text Example

White with #E00440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00440; }

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

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

background-color css

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

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

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

border-color css

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

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

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