Html Css Color HEX #E00840 Crimson

📋 copy color: '#E00840'

red 224 ◦ green 8 ◦ blue 64

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

Shades of Crimson #E00840

Tints of Crimson #E00840

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.7%

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

R = 75.68%
G = 2.7%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E00840 (or 0xE00840) is known color: Crimson. HEX triplet: E0, 08 and 40. RGB value is (224,8,64). Sum of RGB (Red+Green+Blue) = 224+8+64=296 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.68% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 224 - color contains mainly: red. Hex color #E00840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00840 is #1FF7BF. Grayscale: #4E4E4E. Windows color (decimal): -2095040 or 4196576. OLE color: 4196576.

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

Color convert

RGB 224 8 64 -
CMYK 0 0.96 0.71 0.12
HSL 344.44º 0.93% 0.45% -
HSV(B) 344.44º 0.96% 0.88% -
XYZ 31.75 16.39 6.34 -
YUV 78.97 119.56 231.45 -
System Red Green Blue C M Y K H S L
Decimal 224 8 64 0 0.96 0.71 0.12 344.44 0.93 0.45
Hex E0 8 40 0 60 47 C 158 5D 2D
Octal 340 10 100 0 140 107 14 530 135 55
Binary 11100000 1000 1000000 0 1100000 1000111 1100 101011000 1011101 101101

Color Harmonies of #E00840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00840

Black with #E00840

Text Example


Text Example

White with #E00840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00840; }

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

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

background-color css

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

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

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

border-color css

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

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

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