Html Css Color HEX #E00940 Crimson

📋 copy color: '#E00940'

red 224 ◦ green 9 ◦ blue 64

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

Shades of Crimson #E00940

Tints of Crimson #E00940

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.03%

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

R = 75.42%
G = 3.03%
B = 21.55%

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

#E00940 (or 0xE00940) is known color: Crimson. HEX triplet: E0, 09 and 40. RGB value is (224,9,64). Sum of RGB (Red+Green+Blue) = 224+9+64=297 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.42% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 224 - color contains mainly: red. Hex color #E00940 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00940 is #1FF6BF. Grayscale: #4F4F4F. Windows color (decimal): -2094784 or 4196832. OLE color: 4196832.

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

Color convert

RGB 224 9 64 -
CMYK 0 0.96 0.71 0.12
HSL 344.65º 0.92% 0.46% -
HSV(B) 344.65º 0.96% 0.88% -
XYZ 31.76 16.41 6.34 -
YUV 79.56 119.23 231.03 -
System Red Green Blue C M Y K H S L
Decimal 224 9 64 0 0.96 0.71 0.12 344.65 0.92 0.46
Hex E0 9 40 0 60 47 C 159 5C 2E
Octal 340 11 100 0 140 107 14 531 134 56
Binary 11100000 1001 1000000 0 1100000 1000111 1100 101011001 1011100 101110

Color Harmonies of #E00940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00940

Black with #E00940

Text Example


Text Example

White with #E00940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00940; }

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

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

background-color css

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

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

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

border-color css

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

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

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