Html Css Color HEX #E50240 Crimson

📋 copy color: '#E50240'

red 229 ◦ green 2 ◦ blue 64

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

Shades of Crimson #E50240

Tints of Crimson #E50240

RGB

 RED value IS 229 (89.84% from 255) = 77.63%

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

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

R = 77.63%
G = 0.68%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E50240 (or 0xE50240) is known color: Crimson. HEX triplet: E5, 02 and 40. RGB value is (229,2,64). Sum of RGB (Red+Green+Blue) = 229+2+64=295 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.63% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 229 - color contains mainly: red. Hex color #E50240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50240 is #1AFDBF. Grayscale: #4C4C4C. Windows color (decimal): -1768896 or 4195045. OLE color: 4195045.

HSL color Cylindrical-coordinate representation of color #E50240: hue angle of 343.61º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E50240 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 2 64 -
CMYK 0 0.99 0.72 0.10
HSL 343.61º 0.98% 0.45% -
HSV(B) 343.61º 0.99% 0.9% -
XYZ 33.26 17.07 6.39 -
YUV 76.94 120.71 236.46 -
System Red Green Blue C M Y K H S L
Decimal 229 2 64 0 0.99 0.72 0.10 343.61 0.98 0.45
Hex E5 2 40 0 63 48 A 158 62 2D
Octal 345 2 100 0 143 110 12 530 142 55
Binary 11100101 10 1000000 0 1100011 1001000 1010 101011000 1100010 101101

Color Harmonies of #E50240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50240

Black with #E50240

Text Example


Text Example

White with #E50240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50240; }

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

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

background-color css

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

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

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

border-color css

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

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

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