Html Css Color HEX #E90041 Crimson

📋 copy color: '#E90041'

red 233 ◦ green 0 ◦ blue 65

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

Shades of Crimson #E90041

Tints of Crimson #E90041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 65 (25.78% from 255) = 21.81%

R = 78.19%
G = 0%
B = 21.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E90041 (or 0xE90041) is known color: Crimson. HEX triplet: E9, 00 and 41. RGB value is (233,0,65). Sum of RGB (Red+Green+Blue) = 233+0+65=298 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.19% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 233 - color contains mainly: red. Hex color #E90041 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90041 is #16FFBE. Grayscale: #4D4D4D. Windows color (decimal): -1507263 or 4260073. OLE color: 4260073.

HSL color Cylindrical-coordinate representation of color #E90041: hue angle of 343.26º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E90041 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 0 65 -
CMYK 0 1 0.72 0.09
HSL 343.26º 1% 0.46% -
HSV(B) 343.26º 1% 0.91% -
XYZ 34.56 17.71 6.6 -
YUV 77.08 121.19 239.21 -
System Red Green Blue C M Y K H S L
Decimal 233 0 65 0 1 0.72 0.09 343.26 1 0.46
Hex E9 0 41 0 64 48 9 157 64 2E
Octal 351 0 101 0 144 110 11 527 144 56
Binary 11101001 0 1000001 0 1100100 1001000 1001 101010111 1100100 101110

Color Harmonies of #E90041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90041

Black with #E90041

Text Example


Text Example

White with #E90041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90041; }

 p { color: rgb(233,0,65); }

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

background-color css

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

 a { background-color: rgb(233,0,65); }

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

border-color css

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

 span { border-color: rgb(233,0,65); }

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