Html Css Color HEX #E90E3C Crimson

📋 copy color: '#E90E3C'

red 233 ◦ green 14 ◦ blue 60

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

Shades of Crimson #E90E3C

Tints of Crimson #E90E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.54%

R = 75.9%
G = 4.56%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#E90E3C (or 0xE90E3C) is known color: Crimson. HEX triplet: E9, 0E and 3C. RGB value is (233,14,60). Sum of RGB (Red+Green+Blue) = 233+14+60=307 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.90% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 233 - color contains mainly: red. Hex color #E90E3C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90E3C is #16F1C3. Grayscale: #545454. Windows color (decimal): -1503684 or 3935977. OLE color: 3935977.

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

Color convert

RGB 233 14 60 -
CMYK 0 0.94 0.74 0.09
HSL 347.4º 0.89% 0.48% -
HSV(B) 347.4º 0.94% 0.91% -
XYZ 34.58 17.96 5.92 -
YUV 84.73 114.05 233.76 -
System Red Green Blue C M Y K H S L
Decimal 233 14 60 0 0.94 0.74 0.09 347.4 0.89 0.48
Hex E9 E 3C 0 5E 4A 9 15B 59 30
Octal 351 16 74 0 136 112 11 533 131 60
Binary 11101001 1110 111100 0 1011110 1001010 1001 101011011 1011001 110000

Color Harmonies of #E90E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90E3C

Black with #E90E3C

Text Example


Text Example

White with #E90E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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