Html Css Color HEX #E90D3C Crimson

📋 copy color: '#E90D3C'

red 233 ◦ green 13 ◦ blue 60

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

Shades of Crimson #E90D3C

Tints of Crimson #E90D3C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.25%

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

R = 76.14%
G = 4.25%
B = 19.61%

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

#E90D3C (or 0xE90D3C) is known color: Crimson. HEX triplet: E9, 0D and 3C. RGB value is (233,13,60). Sum of RGB (Red+Green+Blue) = 233+13+60=306 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.14% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 233 - color contains mainly: red. Hex color #E90D3C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90D3C is #16F2C3. Grayscale: #545454. Windows color (decimal): -1503940 or 3935721. OLE color: 3935721.

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

Color convert

RGB 233 13 60 -
CMYK 0 0.94 0.74 0.09
HSL 347.18º 0.89% 0.48% -
HSV(B) 347.18º 0.94% 0.91% -
XYZ 34.56 17.94 5.92 -
YUV 84.14 114.39 234.18 -
System Red Green Blue C M Y K H S L
Decimal 233 13 60 0 0.94 0.74 0.09 347.18 0.89 0.48
Hex E9 D 3C 0 5E 4A 9 15B 59 30
Octal 351 15 74 0 136 112 11 533 131 60
Binary 11101001 1101 111100 0 1011110 1001010 1001 101011011 1011001 110000

Color Harmonies of #E90D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90D3C

Black with #E90D3C

Text Example


Text Example

White with #E90D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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