Html Css Color HEX #E50331 Crimson

📋 copy color: '#E50331'

red 229 ◦ green 3 ◦ blue 49

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

Shades of Crimson #E50331

Tints of Crimson #E50331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.07%

 BLUE value IS 49 (19.53% from 255) = 17.44%

R = 81.49%
G = 1.07%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E50331 (or 0xE50331) is known color: Crimson. HEX triplet: E5, 03 and 31. RGB value is (229,3,49). Sum of RGB (Red+Green+Blue) = 229+3+49=281 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.49% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 229 - color contains mainly: red. Hex color #E50331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50331 is #1AFCCE. Grayscale: #4B4B4B. Windows color (decimal): -1768655 or 3212261. OLE color: 3212261.

HSL color Cylindrical-coordinate representation of color #E50331: hue angle of 347.79º degrees, saturation: 0.97, 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 #E50331 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 3 49 -
CMYK 0 0.99 0.79 0.10
HSL 347.79º 0.97% 0.45% -
HSV(B) 347.79º 0.99% 0.9% -
XYZ 32.9 16.94 4.44 -
YUV 75.82 112.87 237.26 -
System Red Green Blue C M Y K H S L
Decimal 229 3 49 0 0.99 0.79 0.10 347.79 0.97 0.45
Hex E5 3 31 0 63 4F A 15C 61 2D
Octal 345 3 61 0 143 117 12 534 141 55
Binary 11100101 11 110001 0 1100011 1001111 1010 101011100 1100001 101101

Color Harmonies of #E50331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50331

Black with #E50331

Text Example


Text Example

White with #E50331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50331; }

 p { color: rgb(229,3,49); }

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

background-color css

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

 a { background-color: rgb(229,3,49); }

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

border-color css

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

 span { border-color: rgb(229,3,49); }

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