Html Css Color HEX #E90141 Crimson

📋 copy color: '#E90141'

red 233 ◦ green 1 ◦ blue 65

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

Shades of Crimson #E90141

Tints of Crimson #E90141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 77.93%
G = 0.33%
B = 21.74%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E90141 (or 0xE90141) is known color: Crimson. HEX triplet: E9, 01 and 41. RGB value is (233,1,65). Sum of RGB (Red+Green+Blue) = 233+1+65=299 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.93% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 233 - color contains mainly: red. Hex color #E90141 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90141 is #16FEBE. Grayscale: #4D4D4D. Windows color (decimal): -1507007 or 4260329. OLE color: 4260329.

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

Color convert

RGB 233 1 65 -
CMYK 0 1.00 0.72 0.09
HSL 343.45º 0.99% 0.46% -
HSV(B) 343.45º 1% 0.91% -
XYZ 34.57 17.73 6.6 -
YUV 77.66 120.86 238.8 -
System Red Green Blue C M Y K H S L
Decimal 233 1 65 0 1.00 0.72 0.09 343.45 0.99 0.46
Hex E9 1 41 0 64 48 9 157 63 2E
Octal 351 1 101 0 144 110 11 527 143 56
Binary 11101001 1 1000001 0 1100100 1001000 1001 101010111 1100011 101110

Color Harmonies of #E90141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90141

Black with #E90141

Text Example


Text Example

White with #E90141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90141; }

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

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

background-color css

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

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

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

border-color css

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

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

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