Html Css Color HEX #E90D49 Crimson

📋 copy color: '#E90D49'

red 233 ◦ green 13 ◦ blue 73

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

Shades of Crimson #E90D49

Tints of Crimson #E90D49

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.08%

 BLUE value IS 73 (28.91% from 255) = 22.88%

R = 73.04%
G = 4.08%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E90D49 (or 0xE90D49) is known color: Crimson. HEX triplet: E9, 0D and 49. RGB value is (233,13,73). Sum of RGB (Red+Green+Blue) = 233+13+73=319 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.04% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 233 - color contains mainly: red. Hex color #E90D49 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90D49 is #16F2B6. Grayscale: #555555. Windows color (decimal): -1503927 or 4787689. OLE color: 4787689.

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

Color convert

RGB 233 13 73 -
CMYK 0 0.94 0.69 0.09
HSL 343.64º 0.89% 0.48% -
HSV(B) 343.64º 0.94% 0.91% -
XYZ 34.95 18.09 7.95 -
YUV 85.62 120.89 233.12 -
System Red Green Blue C M Y K H S L
Decimal 233 13 73 0 0.94 0.69 0.09 343.64 0.89 0.48
Hex E9 D 49 0 5E 45 9 158 59 30
Octal 351 15 111 0 136 105 11 530 131 60
Binary 11101001 1101 1001001 0 1011110 1000101 1001 101011000 1011001 110000

Color Harmonies of #E90D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90D49

Black with #E90D49

Text Example


Text Example

White with #E90D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90D49; }

 p { color: rgb(233,13,73); }

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

background-color css

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

 a { background-color: rgb(233,13,73); }

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

border-color css

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

 span { border-color: rgb(233,13,73); }

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