Html Css Color HEX #E50134 Crimson

📋 copy color: '#E50134'

red 229 ◦ green 1 ◦ blue 52

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

Shades of Crimson #E50134

Tints of Crimson #E50134

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 52 (20.7% from 255) = 18.44%

R = 81.21%
G = 0.35%
B = 18.44%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E50134 (or 0xE50134) is known color: Crimson. HEX triplet: E5, 01 and 34. RGB value is (229,1,52). Sum of RGB (Red+Green+Blue) = 229+1+52=282 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.21% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 229 - color contains mainly: red. Hex color #E50134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50134 is #1AFECB. Grayscale: #4B4B4B. Windows color (decimal): -1769164 or 3408357. OLE color: 3408357.

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

Color convert

RGB 229 1 52 -
CMYK 0 1.00 0.77 0.10
HSL 346.58º 0.99% 0.45% -
HSV(B) 346.58º 1% 0.9% -
XYZ 32.94 16.93 4.78 -
YUV 74.99 115.04 237.85 -
System Red Green Blue C M Y K H S L
Decimal 229 1 52 0 1.00 0.77 0.10 346.58 0.99 0.45
Hex E5 1 34 0 64 4D A 15B 63 2D
Octal 345 1 64 0 144 115 12 533 143 55
Binary 11100101 1 110100 0 1100100 1001101 1010 101011011 1100011 101101

Color Harmonies of #E50134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50134

Black with #E50134

Text Example


Text Example

White with #E50134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50134; }

 p { color: rgb(229,1,52); }

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

background-color css

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

 a { background-color: rgb(229,1,52); }

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

border-color css

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

 span { border-color: rgb(229,1,52); }

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