Html Css Color HEX #E90541 Crimson

📋 copy color: '#E90541'

red 233 ◦ green 5 ◦ blue 65

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

Shades of Crimson #E90541

Tints of Crimson #E90541

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.65%

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

R = 76.9%
G = 1.65%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E90541 (or 0xE90541) is known color: Crimson. HEX triplet: E9, 05 and 41. RGB value is (233,5,65). Sum of RGB (Red+Green+Blue) = 233+5+65=303 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.90% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 233 - color contains mainly: red. Hex color #E90541 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90541 is #16FABE. Grayscale: #505050. Windows color (decimal): -1505983 or 4261353. OLE color: 4261353.

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

Color convert

RGB 233 5 65 -
CMYK 0 0.98 0.72 0.09
HSL 344.21º 0.96% 0.47% -
HSV(B) 344.21º 0.98% 0.91% -
XYZ 34.61 17.81 6.62 -
YUV 80.01 119.54 237.12 -
System Red Green Blue C M Y K H S L
Decimal 233 5 65 0 0.98 0.72 0.09 344.21 0.96 0.47
Hex E9 5 41 0 62 48 9 158 60 2F
Octal 351 5 101 0 142 110 11 530 140 57
Binary 11101001 101 1000001 0 1100010 1001000 1001 101011000 1100000 101111

Color Harmonies of #E90541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90541

Black with #E90541

Text Example


Text Example

White with #E90541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90541; }

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

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

background-color css

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

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

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

border-color css

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

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

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