Html Css Color HEX #E90240 Crimson

📋 copy color: '#E90240'

red 233 ◦ green 2 ◦ blue 64

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

Shades of Crimson #E90240

Tints of Crimson #E90240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

 BLUE value IS 64 (25.39% from 255) = 21.4%

R = 77.93%
G = 0.67%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E90240 (or 0xE90240) is known color: Crimson. HEX triplet: E9, 02 and 40. RGB value is (233,2,64). Sum of RGB (Red+Green+Blue) = 233+2+64=299 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.93% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 233 - color contains mainly: red. Hex color #E90240 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90240 is #16FDBF. Grayscale: #4E4E4E. Windows color (decimal): -1506752 or 4195049. OLE color: 4195049.

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

Color convert

RGB 233 2 64 -
CMYK 0 0.99 0.73 0.09
HSL 343.9º 0.98% 0.46% -
HSV(B) 343.9º 0.99% 0.91% -
XYZ 34.55 17.74 6.45 -
YUV 78.14 120.03 238.46 -
System Red Green Blue C M Y K H S L
Decimal 233 2 64 0 0.99 0.73 0.09 343.9 0.98 0.46
Hex E9 2 40 0 63 49 9 158 62 2E
Octal 351 2 100 0 143 111 11 530 142 56
Binary 11101001 10 1000000 0 1100011 1001001 1001 101011000 1100010 101110

Color Harmonies of #E90240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90240

Black with #E90240

Text Example


Text Example

White with #E90240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90240; }

 p { color: rgb(233,2,64); }

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

background-color css

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

 a { background-color: rgb(233,2,64); }

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

border-color css

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

 span { border-color: rgb(233,2,64); }

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