Html Css Color HEX #E90740 Crimson

📋 copy color: '#E90740'

red 233 ◦ green 7 ◦ blue 64

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

Shades of Crimson #E90740

Tints of Crimson #E90740

RGB

 RED value IS 233 (91.41% from 255) = 76.64%

 GREEN value IS 7 (3.13% from 255) = 2.3%

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

R = 76.64%
G = 2.3%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E90740 (or 0xE90740) is known color: Crimson. HEX triplet: E9, 07 and 40. RGB value is (233,7,64). Sum of RGB (Red+Green+Blue) = 233+7+64=304 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.64% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 233 - color contains mainly: red. Hex color #E90740 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90740 is #16F8BF. Grayscale: #515151. Windows color (decimal): -1505472 or 4196329. OLE color: 4196329.

HSL color Cylindrical-coordinate representation of color #E90740: hue angle of 344.87º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E90740 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 7 64 -
CMYK 0 0.97 0.73 0.09
HSL 344.87º 0.94% 0.47% -
HSV(B) 344.87º 0.97% 0.91% -
XYZ 34.61 17.85 6.47 -
YUV 81.07 118.37 236.37 -
System Red Green Blue C M Y K H S L
Decimal 233 7 64 0 0.97 0.73 0.09 344.87 0.94 0.47
Hex E9 7 40 0 61 49 9 159 5E 2F
Octal 351 7 100 0 141 111 11 531 136 57
Binary 11101001 111 1000000 0 1100001 1001001 1001 101011001 1011110 101111

Color Harmonies of #E90740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90740

Black with #E90740

Text Example


Text Example

White with #E90740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90740; }

 p { color: rgb(233,7,64); }

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

background-color css

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

 a { background-color: rgb(233,7,64); }

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

border-color css

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

 span { border-color: rgb(233,7,64); }

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