Html Css Color HEX #E90A45 Crimson

📋 copy color: '#E90A45'

red 233 ◦ green 10 ◦ blue 69

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

Shades of Crimson #E90A45

Tints of Crimson #E90A45

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.21%

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

R = 74.68%
G = 3.21%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E90A45 (or 0xE90A45) is known color: Crimson. HEX triplet: E9, 0A and 45. RGB value is (233,10,69). Sum of RGB (Red+Green+Blue) = 233+10+69=312 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.68% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 233 - color contains mainly: red. Hex color #E90A45 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90A45 is #16F5BA. Grayscale: #535353. Windows color (decimal): -1504699 or 4524777. OLE color: 4524777.

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

Color convert

RGB 233 10 69 -
CMYK 0 0.96 0.70 0.09
HSL 344.13º 0.92% 0.48% -
HSV(B) 344.13º 0.96% 0.91% -
XYZ 34.79 17.97 7.27 -
YUV 83.4 119.88 234.7 -
System Red Green Blue C M Y K H S L
Decimal 233 10 69 0 0.96 0.70 0.09 344.13 0.92 0.48
Hex E9 A 45 0 60 46 9 158 5C 30
Octal 351 12 105 0 140 106 11 530 134 60
Binary 11101001 1010 1000101 0 1100000 1000110 1001 101011000 1011100 110000

Color Harmonies of #E90A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90A45

Black with #E90A45

Text Example


Text Example

White with #E90A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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