Html Css Color HEX #E90E32 Crimson

📋 copy color: '#E90E32'

red 233 ◦ green 14 ◦ blue 50

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

Shades of Crimson #E90E32

Tints of Crimson #E90E32

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.71%

 BLUE value IS 50 (19.92% from 255) = 16.84%

R = 78.45%
G = 4.71%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E90E32 (or 0xE90E32) is known color: Crimson. HEX triplet: E9, 0E and 32. RGB value is (233,14,50). Sum of RGB (Red+Green+Blue) = 233+14+50=297 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.45% from 297); Green value is 14 (5.86% from 255 or 4.71% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 233 - color contains mainly: red. Hex color #E90E32 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90E32 is #16F1CD. Grayscale: #535353. Windows color (decimal): -1503694 or 3280617. OLE color: 3280617.

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

Color convert

RGB 233 14 50 -
CMYK 0 0.94 0.79 0.09
HSL 350.14º 0.89% 0.48% -
HSV(B) 350.14º 0.94% 0.91% -
XYZ 34.34 17.87 4.66 -
YUV 83.59 109.05 234.57 -
System Red Green Blue C M Y K H S L
Decimal 233 14 50 0 0.94 0.79 0.09 350.14 0.89 0.48
Hex E9 E 32 0 5E 4F 9 15E 59 30
Octal 351 16 62 0 136 117 11 536 131 60
Binary 11101001 1110 110010 0 1011110 1001111 1001 101011110 1011001 110000

Color Harmonies of #E90E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90E32

Black with #E90E32

Text Example


Text Example

White with #E90E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90E32; }

 p { color: rgb(233,14,50); }

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

background-color css

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

 a { background-color: rgb(233,14,50); }

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

border-color css

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

 span { border-color: rgb(233,14,50); }

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