Html Css Color HEX #E90D45 Crimson

📋 copy color: '#E90D45'

red 233 ◦ green 13 ◦ blue 69

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

Shades of Crimson #E90D45

Tints of Crimson #E90D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.9%

R = 73.97%
G = 4.13%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E90D45 (or 0xE90D45) is known color: Crimson. HEX triplet: E9, 0D and 45. RGB value is (233,13,69). Sum of RGB (Red+Green+Blue) = 233+13+69=315 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.97% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 233 - color contains mainly: red. Hex color #E90D45 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90D45 is #16F2BA. Grayscale: #555555. Windows color (decimal): -1503931 or 4525545. OLE color: 4525545.

HSL color Cylindrical-coordinate representation of color #E90D45: hue angle of 344.73º 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 #E90D45 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 13 69 -
CMYK 0 0.94 0.70 0.09
HSL 344.73º 0.89% 0.48% -
HSV(B) 344.73º 0.94% 0.91% -
XYZ 34.82 18.04 7.28 -
YUV 85.16 118.89 233.45 -
System Red Green Blue C M Y K H S L
Decimal 233 13 69 0 0.94 0.70 0.09 344.73 0.89 0.48
Hex E9 D 45 0 5E 46 9 159 59 30
Octal 351 15 105 0 136 106 11 531 131 60
Binary 11101001 1101 1000101 0 1011110 1000110 1001 101011001 1011001 110000

Color Harmonies of #E90D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90D45

Black with #E90D45

Text Example


Text Example

White with #E90D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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