Html Css Color HEX #E90B42 Crimson

📋 copy color: '#E90B42'

red 233 ◦ green 11 ◦ blue 66

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

Shades of Crimson #E90B42

Tints of Crimson #E90B42

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.55%

 BLUE value IS 66 (26.17% from 255) = 21.29%

R = 75.16%
G = 3.55%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E90B42 (or 0xE90B42) is known color: Crimson. HEX triplet: E9, 0B and 42. RGB value is (233,11,66). Sum of RGB (Red+Green+Blue) = 233+11+66=310 (41% of max value = 765). Red value is 233 (91.41% from 255 or 75.16% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 233 - color contains mainly: red. Hex color #E90B42 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90B42 is #16F4BD. Grayscale: #535353. Windows color (decimal): -1504446 or 4328425. OLE color: 4328425.

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

Color convert

RGB 233 11 66 -
CMYK 0 0.95 0.72 0.09
HSL 345.14º 0.91% 0.48% -
HSV(B) 345.14º 0.95% 0.91% -
XYZ 34.71 17.96 6.79 -
YUV 83.65 118.05 234.53 -
System Red Green Blue C M Y K H S L
Decimal 233 11 66 0 0.95 0.72 0.09 345.14 0.91 0.48
Hex E9 B 42 0 5F 48 9 159 5B 30
Octal 351 13 102 0 137 110 11 531 133 60
Binary 11101001 1011 1000010 0 1011111 1001000 1001 101011001 1011011 110000

Color Harmonies of #E90B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90B42

Black with #E90B42

Text Example


Text Example

White with #E90B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90B42; }

 p { color: rgb(233,11,66); }

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

background-color css

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

 a { background-color: rgb(233,11,66); }

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

border-color css

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

 span { border-color: rgb(233,11,66); }

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