Html Css Color HEX #E50632 Crimson

📋 copy color: '#E50632'

red 229 ◦ green 6 ◦ blue 50

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

Shades of Crimson #E50632

Tints of Crimson #E50632

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.11%

 BLUE value IS 50 (19.92% from 255) = 17.54%

R = 80.35%
G = 2.11%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E50632 (or 0xE50632) is known color: Crimson. HEX triplet: E5, 06 and 32. RGB value is (229,6,50). Sum of RGB (Red+Green+Blue) = 229+6+50=285 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.35% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 229 - color contains mainly: red. Hex color #E50632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50632 is #1AF9CD. Grayscale: #4D4D4D. Windows color (decimal): -1767886 or 3278565. OLE color: 3278565.

HSL color Cylindrical-coordinate representation of color #E50632: hue angle of 348.16º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E50632 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 6 50 -
CMYK 0 0.97 0.78 0.10
HSL 348.16º 0.95% 0.46% -
HSV(B) 348.16º 0.97% 0.9% -
XYZ 32.95 17.02 4.57 -
YUV 77.69 112.38 235.92 -
System Red Green Blue C M Y K H S L
Decimal 229 6 50 0 0.97 0.78 0.10 348.16 0.95 0.46
Hex E5 6 32 0 61 4E A 15C 5F 2E
Octal 345 6 62 0 141 116 12 534 137 56
Binary 11100101 110 110010 0 1100001 1001110 1010 101011100 1011111 101110

Color Harmonies of #E50632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50632

Black with #E50632

Text Example


Text Example

White with #E50632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50632; }

 p { color: rgb(229,6,50); }

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

background-color css

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

 a { background-color: rgb(229,6,50); }

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

border-color css

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

 span { border-color: rgb(229,6,50); }

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